yangan
2024-12-17 43946aca83334ac3e1c3929a2d6dcba3f2bf6446
pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -68,7 +68,6 @@
               class="collItem"
               :title="'待装卸收发单'">   
               <view class="history-information"  
                 @click="viewDetail(item)"
                  v-for="item,i in detailData"       
         :key="i">
                     <view class="first">
@@ -140,7 +139,7 @@
               <view class="btnBox"> 
                  <!--   -->
                  <u-button  size='mini' v-if="item.isPindan === 1 && $store.state.pvcIdList.includes(subItem.productId) "   type='primary' text='查看拼单'  @click.native.stop="toViewPindan(subItem)"></u-button>
                  <u-button type='primary' text='确认装卸'  size='mini' v-if="subItem.flag && isBtnShow(item) && !( item.tmTaskCoalList.length >1 && !item.tmTaskCoalList.find(item=>item.isWeight !== 0) &&  item.packingType !== 1)" @click.native.stop="enterOk(item,subItem)"></u-button>
                  <u-button type='primary' text='确认装卸'  size='mini' v-if="subItem.flag && isBtnShow(item) && !( item.tmTaskCoalList.length >1 && !item.tmTaskCoalList.find(item=>item.isWeight !== 0) &&  item.packingType !== 1) && item.isPindan!==2" @click.native.stop="enterOk(item,subItem)"></u-button>
                  </view></uni-td>
                  <uni-td align="left">
                     <view>{{ subItem.productName  +  ( subItem.productGrade  ? '-' + subItem.productGrade :'')   }}</view></uni-td>
@@ -351,10 +350,11 @@
                  <view v-if="activeObj.isContainerNum"><span>集装箱号: </span>
                        <u--input v-model="activeObj.containerNumber"
                        clearable
                        readonly
                        style="border: solid 1px #ccc;"
                        placeholder="输入集装箱号"
                        prefixIconStyle="color: #909399"></u--input>
                        <view><text style="color: red;">请认真核对集装箱号再提交!</text></view>
                        <!-- <view><text style="color: red;">请认真核对集装箱号再提交!</text></view> -->
                     </view>
                  <!-- <view v-if="/聚氯乙烯树脂/.test(activeObj.productName)">
                     <view>计划量:{{Number(activeObj.planMeasure)}}</view>
@@ -559,7 +559,7 @@
               if(!item){
                  return false
               }else{
                  if(   item.status === 6){
                  if(   item.status === 6 || item.isPindan == 1){
                     return false
                  }else{
                     return true;