diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue index bdd23298..675c71a5 100644 --- a/src/views/emis/emisWaybill/waybillModify.vue +++ b/src/views/emis/emisWaybill/waybillModify.vue @@ -1067,11 +1067,12 @@ methods: { } else{ this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { - cancelButtonText: "返回操作", confirmButtonText: "操作下一单", type: "warning", distinguishCancelAndClose: true, - closeOnClickModal: false + closeOnClickModal: false, + showCancelButton: false, + showClose: false }).then(() => { this.billCode=null; this.form.billCode=null; @@ -1131,11 +1132,12 @@ methods: { } else{ this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { - cancelButtonText: "返回操作", confirmButtonText: "操作下一单", type: "warning", distinguishCancelAndClose: true, - closeOnClickModal: false + closeOnClickModal: false, + showCancelButton: false, + showClose: false }).then(() => { this.billCode=null; this.form.billCode=null; @@ -1146,11 +1148,12 @@ methods: { }, onComplete(){ this.$confirm("操作已完成是否【操作下一单】", "提示", { - cancelButtonText: "返回", - confirmButtonText: "操作下一单", - type: "warning", - distinguishCancelAndClose: true, - closeOnClickModal: false + confirmButtonText: "操作下一单", + type: "warning", + distinguishCancelAndClose: true, + closeOnClickModal: false, + showCancelButton: false, + showClose: false }).then(() => { this.billCode=null; this.form.billCode=null; diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index d5335071..7e8c34bb 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -1067,11 +1067,12 @@ methods: { } else{ this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { - cancelButtonText: "返回操作", confirmButtonText: "操作下一单", type: "warning", distinguishCancelAndClose: true, - closeOnClickModal: false + closeOnClickModal: false, + showCancelButton: false, + showClose: false }).then(() => { this.billCode=null; this.form.billCode=null; @@ -1131,11 +1132,12 @@ methods: { } else{ this.$confirm("打印组件未连接,可【返回操作】稍后打印,或【操作下一单】", "提示", { - cancelButtonText: "返回操作", confirmButtonText: "操作下一单", type: "warning", distinguishCancelAndClose: true, - closeOnClickModal: false + closeOnClickModal: false, + showCancelButton: false, + showClose: false }).then(() => { this.billCode=null; this.form.billCode=null; @@ -1146,11 +1148,12 @@ methods: { }, onComplete(){ this.$confirm("操作已完成是否【操作下一单】", "提示", { - cancelButtonText: "返回", - confirmButtonText: "操作下一单", - type: "warning", - distinguishCancelAndClose: true, - closeOnClickModal: false + confirmButtonText: "操作下一单", + type: "warning", + distinguishCancelAndClose: true, + closeOnClickModal: false, + showCancelButton: false, + showClose: false }).then(() => { this.billCode=null; this.form.billCode=null;