Browse Source

HL-5786线边报废申请字段调整

hella_online_20240919
yufei_wang 1 day ago
parent
commit
8ca888160b
  1. 4
      src/views/wms/issueManage/productionscrap/productionscrapRequestMain/index.vue

4
src/views/wms/issueManage/productionscrap/productionscrapRequestMain/index.vue

@ -258,6 +258,10 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
} }
} else { } else {
const setV = {} const setV = {}
if(formField == 'workshopCode'){
setV['productionLineCode'] = ''
tableData.value = []
}
if(formField == 'costCenterCode'){ if(formField == 'costCenterCode'){
setV['costcentreCode'] = val[0]['costcentreCode'] setV['costcentreCode'] = val[0]['costcentreCode']
setV['costCenterType'] = val[0]['costcentreType'] setV['costCenterType'] = val[0]['costcentreType']

Loading…
Cancel
Save