From 10d14adeaa0dcdd325e9524bed569358c4c577e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Mon, 28 Oct 2024 16:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=202024/8/7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productReceipt/job/fgProductReceiptDetail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index 31128a05..b1efeeb9 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -187,9 +187,9 @@ const getDetail = () => { jobStatus.value = res.data.status jobToLocationCode.value = subList.value[0].toLocationCode productionLineCode.value = subList.value[0].productionLineCode - if (jobContent.value.allowModifyLocation == 'FALSE') { - toLocationCode.value = subList.value[0].toLocationCode - } + // if (jobContent.value.allowModifyLocation == 'FALSE') { + // toLocationCode.value = subList.value[0].toLocationCode + // } toLocationTypeList.value = getDirectoryItemArray(jobContent.value.toLocationTypes) detailSource.value = getDataSource(subList.value) } else {