Browse Source

原纸交易对接

devlop
buffeyu 4 years ago
parent
commit
55b6301257
1 changed files with 10 additions and 8 deletions
  1. 18
      pages/client-detail/base-paper-deals.vue

18
pages/client-detail/base-paper-deals.vue

@ -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: '', // IDid
mallSupplierId: '', // id
// customerEnterpriseId: this.$store.state.supplierInfo.id || null, // IDid
// mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // id
customerEnterpriseId: '651107734133018624',
mallSupplierId: '670334117090562048', // id
status: '0', // 0 /30106,/30107,/30207,/30104
enterpriseIds: [] //ID
},

Loading…
Cancel
Save