yangan
2025-01-22 a79e6ae6d20c60f813234c94461a305101e15c92
feat:库管日计划修改显示
2个文件已修改
5 ■■■■■ 已修改文件
pages/loadUnload-page/orderPlanList/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/public-page/forward/forward.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/loadUnload-page/orderPlanList/index.vue
@@ -64,10 +64,11 @@
                            </view> -->
                            <view>客户名称:{{ item.customerName }}</view>
                            <view>订单编号:{{ item.orderCode }}</view>
                            <view>产品:{{ item.productNames || item.productName }}</view>
                            <view>产品:{{ $store.state.pvcIdList.includes(item.productId) ?  item.productName :item.productNames }}</view>
                            <view>包装类型:     {{proType[item.packingType]}}</view>
                            <view>计划车数:{{ item.carNum }}</view>
                            <view>领取车数:{{ item.lingNum }}</view>
                            <view v-if="$store.state.pvcIdList.includes(item.productId)">日计划总量:{{ item.pvcPlanMeasure }}</view>
                        </view>
                        <view class="formBottom">
                            <uni-table border stripe 
pages/public-page/forward/forward.vue
@@ -281,7 +281,7 @@
                }
            },
            btnFlag(){
                if(this.falseProductNames.includes(this.productId)){
                if(this.falseProductNames.includes(this.productId) || this.carNumSurplus1 <= 0){
                    return false;
                }else{
                    return true;