|
@ -86,6 +86,7 @@ const searchTableSuccess = (formField, searchField, val, formRef) => { |
|
|
const setV = {} |
|
|
const setV = {} |
|
|
if (formField == 'itemCode') { |
|
|
if (formField == 'itemCode') { |
|
|
setV['itemCode'] = val[0]['code'] |
|
|
setV['itemCode'] = val[0]['code'] |
|
|
|
|
|
setV['uom'] = val[0]['uom'] |
|
|
} else if (formField == 'packUnit') { |
|
|
} else if (formField == 'packUnit') { |
|
|
setV['uom'] = val[0]['uom'] |
|
|
setV['uom'] = val[0]['uom'] |
|
|
setV['packUnit'] = val[0]['packUnit'] |
|
|
setV['packUnit'] = val[0]['packUnit'] |
|
|