diff --git a/src/views/devices/details.vue b/src/views/devices/details.vue index 478a4bb..c27342f 100644 --- a/src/views/devices/details.vue +++ b/src/views/devices/details.vue @@ -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: [] }