From b4a799588294f9ee7df8f55eaa5db3376d57d947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Fri, 25 Oct 2024 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A3=85=E9=85=8D=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E6=98=8E=E7=BB=86=E6=A0=B7=E5=BC=8F=202024/8/4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../job/fgProductReceiptDetail.vue | 78 ++++++++++--------- 1 file changed, 43 insertions(+), 35 deletions(-) diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index 7bffab39..a65e5217 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -1,64 +1,70 @@ @@ -103,6 +109,7 @@ const jobToLocationCode = ref('') const fgList = ref([]) const itemCode = ref('') const scanMessage = ref('') +const productionLineCode = ref('') // const isCheckLocation = ref(false) const scanPopup = ref() const comScanIssuePackRef = ref() @@ -179,6 +186,7 @@ const getDetail = () => { subList.value = res.data.subList 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 }