Browse Source

FWHL-140@王宇飞 如果生产线为空,选完工位也给生产先赋值,然后添加明细时,传生产线

hella_online_20250109
王宇飞 1 month ago
parent
commit
381da72dfc
  1. 5
      src/views/wms/productionManage/productredress/productredressRequestMain/index.vue

5
src/views/wms/productionManage/productredress/productredressRequestMain/index.vue

@ -173,12 +173,15 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
// //
setV['productionLineCode'] = '' setV['productionLineCode'] = ''
setV['workStationCode'] = '' setV['workStationCode'] = ''
tableData.value = []
}else if('productionLineCode'==formField){ }else if('productionLineCode'==formField){
//线 //线
setV['workStationCode'] = '' setV['workStationCode'] = ''
tableData.value = []
}else if('workStationCode'==formField){ }else if('workStationCode'==formField){
// //
setV['productionLineCode1'] = val[0]['productionLineCode']//线 setV['productionLineCode'] = val[0]['productionLineCode']//线
tableData.value = []
} }
formRef.setValues(setV) formRef.setValues(setV)
} }

Loading…
Cancel
Save