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集合网关获取 },