feat: 打印机添加字段

This commit is contained in:
duan
2025-02-25 18:04:29 +08:00
parent 2e94b34a0e
commit 36cca7aa34
2 changed files with 14 additions and 31 deletions

View File

@@ -32,6 +32,7 @@ export const options: optionObject = {
{ value: "all", label: '全部打印' },
{ value: "normal", label: '仅打印结账单「前台」' },
{ value: "one", label: '仅打印制作单「厨房」' },
{ value: "queue", label: '仅打印排队取号' },
],
printType: [
{ label: "确认退款单", value: 'refund' },