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 @@
+
+
+
+
+
+
+
+
+
+
+ 工具类型
+
+
+
+ 查询
+
+
+
+ {{ '导出' }}
+
+
+
+
+
+
+ 修改成本
+
+
+
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+