Browse Source

YT-1541发料申请新增、备料计划新增,切换车间代码、生产线代码、工位代码,应清空明细

intex_online20241205
张立 2 months ago
parent
commit
43432576d5
  1. 5
      src/views/wms/issueManage/issue/issueRequestMain/index.vue

5
src/views/wms/issueManage/issue/issueRequestMain/index.vue

@ -235,6 +235,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
// //
setV['productionLineCode'] = '' setV['productionLineCode'] = ''
setV['workStationCode'] = '' setV['workStationCode'] = ''
tableData.value =[]
} }
if (formField == 'productionLineCode') { if (formField == 'productionLineCode') {
//线 //线
@ -246,6 +247,10 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
if(res&&res.list&&res.list.length>0){ if(res&&res.list&&res.list.length>0){
setV['workStationCode'] = res.list[0].code setV['workStationCode'] = res.list[0].code
} }
tableData.value =[]
}
if (formField == 'workStationCode') {
tableData.value =[]
} }
formRef.setValues(setV) formRef.setValues(setV)
} }

Loading…
Cancel
Save