| | |
| | | <view class="middle-container"> |
| | | <view class="dept-name"> |
| | | {{ deptName }} |
| | | <text v-show="deptName">({{ coalName || productName}})</text> |
| | | <text v-show="deptName">({{ productNames || productName}})</text> |
| | | </view> |
| | | <view class="dept-num"> |
| | | <text style="font-size: 46rpx; |
| | |
| | | </view> |
| | | </view> |
| | | <view class="block-top"> |
| | | <combined-title title="提煤单历史"></combined-title> |
| | | <combined-title title="收发单历史"></combined-title> |
| | | <view class="total"> |
| | | 总净重 |
| | | <text>{{ total.toFixed(2) || 0 }}</text> |
| | | </view> |
| | | <text>{{ Number(total).toFixed(2) || 0 }}</text> |
| | | </view> |
| | | </view> |
| | | <view class="main-banner"> |
| | | <view class="empty-pointer" |
| | |
| | | <view class="second-line"> |
| | | <view class="line-content"> |
| | | <view class="line-content_text">净重</view> |
| | | <view class="line-content_num">{{ item.clean.toFixed(2) || 0 }}</view> |
| | | <view class="line-content_num">{{ Number(item.clean) .toFixed(2) || 0 }}</view> |
| | | </view> |
| | | <view class="line-content"> |
| | | <view class="line-content_text">余量</view> |
| | | <view class="line-content_num">{{ item.allowance.toFixed(2) || 0 }}</view> |
| | | <view class="line-content_num">{{ Number(item.orderSurplus).toFixed(2) || 0 }}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | this.cars2 = value.cars2 ? value.cars2 : null; |
| | | this.deptName = value.deptName; |
| | | this.coalName = value.coalName; |
| | | this.productName = value.productName; |
| | | this.productName = value.productNames; |
| | | this.carNum = value.carNum ? value.carNum : null |
| | | console.log(value, '发运计划参数'); |
| | | }, |
| | |
| | | }, |
| | | showMore(item) { |
| | | uni.navigateTo({ |
| | | url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}` |
| | | url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}&orderType=${item.orderType}` |
| | | }); |
| | | }, |
| | | init() { |