From 9e1da875b775a7b655a35ea2456e9e92b9da3a85 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Wed, 16 Apr 2025 13:12:46 +0800 Subject: [PATCH] =?UTF-8?q?YT-2415=E4=B8=8D=E8=89=AF=E5=93=81=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E7=AC=AC=E4=B8=80=E4=B8=AA=E9=97=AE=E9=A2=98=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E8=B4=A3=E4=BB=BB=E6=98=8E=E7=BB=86=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryMove/job/inventoryMoveDetail.vue | 41 +++++++++++-------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/src/pages/inventoryMove/job/inventoryMoveDetail.vue b/src/pages/inventoryMove/job/inventoryMoveDetail.vue index 8ebdd3e5..21eff8f9 100644 --- a/src/pages/inventoryMove/job/inventoryMoveDetail.vue +++ b/src/pages/inventoryMove/job/inventoryMoveDetail.vue @@ -593,31 +593,36 @@ this.$refs.comMessage.showConfirmWarningModal(str1) return } + console.log(3444,this.businessTypeCode) if (str) { str = '任务明细未全部完成,是否提交?\n' + str this.$refs.comMessage.showQuestionMessage1(str, 'red', res => { if (res) { - // 物料隔离 - if(this.businessTypeCode == "OkToHold"){ - this.$refs.deptPopup.deptShow = true - this.$refs.deptPopup.chooseDutyItem={} - this.$refs.deptPopup.chooseDeptItem={} - this.$refs.deptPopup.chooseDetailItem={} - }else{ - this.submitJob() - } + // 2025-04-16号修改物料隔离去掉明细弹窗 + // // 物料隔离 + // if(this.businessTypeCode == "OkToHold"){ + // this.$refs.deptPopup.deptShow = true + // this.$refs.deptPopup.chooseDutyItem={} + // this.$refs.deptPopup.chooseDeptItem={} + // this.$refs.deptPopup.chooseDetailItem={} + // }else{ + // this.submitJob() + // } + this.submitJob() } }); } else { - // 物料隔离 - if(this.businessTypeCode == "OkToHold"){ - this.$refs.deptPopup.deptShow = true - this.$refs.deptPopup.chooseDutyItem={} - this.$refs.deptPopup.chooseDeptItem={} - this.$refs.deptPopup.chooseDetailItem={} - }else{ - this.submitJob() - } + // 2025-04-16号修改物料隔离去掉明细弹窗 + //// 物料隔离 + // if(this.businessTypeCode == "OkToHold"){ + // this.$refs.deptPopup.deptShow = true + // this.$refs.deptPopup.chooseDutyItem={} + // this.$refs.deptPopup.chooseDeptItem={} + // this.$refs.deptPopup.chooseDetailItem={} + // }else{ + // this.submitJob() + // } + this.submitJob() } }, submitJob() {