From 1c11e4ea0be03d20c11f5d5fe0e63aadd4252ef3 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Sat, 17 Aug 2024 15:53:02 +0800 Subject: [PATCH] =?UTF-8?q?HL-5388=20=E8=A3=85=E9=85=8D=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=EF=BC=8C=E6=89=AB=E5=AE=8C=E7=AE=B1=E7=A0=81?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E7=82=B9=E5=A4=8D=E5=88=B6=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E3=80=81=E6=89=AB=E5=BA=93=E4=BD=8D=E4=B8=8D=E5=BC=B9=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E4=BD=8D=E6=A1=86=EF=BC=8C=E7=82=B9=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E6=98=AF=E6=89=AB=E7=AE=B1=E7=A0=81=E7=9A=84=E6=A1=86?= =?UTF-8?q?=EF=BC=8C=E5=BA=94=E5=8A=A0=E4=B8=AA=E6=89=AB=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E7=9A=84=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productReceipt/job/fgProductReceiptDetail.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index fbfe4c8a..c702a838 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -231,7 +231,14 @@ that.subList = res.data.subList; that.jobStatus = res.data.status that.jobToLocationCode = that.subList[0].toLocationCode - that.productionLineCode = that.subList[0].productionLineCode; + that.productionLineCode = that.subList[0].productionLineCode; + var valiDate = getSwitchInfoByCode("fgProductReceipCommitValidate") + if(valiDate){ + that.jobContent.allowModifyLocation = 'TRUE' + + }else{ + that.jobContent.allowModifyLocation = 'FALSE' + } // if (that.jobContent.allowModifyLocation == 'FALSE') { // that.toLocationCode = that.subList[0].toLocationCode // }