From 238f900011ebcd4786e6ebc71b4c2a17d8541dba Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 18 Jul 2024 21:33:52 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/waybillRecord.vue | 70 +++++++++++--------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index 6ec94e3b..dcbff797 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -1155,18 +1155,20 @@ methods: { } } else{ - this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { - confirmButtonText: "操作下一单", - type: "warning", - distinguishCancelAndClose: true, - closeOnClickModal: false, - showCancelButton: false, - showClose: false - }).then(() => { - this.billCode=null; - this.form.billCode=null; - this.initData(); - }); + + this.billCode=null; + this.form.billCode=null; + this.initData(); + + // this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { + // confirmButtonText: "操作下一单", + // type: "warning", + // distinguishCancelAndClose: true, + // closeOnClickModal: false, + // showCancelButton: false, + // showClose: false + // }).then(() => { + // }); } }, @@ -1230,34 +1232,36 @@ methods: { } } else{ - this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { - confirmButtonText: "操作下一单", - type: "warning", - distinguishCancelAndClose: true, - closeOnClickModal: false, - showCancelButton: false, - showClose: false - }).then(() => { - this.billCode=null; - this.form.billCode=null; - this.initData(); - }); + // this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { + // confirmButtonText: "操作下一单", + // type: "warning", + // distinguishCancelAndClose: true, + // closeOnClickModal: false, + // showCancelButton: false, + // showClose: false + // }).then(() => { + + // }); + this.billCode=null; + this.form.billCode=null; + this.initData(); } }, onComplete(){ - this.$confirm("操作已完成是否【操作下一单】", "提示", { - confirmButtonText: "操作下一单", - type: "warning", - distinguishCancelAndClose: true, - closeOnClickModal: false, - showCancelButton: false, - showClose: false - }).then(() => { + // this.$confirm("操作已完成是否【操作下一单】", "提示", { + // confirmButtonText: "操作下一单", + // type: "warning", + // distinguishCancelAndClose: true, + // closeOnClickModal: false, + // showCancelButton: false, + // showClose: false + // }).then(() => { + + // }); this.billCode=null; this.form.billCode=null; this.initData(); - }); }, onDestCountryChange(item){ if(item){