qingyiay
2023-03-31 04f3f15c930c2b02187d0ce11d68978b65361d54
pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue
@@ -1,12 +1,12 @@
<template>
   <view class="coal-pick-up-bill">
      <view class="driver" style="background:url(../../../../../static/image/coalBackgroud/coal-background.png) no-repeat;background-size:100% 100%;">
      <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-coalOne">电子提煤单</view>
         <view class="driver-coalTwo">
            <view>{{ coalData.code || '暂无订单编号' }}</view>
            <view>{{ coalData.deptName || '暂无所属矿' }}</view>
            <view>{{ coalData.coalName || '暂无煤种' }}</view>
            <view>{{ coalData.carNo || '暂无车牌' }}</view>
            <view class="bigFont">{{ coalData.deptName || '暂无所属矿' }}</view>
            <view class="bigFont">{{ coalData.coalName || '暂无煤种' }}</view>
            <view class="bigFont">{{ coalData.carNo || '暂无车牌' }}</view>
         </view>
         <view class="driver-coalThree">
            <view>{{ coalData.customerName || '暂无单位' }}</view>
@@ -82,12 +82,15 @@
         color: #2e363f;
         view:nth-child(2) {
            margin-top: vww(15);
            font-size: 40px;
         }
         view:nth-child(3) {
            margin-top: vww(15);
            font-size: 40px;
         }
         view:nth-child(4) {
            margin-top: vww(15);
            font-size: 40px;
         }
      }
      &-coalThree {
@@ -102,10 +105,10 @@
         }
      }
      &-coalFour {
         margin: vww(58.5) 0 0 45.5%;
         margin: vww(59) 0 0 43%;
         image {
            width: vww(35);
            height: vww(35);
            width: vww(52);
            height: vww(52);
         }
      }
   }