From b6b913eff600e5374b38aa88eeaa374b7a7a915a Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Fri, 11 Oct 2024 16:21:23 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20bug=20HL-6231=EF=BC=9A=E5=99=A8=E5=85=B7?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E7=9A=84=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?QTY=E8=B5=8B=E5=80=BC=20=E5=88=A0=E9=99=A4=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../containermanage/containerMainRequest/index.vue | 1 + .../containermanage/scrapContainerMainRequest/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue b/src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue index 3f81139fe..a04b85824 100644 --- a/src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue +++ b/src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue @@ -176,6 +176,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => newRow['uom'] = item['uom'] newRow['fromLocationCode'] = item['locationCode'] newRow['fromInventoryStatus'] = item['inventoryStatus'] + newRow['toQty'] = item['qty'] tableData.value.push(newRow) }) }else if(formField == 'toLocationCode'){ diff --git a/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue b/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue index d66fec63d..302f86923 100644 --- a/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue +++ b/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue @@ -158,6 +158,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => newRow['fromLocationCode'] = item['locationCode'] newRow['fromInventoryStatus'] = item['inventoryStatus'] newRow['toInventoryStatus'] = 'SCRAP' + newRow['toQty'] = item['qty'] tableData.value.push(newRow) }) }else if(formField == 'toLocationCode'){