From ae3fd2f6a39e5b7b657a4aa9bc57c26a19c4b798 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 26 Jan 2022 13:53:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=9F=E8=BF=9B?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/add-record/index.vue | 1 + pages/follow-up-records/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/add-record/index.vue b/pages/add-record/index.vue index e5d0f9b..d96a409 100644 --- a/pages/add-record/index.vue +++ b/pages/add-record/index.vue @@ -79,6 +79,7 @@ export default { address: '', content: '', customerEnterpriseId: this.$store.state.supplierInfo.id || null, + mallSupplierId: this.$store.state.supplierInfo.supplierId || null, remark: '', respondent: '' } diff --git a/pages/follow-up-records/index.vue b/pages/follow-up-records/index.vue index 3c4de64..cde4003 100644 --- a/pages/follow-up-records/index.vue +++ b/pages/follow-up-records/index.vue @@ -78,7 +78,7 @@ export default { params: { asc: '', desc: '', - customerEnterpriseId: null, + customerEnterpriseId: this.$store.state.supplierInfo.id || null, mallSupplierId: this.$store.state.supplierInfo.supplierId || null // enterpriseIds : ['651107734133018624'], // mallSupplierId : '670334117090562048', @@ -103,9 +103,9 @@ export default { this.downCallback() }, onLoad(option) { - if (option.customerEnterpriseId) { - this.params.customerEnterpriseId = option.customerEnterpriseId - } + // if (option.customerEnterpriseId) { + // this.params.customerEnterpriseId = option.customerEnterpriseId + // } }, methods: { back, From 25155178c6472149c686fb1ade15f082215edaa6 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 26 Jan 2022 14:06:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=9F=E7=BA=B8?= =?UTF-8?q?=E4=BA=A4=E6=98=93=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/client-detail/base-paper-deals.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/client-detail/base-paper-deals.vue b/pages/client-detail/base-paper-deals.vue index 1e46fa5..2ee4cca 100644 --- a/pages/client-detail/base-paper-deals.vue +++ b/pages/client-detail/base-paper-deals.vue @@ -14,12 +14,12 @@ - {{ item.customerEnterpriseName }} + {{ item.orderId }} ¥ {{ item.totalOfferPrice }} - + {{ subItem.productName }} @@ -75,7 +75,7 @@ export default { params: { asc: '', desc: '', - customerEnterpriseId: this.$store.state.supplierInfo.id || null, // 客户企业ID默认为空,传值时网关获取当前用户关联企业id失效 + customerEnterpriseId: this.id, mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // 供应商id // customerEnterpriseId: '651107734133018624', // 客户企业ID // mallSupplierId: '670334117090562048', // 供应商id