优化订单打印 新增小票订单数
This commit is contained in:
@@ -123,7 +123,7 @@ export const usePrint = defineStore("print", {
|
||||
this.labelList.splice(0, 1);
|
||||
}
|
||||
}
|
||||
}, 800);
|
||||
}, 2000);
|
||||
},
|
||||
// 添加小票打印队列数据
|
||||
pushReceiptData(props, isDevice = true) {
|
||||
@@ -171,7 +171,7 @@ export const usePrint = defineStore("print", {
|
||||
receiptPrint(this.receiptList[0]);
|
||||
this.receiptList.splice(0, 1);
|
||||
}
|
||||
}, 800);
|
||||
}, 2000);
|
||||
},
|
||||
// 打印交班小票
|
||||
printWork(data) {
|
||||
|
||||
Reference in New Issue
Block a user