|
@@ -36,7 +36,7 @@
|
|
|
opt.writeId,
|
|
|
command.getData(),
|
|
|
function(){
|
|
|
- const result ='A、B、C、D、E、F、G、H、I、J'.split('、')
|
|
|
+ const result ='A、B、C、D、E、F、G、H、I、J、K、L、M、N、O、P、Q、R、S、T、U、V、W、X、Y、Z'.split('、')
|
|
|
_this.printIndex = _this.printIndex + 1
|
|
|
if(_this.printIndex < result.length){
|
|
|
_this.printOnce(opt,tsc,blesdk,result[_this.printIndex])
|
|
@@ -49,7 +49,7 @@
|
|
|
},
|
|
|
// 批量打印
|
|
|
startPrint(opt,tsc,blesdk){
|
|
|
- const result = 'A、B、C、D、E、F、G、H、I、J'.split('、')
|
|
|
+ const result = 'A、B、C、D、E、F、G、H、I、J、K、L、M、N、O、P、Q、R、S、T、U、V、W、X、Y、Z'.split('、')
|
|
|
if(result.length){
|
|
|
if(this.isParinting){
|
|
|
return
|