diff --git a/src/api/project/toolingInfo.js b/src/api/project/toolingInfo.js new file mode 100644 index 0000000..582ef93 --- /dev/null +++ b/src/api/project/toolingInfo.js @@ -0,0 +1,13 @@ +import { createAPI } from "@/utils/httpRequest.js"; + + +export const getQuotationHeaderForToolingInfo = (data,ids) => createAPI(`/plm/toolingApplication/getQuotationHeaderForToolingInfo`+ids,'get',data); + + +export const getQuotationToolForApply = data => createAPI('plm/toolingApplication/getQuotationToolForApply','post',data) + +export const saveToolApply= data => createAPI('plm/toolingApplication/saveToolApply','post',data) +export const searchToolApplyHeader= data => createAPI('plm/toolingApplication/searchToolApplyHeader','post',data) +export const searchToolApplyDetail= data => createAPI('plm/toolingApplication/searchToolApplyDetail','post',data) +export const comfirmToolApply= data => createAPI('plm/toolingApplication/comfirmToolApply','post',data) +export const cancelToolApply= data => createAPI('plm/toolingApplication/cancelToolApply','post',data) diff --git a/src/views/modules/sys/menu-add-or-update.vue b/src/views/modules/sys/menu-add-or-update.vue index f15e0a0..b700fc1 100644 --- a/src/views/modules/sys/menu-add-or-update.vue +++ b/src/views/modules/sys/menu-add-or-update.vue @@ -151,7 +151,8 @@ type1: '目录', type2: '菜单', type3: '按钮', - code:'编号' + code:'编号', + typeName:'名称' }, menuList: [], menuListTreeProps: { diff --git a/src/views/modules/tooling/com_tool_upload_file.vue b/src/views/modules/tooling/com_tool_upload_file.vue new file mode 100644 index 0000000..a15d8af --- /dev/null +++ b/src/views/modules/tooling/com_tool_upload_file.vue @@ -0,0 +1,176 @@ + + + + diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue new file mode 100644 index 0000000..c83917e --- /dev/null +++ b/src/views/modules/tooling/searchToolApply.vue @@ -0,0 +1,940 @@ + + + + + diff --git a/src/views/modules/tooling/toolingInfo.vue b/src/views/modules/tooling/toolingInfo.vue new file mode 100644 index 0000000..6a4cf65 --- /dev/null +++ b/src/views/modules/tooling/toolingInfo.vue @@ -0,0 +1,795 @@ + + + + +