@ -184,8 +184,10 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
} else {
const setV = {}
if(formField == 'supplierCode'){
setV['supplierCode'] = val[0]['code']
setV[formField] = val[0][searchField]
formRef.setValues(setV)
})