qingyiay
2023-06-30 ac6014d1bde8f6a34b4062bedaa3902eb30e4f38
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -40,9 +40,22 @@
               style="color: rgb(73, 123, 251);">
               查看明细
            </view>
         </view>
      </view>
      <!--  称重历史-->
      <view class="weigh-history"
         v-if="showWeigh.length!==0">
         <view class="block-main">
            <view class="weigh-item"
               v-for='item in showWeigh'
               :key="item.id">
               <view class="weigh-time">
                  <u-tag :text="item.createTime.slice(-8,-3)"
                     plain></u-tag>
               </view>
               <view class="item-block">
               <view class="item">
                  <view class="concrete"
                     style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/skin.png') no-repeat;background-size: cover;">
@@ -64,8 +77,8 @@
            </view>
         </view>
      </view>
      </view>
      <!-- 时间线 -->
      <view class="timeLine">
         <u-steps :current="dayRZ.length - 1"
            direction="column"
@@ -214,7 +227,7 @@
            completeOutSaleShow: false,
            overTmWaixiao: null,
            // 判读网络状态,
            normalCode: null
            normalCode: true
         };
      },
      onShow() {
@@ -611,9 +624,6 @@
            height: 100%;
            min-height: 380rpx;
            margin: vww(18) vww(7) vww(11) vww(17);
            // flex-direction: column;
            // justify-content: space-between;
            // align-items: flex-start;
         }
         .status-button {
@@ -678,7 +688,26 @@
            color: #7d7d7d;
         }
      }
      // 称重历史
      .weigh-history {
         @extend .block-information;
         .block-main {
            @extend .block-main;
            gap: 10rpx 20rpx;
         .weigh-item {
               width: 100%;
               height: vww(80);
               @include flex;
               flex-direction: column;
               justify-content: space-around;
               align-items: flex-start;
               .item-block {
            width: 100%;
            height: vww(36);
            @include flex;
@@ -707,8 +736,10 @@
            }
         }
      }
         }
      }
      // 时间线
      .timeLine {
         height: 300rpx;
         min-height: 300rpx;