Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
3fdcf6d852
  1. 2
      index.html
  2. 3
      src/api/tool/tool_info.js
  3. 2
      src/views/main-navbar.vue
  4. 17
      src/views/modules/tooling/manuf_tool.vue
  5. 1221
      src/views/modules/tooling/updateToolStandCost.vue

2
index.html

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CCL-PLM</title>
<title>CCL Design</title>
<% if (process.env.NODE_ENV === 'production') { %> <% if (process.env.NODE_ENV === 'production') { %>
<!-- 生产环境 --> <!-- 生产环境 -->
<script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script> <script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script>

3
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 removeToolInstance = data => createAPI('plm/tool/removeToolInstance', 'POST', data)
export const updateToolStandardCost = data => createAPI('/plm/projectToolingApplication/updateToolStandardCost', 'POST', data)

2
src/views/main-navbar.vue

@ -10,7 +10,7 @@
<icon-svg name="zhedie"></icon-svg> <icon-svg name="zhedie"></icon-svg>
</el-menu-item> </el-menu-item>
</el-menu> </el-menu>
<a class="site-navbar__brand-lg" href="javascript:;">{{'CCL PLM'}}</a>
<a class="site-navbar__brand-lg" href="javascript:;">{{'CCL Design'}}</a>
<a class="site-navbar__brand-mini" href="javascript:;">{{ pageLanguage.abbreviation }}</a> <a class="site-navbar__brand-mini" href="javascript:;">{{ pageLanguage.abbreviation }}</a>
</h1> </h1>

17
src/views/modules/tooling/manuf_tool.vue

@ -272,6 +272,23 @@ export default {
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80 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, userId: this.$store.state.user.name,

1221
src/views/modules/tooling/updateToolStandCost.vue
File diff suppressed because it is too large
View File

Loading…
Cancel
Save