This commit is contained in:
linfso 2025-03-11 11:17:33 +08:00
parent d9c3fcebad
commit 57724413ad

View File

@ -161,7 +161,7 @@ export default {
// this.getTreeselect();
},
onMonthpayAccountChange(item){
this.form.customerCode=item.payee;
this.form.customerCode=item.customerCode;
this.form.payee=item.payee;
this.form.salesmen=item.salesmen;
},