diff --git a/src/api/Assembly/PlanExecution.js b/src/api/Assembly/PlanExecution.js new file mode 100644 index 00000000..7bc046b8 --- /dev/null +++ b/src/api/Assembly/PlanExecution.js @@ -0,0 +1,12 @@ +import request from '@/utils/request' +// 初始化机床项目 +export function initProject() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: 'PDM_项目名称_查询数据' + } + }) +} diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index 3a02d21f..c8bfaa40 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -47,6 +47,26 @@ {{ scope.row.机床数量 }} + + + + + + + + + + + + + + + + + + + + + + + + @@ -66,34 +86,44 @@

部装

- - - - - - - - - - + - + + + + + + + + + + + + + + + + diff --git a/src/views/Assembly/PaintPlanExecution/index.vue b/src/views/Assembly/PaintPlanExecution/index.vue new file mode 100644 index 00000000..34ff7394 --- /dev/null +++ b/src/views/Assembly/PaintPlanExecution/index.vue @@ -0,0 +1,156 @@ + + + + +