From 3aa416edd99f469683fe93bf330961ece790efef Mon Sep 17 00:00:00 2001 From: "juncheng.li" Date: Mon, 10 Apr 2023 21:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=82=A8=E4=BD=8D=E5=86=85=E7=A7=BB=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E5=82=A8=E4=BD=8D=E8=B0=83=E6=8B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/inventory/comTransfer.vue | 8 ++++---- fe/PDA/pages/inventory/transferByLocation.vue | 2 +- fe/PDA/pages/inventory/transferDiffLocation.vue | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fe/PDA/pages/inventory/comTransfer.vue b/fe/PDA/pages/inventory/comTransfer.vue index 10238075c..b7e60c9ab 100644 --- a/fe/PDA/pages/inventory/comTransfer.vue +++ b/fe/PDA/pages/inventory/comTransfer.vue @@ -98,7 +98,7 @@ }, transferType: { type: String, - value: '3101' //3101:储位内 3102:储位间 + value: 'Transfer_Inside' //Transfer_Inside:储位内 Transfer_Area:储位间 } }, @@ -196,7 +196,7 @@ this.locationErpCode = balanceItem.locationErpCode; this.itemList.unshift(item); } else { - if (this.transferType == '3101') //储位内移库 + if (this.transferType == 'Transfer_Inside') //储位内移库 { if (this.locationErpCode != balanceItem.locationErpCode) { this.showMessage('箱码【' + balanceItem.packingCode + '】的ERP储位【' + balanceItem.locationErpCode + @@ -206,7 +206,7 @@ } else { this.itemList.unshift(item); } - } else if (this.transferType == '3102') //储位调拨 + } else if (this.transferType == 'Transfer_Area') //储位调拨 { this.itemList.unshift(item); } @@ -284,7 +284,7 @@ this.$refs.location.clearLocation() this.locationGotFocus = true; } else { - if (that.transferType == '3101') //储位内调拨 + if (that.transferType == 'Transfer_Inside') //储位内调拨 { if (that.locationErpCode != res.erpLocationCode) { that.showMessage('目标库位的ERP储位【' + res.erpLocationCode + '】与【' + this diff --git a/fe/PDA/pages/inventory/transferByLocation.vue b/fe/PDA/pages/inventory/transferByLocation.vue index 68f4ebeff..98672d552 100644 --- a/fe/PDA/pages/inventory/transferByLocation.vue +++ b/fe/PDA/pages/inventory/transferByLocation.vue @@ -2,7 +2,7 @@ - + diff --git a/fe/PDA/pages/inventory/transferDiffLocation.vue b/fe/PDA/pages/inventory/transferDiffLocation.vue index b241a81c5..ee0f19ced 100644 --- a/fe/PDA/pages/inventory/transferDiffLocation.vue +++ b/fe/PDA/pages/inventory/transferDiffLocation.vue @@ -2,7 +2,7 @@ - +