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 @@