| | |
| | | } |
| | | } |
| | | |
| | | |
| | | titleUploadData.value.creator = user.user.userName |
| | | titleUploadData.value.creatorId = user.user.userId |
| | | const requestDetailData = xGrid.value.getTableData().fullData.filter((row) => { |
| | |
| | | titleSelectJson.value.thisProcessType = res.data.thisProcess |
| | | //历史班组 |
| | | titleSelectJson.value.historyTeams= res.data.historyTeams |
| | | if (titleSelectJson.value.historyTeams.length == 0){ |
| | | titleSelectJson.value.historyTeams.push({basic_name: user.user.userName, process: '切割', basic_type: 'teamsgroups', basic_category: 179, id: 555}) |
| | | } |
| | | //历史设备 |
| | | titleSelectJson.value.historyDevice = res.data.historyDevice |
| | | //历史工序 |