| | |
| | | <view class="compDetails"> |
| | | <uni-table border stripe emptyText="暂无更多数据"> |
| | | <uni-tr> |
| | | <uni-th align="left" width="120">转发总量</uni-th> |
| | | <uni-td align="left">{{ orderPlanDetail.fowardSum || 0 }}张</uni-td> |
| | | </uni-tr> |
| | | <uni-tr> |
| | | <uni-th align="left">领取总量</uni-th> |
| | | <uni-td align="left">{{ cars2 || 0 }}张</uni-td> |
| | | </uni-tr> |
| | | <uni-tr> |
| | | <uni-th align="left" width="120">转发总量</uni-th> |
| | | <uni-td align="left">{{ orderPlanDetail.fowardSum || 0 }}张</uni-td> |
| | | </uni-tr> |
| | | <uni-tr v-for="(item, index) in orderPlanDetail.huodaiList" :key="index"> |
| | | <uni-th align="left">{{ item.huoDaiName }}</uni-th> |
| | |
| | | <view class="label-title">提煤单状态</view> |
| | | <view class="label-value">{{ coalStatus[item.status] }}</view> |
| | | </view> |
| | | <view class="coal-clean"> |
| | | <view class="label-title">净重</view> |
| | | <view class="label-value">{{ item.clean || 0 }}</view> |
| | | </view> |
| | | <view class="coal-carNo"> |
| | | <view class="label-title">车牌号</view> |
| | | <view class="label-value">{{ item.carNo || '' }}</view> |
| | | </view> |
| | | <view class="coal-clean"> |
| | | <view class="label-title">净重</view> |
| | | <view class="label-value">{{ item.clean || 0 }}</view> |
| | | </view> |
| | | <view class="coal-allowance"> |
| | | <view class="label-title">余量</view> |
| | |
| | | if (res.code == 0) { |
| | | this.orderPlanDetail = res.data; |
| | | this.yyDailyList = res.data.yyDailyList; |
| | | uni.hideLoading(); |
| | | } else { |
| | | this.$u.toast('加载失败,请稍后重试'); |
| | | uni.hideLoading(); |
| | | } |
| | | }); |
| | |
| | | color: #909399; |
| | | } |
| | | .label-value { |
| | | min-width: vww(85); |
| | | margin-top: vww(10); |
| | | color: #606266; |
| | | } |