| | |
| | | _that.selectedProductSystemNo = nodeData.key.split('_')[0] |
| | | // const query = { systemNo: 'XT000131' } |
| | | const query = { systemNo: nodeData.key.split('_')[0] } |
| | | console.log(query) |
| | | queryOperationTask(query) |
| | | .then((response) => { |
| | | var data = response.data |
| | |
| | | _that.paramTabs = [] |
| | | } else { |
| | | // 工步信息 |
| | | console.log('nodeData', nodeData.batchNo) |
| | | _that.getStepRecords({ |
| | | id: _that.currOperateTask.id, |
| | | sn: nodeData.batchNo.split('SN号:')[1] |
| | |
| | | }) |
| | | } |
| | | }) |
| | | console.log(param.diagram.selection) |
| | | }, |
| | | // 根据工单id,查询对应的工艺参数信息 |
| | | queryTechnologyInfo(taskId) { |
| | |
| | | }, |
| | | // 切换追溯模式 |
| | | changeTraceType() { |
| | | console.log('traceType', this.traceType) |
| | | this.changePart() |
| | | }, |
| | | paramsTableHeaderStyle({ row, column, rowIndex, columnIndex }) { |