| | |
| | | <template> |
| | | <view class="coal-pick-up-bill"> |
| | | <view class="driver" style="background:url(https://hesuancj.cn:9095/appimg/image/coalBackgroud/coal-background.png) no-repeat;background-size:100% 100%;"> |
| | | <view class="driver" style="background:url(https://mx.jzeg.cn:9095/appimg/image/coalBackgroud/coal-background.png) no-repeat;background-size:100% 100%;"> |
| | | <view class="driver-coalOne">电子提煤单</view> |
| | | <view class="driver-coalTwo"> |
| | | <view>{{ coalData.code || '暂无订单编号' }}</view> |
| | |
| | | this.$reqGet('getTakeCoal', { takeCoalId: this.orderPlanId }).then(res => { |
| | | console.log('获取提煤单详情', res); |
| | | if (res.code == 0) { |
| | | this.coalData = res.data[0]; |
| | | this.coalData = res.data; |
| | | } else { |
| | | this.$u.toast('加载失败'); |
| | | } |