yangan
2024-09-13 47ef5b23c6ff85b210d11387afefa6c30355bc11
pages/driver-page/driver-index/driver-index.vue
@@ -25,6 +25,8 @@
                  v-for="(item, index) in driverBillOfLoadingData.list1"
                  :key="index">
                  <view class="main-divider"></view>
                  <view class="codeBox">订单编号:{{ item.orderCode }}</view>
                  <view class="codeBox">日计划编号:{{ item.code }}</view>
                  <view class="first-line">
                     <view class="main-information">
                        <view class="sign">装</view>
@@ -71,6 +73,7 @@
                        <view class="coal-name">{{ item.productNames || item.productName }}</view>
                     </view>
                  </view>
                  <view class="fourth-line"
                     @click="qiangDanBtn(item)"
                     v-if="item.carNum - item.taskNum !== 0">
@@ -104,6 +107,8 @@
                     v-for="(item, index) in driverBillOfLoadingData.list3"
                     :key="index">
                     <view class="main-divider"></view>
                     <view class="codeBox">订单编号:{{ item.orderCode }}</view>
                  <view class="codeBox">日计划编号:{{ item.code }}</view>
                     <view class="first-line">
                        <view class="main-information">
                           <view class="sign">装</view>
@@ -223,6 +228,8 @@
                     :key="index"
                     @click="list3CardIconClick(item)">
                     <view class="main-divider"></view>
                     <view class="codeBox">订单编号:{{ item.orderCode }}</view>
                     <view class="codeBox">日计划编号:{{ item.code }}</view>
                     <view class="first-line">
                        <view class="main-information">
                           <view class="sign">装</view>
@@ -848,6 +855,9 @@
 min-width: 0!important;
}
}
.codeBox{
   margin: vww(8) vww(8) 0 vww(16);
}
   @mixin formItem {
      width: vww(345);
      height: vww(150);
@@ -1016,7 +1026,7 @@
            .collection-form-item {
               width: vww(345);
               height: vww(185);
               height: vww(220);
               margin-top: vww(5);
               background: #ffffff;
               box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);
@@ -1031,7 +1041,7 @@
                  height: 2rpx;
                  background: #e3e3e3;
                  position: absolute;
                  top: 122rpx;
                  top: 240rpx;
                  left: 128rpx;
               }
@@ -1226,7 +1236,7 @@
            .appointment-form-item {
               @include formItem;
               height: vww(191);
               height: vww(225);
               justify-content: space-between;
               overflow: hidden;
@@ -1235,7 +1245,7 @@
                  height: 1rpx;
                  background: #e3e3e3;
                  position: absolute;
                  top: 122rpx;
                  top: 240rpx;
                  left: 128rpx;
               }