|
|
@ -210,7 +210,9 @@ const searchTableSuccess = (formField, searchField, val, formRef) => { |
|
|
|
nextTick(() => { |
|
|
|
const setV = {} |
|
|
|
setV[formField] = val[0][searchField] |
|
|
|
setV['uom'] = val[0]['uom'] |
|
|
|
if('itemCode'==formField){ |
|
|
|
setV['uom'] = val[0]['uom'] |
|
|
|
} |
|
|
|
formRef.setValues(setV) |
|
|
|
}) |
|
|
|
} |
|
|
|