|
|
@ -477,6 +477,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
|
newRow['singlePrice'] = item['singlePrice'] |
|
|
|
newRow['amount'] = newRow['qty']*item['singlePrice'] |
|
|
|
newRow['productionLineCode'] = item['productionLineCode'] |
|
|
|
newRow['fromLocationCode'] = item['fromLocationCode'] |
|
|
|
newRow['workStationCode'] = item['workStationCode'] |
|
|
|
|
|
|
|
if(item['bomList'].length>0){ |
|
|
|
newRow['bomVersionInitOptions'] = item['bomList'].map(item1=>({ |
|
|
|
label:item1, |
|
|
|