zss
2023-12-11 c880739ec4cd5ede33b31eb98ad5f7628ea288e5
src/views/oa/technology-document.vue
@@ -450,7 +450,6 @@
  },
  created() {
    document.title = '工艺文件审核'
    console.log(window.location.href)
    var url = window.location.href
    var param = url.split('?')[1]
    const params = param.split('&')
@@ -473,7 +472,6 @@
      getDocumentForOa(id).then((response) => {
        if (response.data.code === 0) {
          const resData = response.data.data
          console.log(resData)
          const bomRoutings = resData.bomRoutings
          const testStandards = resData.testStandards
          const materialCosts = resData.materialCosts
@@ -577,7 +575,6 @@
            }
          }
          this.processConfigContentData.processConfigDataList = processConfigDataList
          console.log(this.processConfigContentData)
        }
      })
    },
@@ -638,15 +635,12 @@
        i = i + keyValues.length
      }
      this.materialCostList = allKeyValues
      console.log(this.rowColSplitNodes)
      console.log(this.materialCostList)
    },
    technologyDocumentSpanMethod({ row, column, rowIndex, columnIndex }) {
      if (columnIndex === 0 || columnIndex === 1) {
        var rowColSplitNode = this.rowColSplitNodes.find(
          (item) => item.key == row.bomId && item.node === rowIndex
        )
        console.log(row.bomId, rowIndex)
        if (rowColSplitNode !== undefined) {
          return {
            rowspan: rowColSplitNode.num,