@ -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'){
@ -158,6 +158,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) =>
newRow['toInventoryStatus'] = 'SCRAP'