yangan
2024-12-16 9e6f52480c67e3ba291852820a142bd487f38a7c
feat:pvc库管查看拼单功能
1个文件已修改
3 ■■■■ 已修改文件
pages/loadUnload-page/selectTarget/selectTarget.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>