打印机默认值
This commit is contained in:
parent
527714c16f
commit
401e9fc8d3
|
|
@ -115,9 +115,15 @@ export default {
|
|||
return {
|
||||
forms: {
|
||||
sort: "0",
|
||||
status: "0",
|
||||
connectionType: "network", printType: [],
|
||||
selectcheckbox: []
|
||||
status: 1,
|
||||
connectionType: "network",
|
||||
selectcheckbox: [],
|
||||
|
||||
receiptSize: '58mm',
|
||||
classifyPrint: '0',
|
||||
printQty: 'm1^1',
|
||||
printType: ["refund", 'handover', 'queue'],
|
||||
printMethod: "all",
|
||||
},
|
||||
partList: []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue