From 64ed7cdc03d2987ca10baee31d32ea0f38e063be Mon Sep 17 00:00:00 2001 From: chenjianan Date: Sat, 3 Aug 2019 15:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/Assembly/PlanExecution.js | 12 ++ .../Assembly/ColdWorkPlanExecution/index.vue | 156 ++++++++++++++++++ .../Assembly/PaintPlanExecution/index.vue | 156 ++++++++++++++++++ 3 files changed, 324 insertions(+) create mode 100644 src/api/Assembly/PlanExecution.js create mode 100644 src/views/Assembly/ColdWorkPlanExecution/index.vue create mode 100644 src/views/Assembly/PaintPlanExecution/index.vue 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/ColdWorkPlanExecution/index.vue b/src/views/Assembly/ColdWorkPlanExecution/index.vue new file mode 100644 index 00000000..ba0bdbb2 --- /dev/null +++ b/src/views/Assembly/ColdWorkPlanExecution/index.vue @@ -0,0 +1,156 @@ + + + + + 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 @@ + + + + +