Commit 4d3037f7 by wusiyi

fix: 修复自动打单不触发问题

parent d4a3d6c2
...@@ -1371,8 +1371,6 @@ const handlePrinterChange = (value: string) => { ...@@ -1371,8 +1371,6 @@ const handlePrinterChange = (value: string) => {
} }
const print = (data: OrderData, forcePrint = false, callback?: () => void) => { const print = (data: OrderData, forcePrint = false, callback?: () => void) => {
console.log('🍡🍡🍡🍡')
const _boxIndex = boxIndex.value const _boxIndex = boxIndex.value
if (!forcePrint && data.printResult) { if (!forcePrint && data.printResult) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment