From 16226e7f9e5fc297bdc86f23178310c128a14870 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Sat, 3 Aug 2019 14:19:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A3=85=E9=85=8D=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assembly/AssemblyExecution/index.vue | 66 ++++++++++++++----- .../Assembly/ElectricalAssembly/index.vue | 66 ++++++++++++++----- 2 files changed, 96 insertions(+), 36 deletions(-) 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 @@

部装

- - - - - - - - - - + - + + + + + + + + + + + + + + + + From 64ed7cdc03d2987ca10baee31d32ea0f38e063be Mon Sep 17 00:00:00 2001 From: chenjianan Date: Sat, 3 Aug 2019 15:00:35 +0800 Subject: [PATCH 2/2] =?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 @@ + + + + +