diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue index 30e3cdf70..3d7a9182e 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue @@ -350,7 +350,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => newRow['fromInventoryStatus'] = item['inventoryStatus'] newRow['fromLocationCode'] = item['locationCode'] newRow['uom'] = item['uom'] - newRow['qty'] = item['packQty'] + newRow['qty'] = item['qty'] if(routeName.value == 'OktoholdRequestMain'){ newRow['toInventoryStatus'] = "HOLD" }else if(routeName.value == 'NoktoholdRequestMain'){