@ -183,7 +183,7 @@ const searchTableSuccess = (formField, searchField, val, formRef) => {
const setV = {}
if(formField == 'itemCode'){
console.log(val);
setV['cusotmerUom'] = val[0]['uom']
setV['customerUom'] = val[0]['uom']
}
setV[formField] = val[0][searchField]
formRef.setValues(setV)