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