|
|
@ -68,14 +68,15 @@ export default { |
|
|
auto: true, |
|
|
auto: true, |
|
|
emptyText: '暂无订单信息~', |
|
|
emptyText: '暂无订单信息~', |
|
|
background: '#F7F8FA', |
|
|
background: '#F7F8FA', |
|
|
fontSize: '40rpx' |
|
|
|
|
|
|
|
|
fontSize: '40rpx', |
|
|
|
|
|
emptyImage: '/static/imgs/client-detail/no-data-icon.png' |
|
|
}, |
|
|
}, |
|
|
params: { |
|
|
params: { |
|
|
asc: '', |
|
|
asc: '', |
|
|
desc: '', |
|
|
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 |
|
|
// mallSupplierId: '670334117090562048', // 供应商id |
|
|
status: '0' // 状态 0 全部 待发货/30106,待收货/30107,待借款/30207,已完成/30104 |
|
|
status: '0' // 状态 0 全部 待发货/30106,待收货/30107,待借款/30207,已完成/30104 |
|
|
// enterpriseIds: [] //企业ID集合网关获取 |
|
|
// enterpriseIds: [] //企业ID集合网关获取 |
|
|
|