From aecdfb8c9f8c5f20dc9adb61adf0a9c1385b9f14 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 17 一月 2024 09:58:54 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
---
src/views/oa/technology-document.vue | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/views/oa/technology-document.vue b/src/views/oa/technology-document.vue
index 5984500..e0fcbe5 100644
--- a/src/views/oa/technology-document.vue
+++ b/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,
--
Gitblit v1.9.3