From c73efd994e114f19751c24d2af00a1118ad30097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Wed, 21 Jun 2023 17:53:42 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/supInoutSearchOrder.vue | 5 +++++ src/views/purchase/company/supCompanyAdd.vue | 2 +- .../purchase/company/supCompanyEditDialog.vue | 21 +++++++++++++------ src/views/remind/invRemindMsg.vue | 2 +- src/views/userManage/bindPlatform.vue | 2 +- src/views/userManage/platform.vue | 2 +- 6 files changed, 24 insertions(+), 10 deletions(-) diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 0ba6c12e..8133fcef 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -266,6 +266,11 @@ export default { getList() { this.loading = true; this.filterQuery.actionType = this.actionType; + if(this.filterQuery.actionType=='preInDetail'){ + this.filterQuery.invCode='1000001' + }else if(this.filterQuery.actionType=='preDetail'){ + this.filterQuery.invCode='1000002' + } getResultOrderList(this.filterQuery) .then((response) => { if (response.code === 20000) { diff --git a/src/views/purchase/company/supCompanyAdd.vue b/src/views/purchase/company/supCompanyAdd.vue index 0b5d4c20..963bcd44 100644 --- a/src/views/purchase/company/supCompanyAdd.vue +++ b/src/views/purchase/company/supCompanyAdd.vue @@ -73,7 +73,7 @@ > diff --git a/src/views/purchase/company/supCompanyEditDialog.vue b/src/views/purchase/company/supCompanyEditDialog.vue index 887b9786..6a0befef 100644 --- a/src/views/purchase/company/supCompanyEditDialog.vue +++ b/src/views/purchase/company/supCompanyEditDialog.vue @@ -259,7 +259,7 @@ export default { type: Function, required: true, }, - inputQuery: { + inputEdit: { type: Object, required: true, }, @@ -279,6 +279,13 @@ export default { imgViewerVisible: false, imgList: [], options: regionDataPlus, + inputQuery:{ + customerId: null, + companyName: null, + contacts: null, + mobile: null, + detailAddr: null, + }, rules: { companyName: [ { @@ -417,6 +424,7 @@ export default { ADMIN_ID: store.getters.adminId, ADMIN_TOKEN: store.getters.token, }; + this.inputQuery=this.inputEdit if (this.inputQuery.areaCode != null) this.selectedOptions = this.inputQuery.areaCode.split(","); } @@ -512,12 +520,13 @@ export default { , getCompanyId(){ 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.$set(this.inputQuery,"mobile",row.mobile); + this.$set(this.inputQuery,"customerId",row.erpId); + this.$set(this.inputQuery,"companyName",row.name); + this.$set(this.inputQuery,"contacts",row.contact); + this.$set(this.inputQuery,"detailAddr",row.addr); this.customerId=this.inputQuery.customerId; + console.log(this.inputQuery) this.getCompanyCertList(); }, diff --git a/src/views/remind/invRemindMsg.vue b/src/views/remind/invRemindMsg.vue index 54c30611..5062d49c 100644 --- a/src/views/remind/invRemindMsg.vue +++ b/src/views/remind/invRemindMsg.vue @@ -252,7 +252,7 @@ diff --git a/src/views/userManage/bindPlatform.vue b/src/views/userManage/bindPlatform.vue index 2b85c3d6..f0ed7334 100644 --- a/src/views/userManage/bindPlatform.vue +++ b/src/views/userManage/bindPlatform.vue @@ -8,7 +8,7 @@ - + diff --git a/src/views/userManage/platform.vue b/src/views/userManage/platform.vue index d78ef1da..7dd120a9 100644 --- a/src/views/userManage/platform.vue +++ b/src/views/userManage/platform.vue @@ -8,7 +8,7 @@ - +