|
|
@ -17,7 +17,7 @@ |
|
|
<view class="left-title">{{ item.customerEnterpriseName }}</view> |
|
|
<view class="left-title">{{ item.customerEnterpriseName }}</view> |
|
|
<view class="right-title">¥ {{ item.totalOfferPrice }}</view> |
|
|
<view class="right-title">¥ {{ item.totalOfferPrice }}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="content" v-for="(subItem, subIndex) in item.supplierOrderList[0].orderItmes" :key="subIndex"> |
|
|
|
|
|
|
|
|
<view class="content" v-for="(subItem, subIndex) in item.supplierOrderList[0].orderItems" :key="subIndex"> |
|
|
<!-- <image class="image" :src="https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif" mode=""></image> --> |
|
|
<!-- <image class="image" :src="https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif" mode=""></image> --> |
|
|
<image class="image" :src="subItem.productImg" mode=""></image> |
|
|
<image class="image" :src="subItem.productImg" mode=""></image> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
@ -67,10 +67,10 @@ export default { |
|
|
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', |
|
|
|
|
|
mallSupplierId: '670334117090562048', // 供应商id |
|
|
|
|
|
|
|
|
customerEnterpriseId: this.$store.state.supplierInfo.id || null, // 客户企业ID默认为空,传值时网关获取当前用户关联企业id失效 |
|
|
|
|
|
mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // 供应商id |
|
|
|
|
|
// customerEnterpriseId: '651107734133018624', // 客户企业ID |
|
|
|
|
|
// mallSupplierId: '670334117090562048', // 供应商id |
|
|
status: '0', // 状态 0 全部 待发货/30106,待收货/30107,待借款/30207,已完成/30104 |
|
|
status: '0', // 状态 0 全部 待发货/30106,待收货/30107,待借款/30207,已完成/30104 |
|
|
enterpriseIds: [] //企业ID集合网关获取 |
|
|
enterpriseIds: [] //企业ID集合网关获取 |
|
|
}, |
|
|
}, |
|
|
@ -80,8 +80,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
orderParams: { |
|
|
orderParams: { |
|
|
beginDate: '', |
|
|
beginDate: '', |
|
|
currentSupplier: '670334117090562048', |
|
|
|
|
|
// currentSupplier: this.$store.state.supplierInfo.supplierId || null, |
|
|
|
|
|
|
|
|
// currentSupplier: '670334117090562048', |
|
|
|
|
|
currentSupplier: this.$store.state.supplierInfo.supplierId || null, |
|
|
endDate: '' |
|
|
endDate: '' |
|
|
}, |
|
|
}, |
|
|
list: [], |
|
|
list: [], |
|
|
|