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'){