优化订单打印 新增小票订单数

This commit is contained in:
gyq
2025-04-01 14:31:21 +08:00
parent 0c45fd9de1
commit 117df7d7bd
14 changed files with 165 additions and 16187 deletions

View File

@@ -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) {