打印机默认值

This commit is contained in:
duan 2024-10-18 13:44:11 +08:00
parent 527714c16f
commit 401e9fc8d3
1 changed files with 9 additions and 3 deletions

View File

@ -115,9 +115,15 @@ export default {
return { return {
forms: { forms: {
sort: "0", sort: "0",
status: "0", status: 1,
connectionType: "network", printType: [], connectionType: "network",
selectcheckbox: [] selectcheckbox: [],
receiptSize: '58mm',
classifyPrint: '0',
printQty: 'm1^1',
printType: ["refund", 'handover', 'queue'],
printMethod: "all",
}, },
partList: [] partList: []
} }