From f149f349cd63f60370c2b37b72854f54ad218c30 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 11 Jul 2024 17:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E4=BD=8D=E8=B5=8B?= =?UTF-8?q?=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/task/assembleIssueJobDetail.vue | 6 ++--- .../task/assembleIssueJobDetailByQty.vue | 6 ++--- fe/PDA/pages/task/coatingIssuleJobDetail.vue | 8 +++---- .../task/coatingIssuleJobDetailByQty.vue | 6 ++--- fe/PDA/pages/task/injectionIssueJobDetail.vue | 6 ++--- .../task/injectionIssueJobDetailByQty.vue | 24 +++++++++---------- fe/PDA/pages/task/kittingIssueJobDetail.vue | 6 ++--- .../pages/task/kittingIssueJobDetailByQty.vue | 6 ++--- fe/PDA/pages/task/sparePartIssueJobDetail.vue | 6 ++--- .../task/sparePartIssueJobDetailByQty.vue | 6 ++--- 10 files changed, 40 insertions(+), 40 deletions(-) diff --git a/fe/PDA/pages/task/assembleIssueJobDetail.vue b/fe/PDA/pages/task/assembleIssueJobDetail.vue index 67bb35c3f..2d31d6d23 100644 --- a/fe/PDA/pages/task/assembleIssueJobDetail.vue +++ b/fe/PDA/pages/task/assembleIssueJobDetail.vue @@ -289,9 +289,9 @@ return; } current.handledToLocationCode = locationInfo.code - current.handledToLocationArea = locationInfo.locationArea - current.handledToLocationGroup = locationInfo.locationGroup - current.handledToLocationErpCode = locationInfo.locationErpCode + current.handledToLocationArea = locationInfo.areaCode + current.handledToLocationGroup = locationInfo.locationGroupCode + current.handledToLocationErpCode = locationInfo.erpLocationCode }, //加载零件信息 getDetail() { diff --git a/fe/PDA/pages/task/assembleIssueJobDetailByQty.vue b/fe/PDA/pages/task/assembleIssueJobDetailByQty.vue index 03222982d..500d76782 100644 --- a/fe/PDA/pages/task/assembleIssueJobDetailByQty.vue +++ b/fe/PDA/pages/task/assembleIssueJobDetailByQty.vue @@ -281,9 +281,9 @@ } this.toLocationInfo = locationInfo current.handledToLocationCode = locationInfo.code - current.handledToLocationArea = locationInfo.locationArea - current.handledToLocationGroup = locationInfo.locationGroup - current.handledToLocationErpCode = locationInfo.locationErpCode + current.handledToLocationArea = locationInfo.areaCode + current.handledToLocationGroup = locationInfo.locationGroupCode + current.handledToLocationErpCode = locationInfo.erpLocationCode current.handledToWarehouseCode = locationInfo.warehouseCode current.handledToPackingCode = "" current.handledToLot = "" diff --git a/fe/PDA/pages/task/coatingIssuleJobDetail.vue b/fe/PDA/pages/task/coatingIssuleJobDetail.vue index 20e603e2a..422f98e6b 100644 --- a/fe/PDA/pages/task/coatingIssuleJobDetail.vue +++ b/fe/PDA/pages/task/coatingIssuleJobDetail.vue @@ -290,10 +290,10 @@ .recommendToLocationCode + "]不一致,请重新扫描") return; } - current.handledToLocationCode = locationInfo.code - current.handledToLocationArea = locationInfo.locationArea - current.handledToLocationGroup = locationInfo.locationGroup - current.handledToLocationErpCode = locationInfo.locationErpCode + current.handledToLocationCode = locationInfo.code + current.handledToLocationArea = locationInfo.areaCode + current.handledToLocationGroup = locationInfo.locationGroupCode + current.handledToLocationErpCode = locationInfo.erpLocationCode }, //加载零件信息 getDetail() { diff --git a/fe/PDA/pages/task/coatingIssuleJobDetailByQty.vue b/fe/PDA/pages/task/coatingIssuleJobDetailByQty.vue index aea50e668..28dbc0a63 100644 --- a/fe/PDA/pages/task/coatingIssuleJobDetailByQty.vue +++ b/fe/PDA/pages/task/coatingIssuleJobDetailByQty.vue @@ -294,9 +294,9 @@ } this.toLocationInfo = locationInfo current.handledToLocationCode = locationInfo.code - current.handledToLocationArea = locationInfo.locationArea - current.handledToLocationGroup = locationInfo.locationGroup - current.handledToLocationErpCode = locationInfo.locationErpCode + current.handledToLocationArea = locationInfo.areaCode + current.handledToLocationGroup = locationInfo.locationGroupCode + current.handledToLocationErpCode = locationInfo.erpLocationCode current.handledToWarehouseCode = locationInfo.warehouseCode current.handledToPackingCode = "" current.handledToLot = "" diff --git a/fe/PDA/pages/task/injectionIssueJobDetail.vue b/fe/PDA/pages/task/injectionIssueJobDetail.vue index f0e61ee14..3d478e26d 100644 --- a/fe/PDA/pages/task/injectionIssueJobDetail.vue +++ b/fe/PDA/pages/task/injectionIssueJobDetail.vue @@ -293,9 +293,9 @@ return; } current.handledToLocationCode = locationInfo.code - current.handledToLocationArea = locationInfo.locationArea - current.handledToLocationGroup = locationInfo.locationGroup - current.handledToLocationErpCode = locationInfo.locationErpCode + current.handledToLocationArea = locationInfo.areaCode + current.handledToLocationGroup = locationInfo.locationGroupCode + current.handledToLocationErpCode = locationInfo.erpLocationCode }, //加载零件信息 getDetail() { diff --git a/fe/PDA/pages/task/injectionIssueJobDetailByQty.vue b/fe/PDA/pages/task/injectionIssueJobDetailByQty.vue index 2c0bcfdcb..5cb1e8b55 100644 --- a/fe/PDA/pages/task/injectionIssueJobDetailByQty.vue +++ b/fe/PDA/pages/task/injectionIssueJobDetailByQty.vue @@ -134,10 +134,10 @@