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 @@
+
+
+
+
+
机床编号:
+
+
+ {{ 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/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.结束时间 }}
+
+
+
+
+
+
+
+
+
+ 开始工作
+ 结束工作
+ 装配完成
+ 取消开始工作
+ 取消结束工作
+
+
+
+
+
+
+
+
+
+