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.机床数量 }}
+
+
+ {{ scope.row.装配开始时间 }}
+
+
+
+
+ {{ scope.row.装配结束时间 }}
+
+
+
+
+ {{ scope.row.调试开始时间 }}
+
+
+
+
+ {{ scope.row.调试结束时间 }}
+
+
开始装配
@@ -66,34 +86,44 @@
部装
-
-
- {{ scope.row.项目名称 }}
-
-
-
-
- {{ scope.row.机床图号 }}
-
-
-
-
- {{ scope.row.机床名称 }}
-
-
{{ scope.row.组号 }}
-
+
{{ scope.row.组件名称 }}
-
+
- {{ scope.row.数量 }}
+ {{ scope.row.计划工时 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.开始时间 }}
+
+
+
+
+ {{ scope.row.结束时间 }}
+
+
+
+
+
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 @@
+
+
+
+
+
机床编号:
+
+
+ {{ item.label }}
+ {{ item.name }}
+
+
+
+
+
+
+ {{ scope.row.项目名称 }}
+
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.机床名称 }}
+
+
+
+
+ {{ scope.row.机床数量 }}
+
+
+
+
+
+ 工作计划
+
+
+
+ {{ scope.row.组号 }}
+
+
+
+
+ {{ scope.row.组件名称 }}
+
+
+
+
+ {{ scope.row.计划工时 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.开始时间 }}
+
+
+
+
+ {{ scope.row.结束时间 }}
+
+
+
+
+
+
+
+
+
+ 开始工作
+ 结束工作
+ 装配完成
+ 取消开始工作
+ 取消结束工作
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Assembly/ElectricalAssembly/index.vue b/src/views/Assembly/ElectricalAssembly/index.vue
index 3a47b62b..4db23481 100644
--- a/src/views/Assembly/ElectricalAssembly/index.vue
+++ b/src/views/Assembly/ElectricalAssembly/index.vue
@@ -47,6 +47,26 @@
{{ scope.row.机床数量 }}
+
+
+ {{ scope.row.装配开始时间 }}
+
+
+
+
+ {{ scope.row.装配结束时间 }}
+
+
+
+
+ {{ scope.row.调试开始时间 }}
+
+
+
+
+ {{ scope.row.调试结束时间 }}
+
+
@@ -66,34 +86,44 @@
部装
-
-
- {{ scope.row.项目名称 }}
-
-
-
-
- {{ scope.row.机床图号 }}
-
-
-
-
- {{ scope.row.机床名称 }}
-
-
{{ scope.row.组号 }}
-
+
{{ scope.row.组件名称 }}
-
+
- {{ scope.row.数量 }}
+ {{ scope.row.计划工时 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.开始时间 }}
+
+
+
+
+ {{ scope.row.结束时间 }}
+
+
+
+
+
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 @@
+
+
+
+
+
机床编号:
+
+
+ {{ item.label }}
+ {{ item.name }}
+
+
+
+
+
+
+ {{ scope.row.项目名称 }}
+
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.机床名称 }}
+
+
+
+
+ {{ scope.row.机床数量 }}
+
+
+
+
+
+ 工作计划
+
+
+
+ {{ scope.row.组号 }}
+
+
+
+
+ {{ scope.row.组件名称 }}
+
+
+
+
+ {{ scope.row.计划工时 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.开始时间 }}
+
+
+
+
+ {{ scope.row.结束时间 }}
+
+
+
+
+
+
+
+
+
+ 开始工作
+ 结束工作
+ 装配完成
+ 取消开始工作
+ 取消结束工作
+
+
+
+
+
+
+
+
+
+