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