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>
@@ -393,12 +400,13 @@
                  </view>
                  
               </u-radio-group>
               <view class="receiverPopup__btn"><u-button text="确定"
        </view>
         <view class="receiverPopup__btn"><u-button text="确定"
                  type="primary"
                  @click="popupDetermineClick"
                  :loading="ClickLoading"></u-button></view>
        </view>
            </view>
         </u-popup>
   </view>
@@ -493,6 +501,7 @@
            closeling() {
            this.showLing = false;
            this.receiveNum = null;
            this.radioValue = '';
         },
         selectionChange(e) {
            this.yaList= e.detail.index.map(item=>{
@@ -549,7 +558,12 @@
            });
         },
         popupDetermineClick() {
            this.qiangDan(this.activeObj.orderPlanId, this.activeObj.fleetId, this.activeObj.customerId, !this.activeObj.xsUserId ? '0' : this.activeObj.xsUserId);
            if(this.pageList.length && this.radioValue){
               this.qiangDan(this.activeObj.orderPlanId, this.activeObj.fleetId, this.activeObj.customerId, !this.activeObj.xsUserId ? '0' : this.activeObj.xsUserId);
            }else{
               this.$u.toast('请确认该单的日计划吨数!')
            }
         },
         init() {
            this.inspectData=[]
@@ -833,10 +847,16 @@
<style lang="scss"
   scoped>
   .tableCon{
      overflow: auto;
          height: 560rpx;
    width: 700rpx;
  .uni-table{
 min-width: 0!important;
}
}
.codeBox{
   margin: vww(8) vww(8) 0 vww(16);
}
   @mixin formItem {
      width: vww(345);
@@ -919,6 +939,8 @@
      height: vww(280);
      width: 700rpx;
      padding: 20rpx;
      // overflow: auto;
      // position: relative;
      .image{
         width: 100%;
         height: vww(110);
@@ -939,6 +961,9 @@
      &__btn {
         margin: vww(10) auto;
         width: 50%;
         position: absolute;
         left: 25%;
         top: 87%;
   
         .u-button {
            height: vww(20);
@@ -1001,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);
@@ -1016,7 +1041,7 @@
                  height: 2rpx;
                  background: #e3e3e3;
                  position: absolute;
                  top: 122rpx;
                  top: 240rpx;
                  left: 128rpx;
               }
@@ -1211,7 +1236,7 @@
            .appointment-form-item {
               @include formItem;
               height: vww(191);
               height: vww(225);
               justify-content: space-between;
               overflow: hidden;
@@ -1220,7 +1245,7 @@
                  height: 1rpx;
                  background: #e3e3e3;
                  position: absolute;
                  top: 122rpx;
                  top: 240rpx;
                  left: 128rpx;
               }