|
|
|
@ -12,25 +12,25 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<uGap></uGap> |
|
|
|
<view class="card-box"> |
|
|
|
<view class="card-box" v-for="(item, index) in list" :key="index"> |
|
|
|
<view class="header"> |
|
|
|
<view class="left-title">XJ 202112235389</view> |
|
|
|
<view class="right-title">¥ 22045.78</view> |
|
|
|
<view class="left-title">{{item.customerEnterpriseName}}</view> |
|
|
|
<view class="right-title">¥ {{item.totalOfferPrice}}</view> |
|
|
|
</view> |
|
|
|
<view class="content"> |
|
|
|
<view class="content" v-for="(subItem, subIndex) in item.supplierOrderList" :key="subIndex"> |
|
|
|
<image class="image" src="https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif" mode=""></image> |
|
|
|
<view class=""> |
|
|
|
<view class="title">金蝶蓝白卡</view> |
|
|
|
<view class="desc">白卡纸/金蝶蓝/350g/787*1092/2200张</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="content"> |
|
|
|
<!-- <view class="content"> |
|
|
|
<image class="image" src="https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif" mode=""></image> |
|
|
|
<view class=""> |
|
|
|
<view class="title">丽盈白卡</view> |
|
|
|
<view class="desc">白卡纸/丽盈/350g/787*1092/2200张</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="other"> |
|
|
|
<view class="time">2021-12-23 12:30:45</view> |
|
|
|
<view class="btn"> |
|
|
|
@ -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集合网关获取 |
|
|
|
}, |
|
|
|
|