From 6d4434f5c988bb9582c21d8ec114550e7b5a8f5d Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Wed, 2 Sep 2026 15:11:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E7=9A=84=E4=BB=98=E6=AC=BE=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/payment/payment-application-form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/payment/payment-application-form.vue b/src/views/payment/payment-application-form.vue index 68fe70f..977df89 100644 --- a/src/views/payment/payment-application-form.vue +++ b/src/views/payment/payment-application-form.vue @@ -657,7 +657,7 @@ const emptyForm = () => ({ billType: '', paymentRatio: null, appliedAmount: 0, - paymentMethod: 'bank_transfer', + paymentMethod: '', billLedgerId: null, billNo: '', receiptAccountId: null, @@ -1053,6 +1053,7 @@ export default { if (this.billPayment) await this.loadBillOptions('', data.billLedgerId); } else { this.form = emptyForm(); + this.form.paymentMethod = this.paymentMethodOptions[0]?.value || ''; this.form.paymentType = this.initialAddPaymentType(); this.referenceRows = []; this.form.applyDate = this.$dayjs().format('YYYY-MM-DD'); From 008ec7a6a8dc418cda2be3048b850be3e507758c Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Wed, 2 Sep 2026 15:14:05 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/contract-manage.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/business/contract-manage.vue b/src/views/business/contract-manage.vue index 7a9ac7b..fb1c429 100644 --- a/src/views/business/contract-manage.vue +++ b/src/views/business/contract-manage.vue @@ -265,12 +265,13 @@ - + + >