王震
2023-12-13 67da82f0b0c24df5f19bbfcfec63801d9ae902d8
src/views/product/producttraceability/index.vue
@@ -1262,7 +1262,6 @@
          _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
@@ -1356,7 +1355,6 @@
                  _that.paramTabs = []
                } else {
                  // 工步信息
                  console.log('nodeData', nodeData.batchNo)
                  _that.getStepRecords({
                    id: _that.currOperateTask.id,
                    sn: nodeData.batchNo.split('SN号:')[1]
@@ -1384,7 +1382,6 @@
            })
        }
      })
      console.log(param.diagram.selection)
    },
    // 根据工单id,查询对应的工艺参数信息
    queryTechnologyInfo(taskId) {
@@ -1570,7 +1567,6 @@
    },
    // 切换追溯模式
    changeTraceType() {
      console.log('traceType', this.traceType)
      this.changePart()
    },
    paramsTableHeaderStyle({ row, column, rowIndex, columnIndex }) {