完善销售订单

This commit is contained in:
2024-07-25 08:40:32 +08:00
parent cea960f50e
commit 13f6cda852

View File

@@ -641,8 +641,10 @@ export default {
const choose = this.bankAccount_list.filter((item) => item.dictKey === value)
if (choose !== null && choose.length > 0) {
this.formobj.bankAccount = choose[0].dictValue
this.formobj.accounts = []
} else {
this.formobj.bankAccount = ''
this.formobj.accounts = []
}
},
// 选择客户
@@ -893,6 +895,8 @@ export default {
row.taxTotalAmount = Math.round((parseFloat(row.unTaxPrice) * parseFloat(row.count !== '' ? row.count : '0')) * 100) / 100
},
handleAccount() {
this.formobj.bankAccount = ''
this.formobj.bankAccountKey = ''
this.dialogVisible = true
const aa = []
if (this.bankAccount_list.length > 0) {