From 9aa4ad6a6a2edfcd55de3a969282b3a3a9257b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Fri, 21 Apr 2023 15:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E8=B4=A8=E4=BB=A3=E7=A0=81=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/company/supCompanyEditDialog.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/purchase/company/supCompanyEditDialog.vue b/src/views/purchase/company/supCompanyEditDialog.vue index 6d855bc7..65873d27 100644 --- a/src/views/purchase/company/supCompanyEditDialog.vue +++ b/src/views/purchase/company/supCompanyEditDialog.vue @@ -9,7 +9,7 @@ - + item.id == this.inputQuery.companyName).erpId - this.inputQuery.companyName= this.maintainsList.find(item => item.id == this.inputQuery.companyName).name + var row=this.maintainsList.find(item => item.id == this.inputQuery.companyName); + this.inputQuery.customerId= row.erpId + this.inputQuery.companyName= row.name + this.inputQuery.contacts=row.contact + this.inputQuery.mobile=row.mobile + this.inputQuery.detailAddr=row.addr this.customerId=this.inputQuery.customerId; },