优化订单界面的小票打印
This commit is contained in:
@@ -118,7 +118,7 @@ async function printHandle(type) {
|
||||
case "normal":
|
||||
// 打印订单小票
|
||||
if (printStore.deviceNoteList.length) {
|
||||
printStore.pushReceiptData(commOrderPrintData(originOrderInfo.value));
|
||||
printStore.ORDER(commOrderPrintData(originOrderInfo.value));
|
||||
} else {
|
||||
await orderPrint({
|
||||
id: orderInfo.value.id,
|
||||
|
||||
Reference in New Issue
Block a user