From 55b6301257bde7c80f98068fb04b24cfbda237ae Mon Sep 17 00:00:00 2001 From: buffeyu Date: Tue, 11 Jan 2022 17:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E7=BA=B8=E4=BA=A4=E6=98=93=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/client-detail/base-paper-deals.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/client-detail/base-paper-deals.vue b/pages/client-detail/base-paper-deals.vue index 73e84ec..9500490 100644 --- a/pages/client-detail/base-paper-deals.vue +++ b/pages/client-detail/base-paper-deals.vue @@ -12,25 +12,25 @@ - + - XJ 202112235389 - ¥ 22045.78 + {{item.customerEnterpriseName}} + ¥ {{item.totalOfferPrice}} - + 金蝶蓝白卡 白卡纸/金蝶蓝/350g/787*1092/2200张 - + 2021-12-23 12:30:45 @@ -62,8 +62,10 @@ export default { params: { asc: '', desc: '', - customerEnterpriseId: '', // 客户企业ID默认为空,传值时网关获取当前用户关联企业id失效 - mallSupplierId: '', // 供应商id + // customerEnterpriseId: this.$store.state.supplierInfo.id || null, // 客户企业ID默认为空,传值时网关获取当前用户关联企业id失效 + // mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // 供应商id + customerEnterpriseId: '651107734133018624', + mallSupplierId: '670334117090562048', // 供应商id status: '0', // 状态 0 全部 待发货/30106,待收货/30107,待借款/30207,已完成/30104 enterpriseIds: [] //企业ID集合网关获取 },