打印机默认值
This commit is contained in:
parent
527714c16f
commit
401e9fc8d3
|
|
@ -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: []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue