From c8746db3858d8edb6fa0e70ec3b19d1a382bacef Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 30 May 2025 15:21:44 +0800 Subject: [PATCH] md --- .../AllMonthpayAccountPicker.vue | 4 +- .../panel/PayRecordInputByInvoice.vue | 46 ++++++++++++------- 2 files changed, 32 insertions(+), 18 deletions(-) diff --git a/src/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue b/src/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue index ddec6ca4..68edd668 100644 --- a/src/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue +++ b/src/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue @@ -93,10 +93,10 @@ }, onChange() { this.$emit("input", this.svalue); - let itemData = this.optionItems.find(item => item.monthlyPayCode == this.svalue); + let itemData = this.optionItems.find(item => item.custNo == this.svalue); this.$emit("change",itemData); this.$emit("onChange",itemData); - this.dispatch('ElFormItem', 'el.form.change', [this.svalue]); + // this.dispatch('ElFormItem', 'el.form.change', [this.svalue]); }, remoteDebounce(val,key){ debounce(this.queryData(val,key),1000); diff --git a/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue b/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue index 0caef5ac..5a6e6ee9 100644 --- a/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue +++ b/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue @@ -62,24 +62,20 @@ - - + + - 收款方式 + 缴款方式 - - - + + + 现金缴款 + 月结缴款 + - - + 缴款客户 @@ -96,6 +92,27 @@ + + + + + + + 收款方式 + + + + + + + + + @@ -111,9 +128,6 @@ - - -