From ef4e46f182aee6253805e66286dee847c573cbde Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 22 五月 2024 17:18:34 +0800 Subject: [PATCH] 完成原材料、产品检验、过程检,包装检键盘切换输入框 --- 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