2 Commits

Author SHA1 Message Date
b2894lxlx 429b5548dd Merge remote-tracking branch 'websoft/master' 2026-09-02 15:11:34 +08:00
b2894lxlx 6d4434f5c9 修复付款的付款方式 2026-09-02 15:11:30 +08:00
@@ -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');