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') {
//线
let res = await WorkstationApi.getWorkstationPage({
productionLineCode: val[0][searchField],
pageSize: 20,
pageNo: 1
})
if(res&&res.list&&res.list.length>0){
setV['workStationCode'] = res.list[0].code
}
// let res = await WorkstationApi.getWorkstationPage({
// productionLineCode: val[0][searchField],
// pageSize: 20,
// pageNo: 1
// })
// if(res&&res.list&&res.list.length>0){
// setV['workStationCode'] = res.list[0].code
// }
tableData.value =[]
}
if (formField == 'workStationCode') {

Loading…
Cancel
Save