md
This commit is contained in:
parent
9d1367c93e
commit
a8b3bc4a38
@ -540,11 +540,12 @@ export default {
|
||||
|
||||
// batchPrint(orderList,tplCode,orderDetailList)
|
||||
if(printCnt){
|
||||
this.$refs.tanexPrinter.batchPrint(orderList,null,this.currentSelection);
|
||||
}else{
|
||||
for(let i=0; i<printCnt; i++){
|
||||
this.$refs.tanexPrinter.batchPrint(orderList,null,this.currentSelection);
|
||||
}
|
||||
|
||||
}else{
|
||||
this.$refs.tanexPrinter.batchPrint(orderList,null,this.currentSelection);
|
||||
}
|
||||
}).catch(() => {});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user