From 5572bb249e5049470e8ed2639733d904049d0f15 Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 1 Mar 2025 17:22:45 +0800 Subject: [PATCH] md --- .../emisSettleInvoiceRecordForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue b/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue index 77ec690e..f08a6834 100644 --- a/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue +++ b/src/views/emis/emisSettleInvoiceRecord/emisSettleInvoiceRecordForm.vue @@ -254,8 +254,8 @@
- 确 定 - 保存并继续开票 + 确 定 + 保存并继续开票 取 消
@@ -291,7 +291,7 @@ export default { lastestLoading: false, - blCanotSubmit:false, + isDoing:false, lastestInvoiceRecordList:[], lastestTotal:0, @@ -679,10 +679,10 @@ export default { // this.$emit("on-changed"); // }); } else { - this.blCanotSubmit=true; + this.isDoing=true; addEmisSettleInvoiceRecord(this.form).then(response => { this.$modal.msgSuccess("新增成功"); - this.blCanotSubmit=false; + this.isDoing=false; if(isContinue){ this.form.openBillScope='1';