Browse Source

HL-6255重新选择成本中心代码后,原因代码应该清空

hella_online_20241017
王宇飞 4 months ago
parent
commit
e8d82e3322
  1. 3
      src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue

3
src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue

@ -528,6 +528,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
// //
// //
setV['costCenterType'] = val[0]['costcentreType'] setV['costCenterType'] = val[0]['costcentreType']
if(val[0]['costcentreType']!=formRef.formModel['costCenterType']){
setV['reasonCodeRequisition'] = ''
}
}else if(formField == 'productionLineCode'){ }else if(formField == 'productionLineCode'){
tableData.value = [] tableData.value = []
}else if(formField === 'reasonCodeRequisition'){ }else if(formField === 'reasonCodeRequisition'){

Loading…
Cancel
Save