This commit is contained in:
linfso 2024-06-04 19:25:38 +08:00
parent 346d0e3ebf
commit e1192a6a0d
2 changed files with 24 additions and 18 deletions

View File

@ -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;

View File

@ -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;