yangan
2023-12-15 09154bf4f7bc61e7cdfaf2f9f6cecea6d5759ba2
pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue
@@ -35,11 +35,16 @@
                  <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="third-line">
               <view class="time-icon">
            <view class="second-line">
                  <text class="car-num " style="font-size: 28rpx;">创建时间:</text>
               </view>
               <view style="font-size: 28rpx;">{{ item.createTime }}</view>
            </view>
            <view class="third-line">
@@ -99,8 +104,12 @@
               <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">
@@ -133,9 +142,9 @@
            <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">
@@ -302,12 +311,13 @@
   }
   .main {
      width: 100%;
      margin: 30px auto;
   }
   .scroll-Y {
      height: 900rpx;
      height: 100%;
      .more_text {
         color: #333;
@@ -419,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;