diff --git a/hb_client/src/api/mtm.js b/hb_client/src/api/mtm.js index d9b80c4..317cbcb 100644 --- a/hb_client/src/api/mtm.js +++ b/hb_client/src/api/mtm.js @@ -268,4 +268,34 @@ export function deleterffield(id, data) { method: 'delete', data }) +} +//技术文件 + +export function gettechdocList(query) { + return request({ + url: '/mtm/techdoc/', + method: 'get', + params: query + }) +} +export function createtechdoc(data) { + return request({ + url: '/mtm/techdoc/', + method: 'post', + data + }) +} +export function updatetechdoc(id, data) { + return request({ + url: `/mtm/techdoc/${id}/`, + method: 'put', + data + }) +} +export function deletetechdoc(id, data) { + return request({ + url: `/mtm/techdoc/${id}/`, + method: 'delete', + data + }) } \ No newline at end of file diff --git a/hb_client/src/layout/components/Sidebar/Logo.vue b/hb_client/src/layout/components/Sidebar/Logo.vue index 7121590..6e262bd 100644 --- a/hb_client/src/layout/components/Sidebar/Logo.vue +++ b/hb_client/src/layout/components/Sidebar/Logo.vue @@ -24,7 +24,7 @@ export default { }, data() { return { - title: 'Django Vue Admin', + title: '航玻生产管理系统', logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' } } diff --git a/hb_client/src/views/inm/warehouse.vue b/hb_client/src/views/inm/warehouse.vue index a7c9e23..9e9a3c3 100644 --- a/hb_client/src/views/inm/warehouse.vue +++ b/hb_client/src/views/inm/warehouse.vue @@ -26,7 +26,7 @@
新增设备新增仓库
diff --git a/hb_client/src/views/mtm/material.vue b/hb_client/src/views/mtm/material.vue index 06c5182..70b8eaa 100644 --- a/hb_client/src/views/mtm/material.vue +++ b/hb_client/src/views/mtm/material.vue @@ -178,7 +178,7 @@ export default { }, options: [{ value: 1, - label: '产品' + label: '成品' }, { value: 2, label: '半成品' diff --git a/hb_client/src/views/mtm/process.vue b/hb_client/src/views/mtm/process.vue index 73da57d..758d359 100644 --- a/hb_client/src/views/mtm/process.vue +++ b/hb_client/src/views/mtm/process.vue @@ -167,7 +167,7 @@ export default { }, methods: { checkPermission, - //物料列表 + //工序列表 getList() { this.listLoading = true; getProcessList(this.listQuery).then((response) => { diff --git a/hb_client/src/views/mtm/productprocess.vue b/hb_client/src/views/mtm/productprocess.vue index 34cb5ff..e7f6676 100644 --- a/hb_client/src/views/mtm/productprocess.vue +++ b/hb_client/src/views/mtm/productprocess.vue @@ -2,7 +2,12 @@
- + +
+ 产品列表 +
-
- + @@ -50,11 +54,15 @@ -
+
- - +
+ 工艺流程 +
+ @@ -65,29 +73,29 @@ 新增 + - + - + - + - + @@ -96,7 +104,6 @@