修复付款的付款方式
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user