yangan
2024-11-07 8d80e8c9a3feb6c7e4c3d5dd9aa18f74885d1435
feat:修改逻辑条件
1个文件已修改
6 ■■■■■ 已修改文件
pages/loadUnload-page/selectTarget/selectTarget.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -1024,8 +1024,6 @@
                    uni.showLoading({
                    title:'加载中'
                });
                console.log(this.activeObj,(this.activeObj.isWeight === 2 || this.activeObj.packingType === 1) && (this.activeObj.skin  ||   this.activeObj.hair),'activeObj')
                console.log(this.activeObj,this.activeObj.productName ==='二氯乙烷(EDC)' && this.activeObj.checkStatus !== 7,'12313')
                if(this.activeObj.productName ==='二氯乙烷(EDC)' && this.activeObj.checkStatus !== 7){
                    this.enterZx = false;
                    this.$u.toast(`请检查当前二氯乙烷(EDC)DC订单质检状态后在确认装卸!`);
@@ -1033,6 +1031,10 @@
                }else if( this.isEmptyCar === null){
                    this.$u.toast(`请检查${this.isNumOk ? '计件数量' :'折吨'},以及是否空车出厂项!`);
                    //装卸 为 2 ,但是必须得称重
                }else if( (this.activeObj.isWeight === 2 ) && (!this.activeObj.skin  &&    !this.activeObj.hair) ){
                    console.log('》》》》》》》》》》》触发')
                    this.enterZx = false;
                    this.$u.toast(`请先称重后装卸确认!`);
                }
                else{
                    this.enterZx = false;