From f421c91db5a493dbbc62bb9686f7a2998f254c4c Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 14 Oct 2024 18:17:27 +0800 Subject: [PATCH] plm BMM --- .../technicalSpecificationList.vue | 36 +++++++++++++++++++ src/views/modules/tooling/searchToolApply.vue | 36 +++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue index 7740325..26cd272 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationList.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue @@ -456,6 +456,42 @@ status: true, fixed: '', columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 106002, + serialNumber: '106002Table1NodeId', + tableId: "106002Table1", + tableName: "刀具申请主表", + columnProp: "nodeId", + headerAlign: "center", + align: "left", + columnLabel: "当前节点", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 70 + }, + { + userId: this.$store.state.user.name, + functionId: 106002, + serialNumber: '106002Table1NodeName', + tableId: "106002Table1", + tableName: "刀具申请主表", + columnProp: "nodeName", + headerAlign: "center", + align: "left", + columnLabel: "节点名称", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 150 },{ userId: this.$store.state.user.name, functionId: 103002, diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index 4a0d2f3..0f8c8b7 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/src/views/modules/tooling/searchToolApply.vue @@ -753,6 +753,42 @@ fixed: '', columnWidth: 60 }, + { + userId: this.$store.state.user.name, + functionId: 106002, + serialNumber: '106002Table1NodeId', + tableId: "106002Table1", + tableName: "刀具申请主表", + columnProp: "nodeId", + headerAlign: "center", + align: "left", + columnLabel: "当前节点", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 60 + }, + { + userId: this.$store.state.user.name, + functionId: 106002, + serialNumber: '106002Table1NodeName', + tableId: "106002Table1", + tableName: "刀具申请主表", + columnProp: "nodeName", + headerAlign: "center", + align: "left", + columnLabel: "节点名称", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 106002,