qingyiay
2023-07-02 07b5244ba8572922728f2663883915861554e7e0
pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue
@@ -55,7 +55,7 @@
         </view>
      </view>
      <view class="history-numbers">
         <combined-title title="历史提煤单"></combined-title>
         <combined-title title="历史验质完成"></combined-title>
         <scroll-view :scroll-top="scrollTop"
            scroll-y="true"
            class="scroll-Y"
@@ -70,7 +70,7 @@
               :key="index"
               @click="faYundetail(item)">
               <view class="first">
                  <view class="">{{ item.deptName || '' }}</view>
                  <view class="">{{ item.filedName || '' }}</view>
                  <view class=""><u-icon name="arrow-right"
                        color="#999999"
                        size="40"></u-icon></view>
@@ -81,19 +81,11 @@
               </view>
               <view class="third">
                  <view class="third-line">
                     <view class="third-line_text">领取数:</view>
                     <view class="third-line_num">{{ item.cars2 }}</view>
                  </view>
                  <view class="third-line">
                     <view class="third-line_text">剩余数:</view>
                     <view
                        :style="{backgroundImage: `url(${onlineurl}/appimg/image/banner/carNO.png)`,backgroundSize: 'cover',backgroundRepeat: 'no-repeat',width:'24rpx',height:'24rpx',lineHeight:'24rpx'}">
                     </view>
                     <view class="third-line_num"
                        v-if="roleType == 1">{{ item.carNumSurplus1 }}</view>
                     <view class="third-line_num"
                        v-else-if="roleType == 2">{{ item.carNumSurplus }}</view>
                  </view>
                  <view class="third-line">
                     <view class="third-line_text">提煤单个数:</view>
                     <view class="third-line_num">{{ item.tmCount }}</view>
                        style=" color: #303030;">{{ item.carNo }}</view>
                  </view>
               </view>
               <view class="fourth">
@@ -203,6 +195,11 @@
            uni.navigateTo({
               url: `/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail?orderPlanId=${item.id}`
            })
         },
         faYundetail(item) {
            uni.navigateTo({
               url: `/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail?orderPlanId=${item.id}&flag=${true}`
            })
         }
      },
   }
@@ -221,6 +218,16 @@
      margin: 0 auto;
   }
   .scroll-Y {
      height: 900rpx;
      .more_text {
         color: #333;
         font-size: 24rpx;
         text-align: center;
      }
   }
   .history-numbers {
      width: 100%;
      position: relative;