From 3fdcf6d852a3967e231081214febab163d387d38 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 14 Nov 2024 16:09:30 +0800 Subject: [PATCH] plm BMM --- index.html | 2 +- src/api/tool/tool_info.js | 3 + src/views/main-navbar.vue | 2 +- src/views/modules/tooling/manuf_tool.vue | 17 + .../modules/tooling/updateToolStandCost.vue | 1221 +++++++++++++++++ 5 files changed, 1243 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/tooling/updateToolStandCost.vue diff --git a/index.html b/index.html index c0e5869..8bf555d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - CCL-PLM + CCL Design <% if (process.env.NODE_ENV === 'production') { %> diff --git a/src/api/tool/tool_info.js b/src/api/tool/tool_info.js index 8730429..dc1f38e 100644 --- a/src/api/tool/tool_info.js +++ b/src/api/tool/tool_info.js @@ -12,3 +12,6 @@ export const removeToolInfo = data => createAPI('plm/tool/removeToolInfo', 'POST // 删除 export const removeToolInstance = data => createAPI('plm/tool/removeToolInstance', 'POST', data) +export const updateToolStandardCost = data => createAPI('/plm/projectToolingApplication/updateToolStandardCost', 'POST', data) + + diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index 73c278e..e8664c2 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -10,7 +10,7 @@ - {{'CCL PLM'}} + {{'CCL Design'}} {{ pageLanguage.abbreviation }} diff --git a/src/views/modules/tooling/manuf_tool.vue b/src/views/modules/tooling/manuf_tool.vue index c7f3f24..83f7e37 100644 --- a/src/views/modules/tooling/manuf_tool.vue +++ b/src/views/modules/tooling/manuf_tool.vue @@ -272,6 +272,23 @@ export default { status: true, fixed: '', columnWidth: 80 + }, { + userId: this.$store.state.user.name, + functionId: 106003, + serialNumber: '106003TableStandardCost', + tableId: "106003Table1", + tableName: "刀具信息主表", + columnProp: "standardCost", + headerAlign: "center", + align: "right", + columnLabel: "工具成本", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 }, { userId: this.$store.state.user.name, diff --git a/src/views/modules/tooling/updateToolStandCost.vue b/src/views/modules/tooling/updateToolStandCost.vue new file mode 100644 index 0000000..2a0e30d --- /dev/null +++ b/src/views/modules/tooling/updateToolStandCost.vue @@ -0,0 +1,1221 @@ + + + + +