From 30d40961e1d19f59e1d0030cea2ca0475acfd963 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Mon, 24 Jan 2022 14:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/trade/orderList.vue | 6 +++--- pages/trade/quotationList.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/trade/orderList.vue b/pages/trade/orderList.vue index 4da2f9f..f941b59 100644 --- a/pages/trade/orderList.vue +++ b/pages/trade/orderList.vue @@ -74,9 +74,9 @@ export default { params: { asc: '', desc: '', - // customerEnterpriseId: this.$store.state.supplierInfo.id || null, // 客户企业ID默认为空,传值时网关获取当前用户关联企业id失效 - // mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // 供应商id - customerEnterpriseId: '651107734133018624', + 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集合网关获取 diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue index 456c2fb..2cafc09 100644 --- a/pages/trade/quotationList.vue +++ b/pages/trade/quotationList.vue @@ -77,8 +77,8 @@ export default { params: { asc: '', desc: '', - // mallSupplierIds: [this.$store.state.supplierInfo.supplierId], // 网关获取供应商ID集合 - mallSupplierIds: ['553703427180466176'] // 网关获取供应商ID集合 + mallSupplierIds: [this.$store.state.supplierInfo.supplierId], // 网关获取供应商ID集合 + // mallSupplierIds: ['553703427180466176'] // 网关获取供应商ID集合 }, pagination: { pageNum: 0, // 初始会执行一次下拉加载