yangan
2024-06-20 1314133a0eac1ac6f05b69d81bd8c3ad9fe2b81a
pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue
@@ -35,6 +35,18 @@
                  <view class="">{{ item.orderCode ||''}}</view>
               </view>
            </view>
            <view class="second-line">
                  <text class="car-num " style="font-size: 28rpx;">供应商:{{ item.customerName }}</text>
            </view>
            <!-- 添加创建时间 -->
            <view class="second-line">
                  <text class="car-num " style="font-size: 28rpx;">创建时间:</text>
               <view style="font-size: 28rpx;">{{ item.createTime }}</view>
            </view>
            <view class="third-line">
               <view class="time-icon">
                  <view
@@ -50,7 +62,7 @@
                  </view>
               </view>
               <view class="send-date">{{ item.sendDate }}</view>
            </view>
            </view>
            <view class="fourth-line">
               <view class="forward"
                  @click.stop="validateClick(item)"
@@ -86,6 +98,19 @@
                  <view class="coal-name">{{ item.coalName || '' }}</view>
                  <view class="order-type">{{ item.orderType || '' }}</view>
               </view>
               <!-- 添加创建时间 -->
               <view class="third">
               <view class="third-line">
               <view class="time-icon">
                  <text class="car-num " style="font-size: 28rpx;">创建时间:</text>
               </view>
               <view style="font-size: 28rpx;">{{ item.createTime }}</view>
            </view>
            </view>
            <view class="third">
               <text class="car-num " style="font-size: 28rpx;">供应商:{{ item.customerName }}</text>
            </view>
               <view class="third">
                  <view class="third-line">
                     <view
@@ -117,14 +142,14 @@
            <view class="white-block"></view>
         </scroll-view>
      </view>
      <view style="height: 160rpx;width: 100%;">
      </view>
      <!-- <view style="height: 160rpx;width: 100%;">
         111111
      </view> -->
      <!-- 图片预览弹出框 -->
      <view class="previewImage-container">
            <view class="previewImage-container">
               <previewImage ref="previewImage"
                  :imgs="customerTourImgList"
                  :imgs="qualityTourImgList"
                  :saveBtn='false'></previewImage>
            </view>
         </view>
@@ -175,7 +200,7 @@
         previewImage
      },
      computed: {
         ...mapState(['customerTourImgList']),
         ...mapState(['customerTourImgList','qualityTourImgList']),
         roleType() {
            return uni.getStorageSync('roleType')
         }
@@ -286,12 +311,13 @@
   }
   .main {
      width: 100%;
      margin: 30px auto;
   }
   .scroll-Y {
      height: 900rpx;
      height: 100%;
      .more_text {
         color: #333;
@@ -403,7 +429,7 @@
      .collection-form-item {
         width: 690rpx;
         height: 320rpx;
         height: 350rpx;
         background: #ffffff;
         box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);
         border-radius: 20rpx;