From 13f6cda8522973272b129f9f199193c39d0f7e85 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 25 Jul 2024 08:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=94=80=E5=94=AE=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/salesOrder/salesOrderAdd.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/salesOrder/salesOrderAdd.vue b/src/views/salesOrder/salesOrderAdd.vue index 053e71e..7363194 100644 --- a/src/views/salesOrder/salesOrderAdd.vue +++ b/src/views/salesOrder/salesOrderAdd.vue @@ -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) {