From b55f37367ba9fc5d91e5de73fcdd0962dc6fbc1f Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 21 Nov 2024 14:59:57 +0800 Subject: [PATCH] =?UTF-8?q?YT-1124=20=E7=9B=B4=E6=8E=A5=E7=89=A9=E6=96=99?= =?UTF-8?q?=E9=9A=94=E7=A6=BB=EF=BC=8C=E6=A0=A1=E9=AA=8C=E7=89=A9=E6=96=99?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=9C=A8=E4=B8=9A=E5=8A=A1=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/directory.js | 7 + .../inventoryMove/coms/comMoveRecord.vue | 1480 +++++++++-------- .../inventoryMove/coms/okToHoldRecordPack.vue | 2 +- 3 files changed, 777 insertions(+), 712 deletions(-) diff --git a/src/common/directory.js b/src/common/directory.js index 369ed7ed..377e99fe 100644 --- a/src/common/directory.js +++ b/src/common/directory.js @@ -304,6 +304,13 @@ export function getLocationAreaTypeName(value) { return location == '' ? value : location.label; } +//获取物品类型名称 +export function getItemTypeName(value) { + let location = getItemTypeInfo(value); + + return location == '' ? value : location.label; +} + //获取库位类型名称 export function getLocationTypeName(value) { diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index e780a050..a820b9f4 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -1,712 +1,770 @@ - - - - - \ No newline at end of file diff --git a/src/pages/inventoryMove/coms/okToHoldRecordPack.vue b/src/pages/inventoryMove/coms/okToHoldRecordPack.vue index f65a64fe..ee43979f 100644 --- a/src/pages/inventoryMove/coms/okToHoldRecordPack.vue +++ b/src/pages/inventoryMove/coms/okToHoldRecordPack.vue @@ -38,7 +38,7 @@ 数量: - + EA