Browse Source

YT-2502《发料申请》新增时,选择产线后,不要带出来工位

intex_online20250427
张立 5 days ago
parent
commit
03223fe188
  1. 16
      src/views/wms/issueManage/issue/issueRequestMain/index.vue

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

@ -240,14 +240,14 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
} }
if (formField == 'productionLineCode') { if (formField == 'productionLineCode') {
//线 //线
let res = await WorkstationApi.getWorkstationPage({ // let res = await WorkstationApi.getWorkstationPage({
productionLineCode: val[0][searchField], // productionLineCode: val[0][searchField],
pageSize: 20, // pageSize: 20,
pageNo: 1 // pageNo: 1
}) // })
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 =[] tableData.value =[]
} }
if (formField == 'workStationCode') { if (formField == 'workStationCode') {

Loading…
Cancel
Save