qingyiay
2023-04-19 3fd84886a15713ece1ba34954f49fd1e075ef7be
pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue
@@ -1,6 +1,6 @@
<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>
@@ -43,7 +43,7 @@
         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('加载失败');
            }