diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue index 8324adae6..2c866ba12 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -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,