优化订单界面的小票打印

This commit is contained in:
gyq
2026-04-23 14:18:24 +08:00
parent d5568c48d0
commit cb8c9139fe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vite-electron",
"private": true,
"version": "2.0.26",
"version": "2.0.25",
"main": "dist-electron/main.js",
"scripts": {
"dev": "chcp 65001 && vite",

View File

@@ -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,