|
|
@ -127,6 +127,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
|
val.forEach(item=>{ |
|
|
|
const newRow = JSON.parse(JSON.stringify({...tableFormKeys,...item})) |
|
|
|
newRow[formField] = item[searchField] |
|
|
|
newRow['packUnit'] = item['defaultPackUnit'] |
|
|
|
newRow['packQty'] = item['defaultPackQty'] |
|
|
|
newRow['uom'] = item['uom'] |
|
|
|
tableData.value.push(newRow) |
|
|
|
}) |
|
|
|