diff --git a/src/api/Assembly/MakeAssemblyPlan.js b/src/api/Assembly/MakeAssemblyPlan.js
new file mode 100644
index 00000000..853a0e20
--- /dev/null
+++ b/src/api/Assembly/MakeAssemblyPlan.js
@@ -0,0 +1,35 @@
+import request from '@/utils/request'
+// 初始化机床项目
+export function initProject() {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: 'PDM_项目名称_查询数据'
+ }
+ })
+}
+// 组件查询
+export function searchgroup(num) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: 'PDM_组件名称_查询数据',
+ param: '机床流水号=' + num
+ }
+ })
+}
+export function searchgroupName(num) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: 'PDM_组件名称_查询数据_查询名称',
+ param: '组件流水号=' + num
+ }
+ })
+}
diff --git a/src/views/Assembly/MakeAssemblyPlan/index.vue b/src/views/Assembly/MakeAssemblyPlan/index.vue
new file mode 100644
index 00000000..8e4de56f
--- /dev/null
+++ b/src/views/Assembly/MakeAssemblyPlan/index.vue
@@ -0,0 +1,291 @@
+
+
+
+
+ 机床编号:
+
+
+ {{ item.label }}
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.项目名称 }}
+
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.机床名称 }}
+
+
+
+
+ {{ scope.row.机床数量 }}
+
+
+
+
+
+ 增加
+
+
+
+
+
+
+
+
+
+ {{ scope.row.组号 }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.任务名称 }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.计划工时 }}
+
+
+
+
+
+ 确定
+ 编辑
+ 取消
+ 删除
+
+
+
+
+
+
+
+
+
+