Browse Source

FWHL-26来源库位默认值

hella_online_20241205
王宇飞 2 months ago
parent
commit
13bf12ebd7
  1. 3
      src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue

3
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['singlePrice'] = item['singlePrice']
newRow['amount'] = newRow['qty']*item['singlePrice'] newRow['amount'] = newRow['qty']*item['singlePrice']
newRow['productionLineCode'] = item['productionLineCode'] newRow['productionLineCode'] = item['productionLineCode']
newRow['fromLocationCode'] = item['fromLocationCode']
newRow['workStationCode'] = item['workStationCode']
if(item['bomList'].length>0){ if(item['bomList'].length>0){
newRow['bomVersionInitOptions'] = item['bomList'].map(item1=>({ newRow['bomVersionInitOptions'] = item['bomList'].map(item1=>({
label:item1, label:item1,

Loading…
Cancel
Save