diff --git a/common/utils/common.js b/common/utils/common.js
index e69de29..e7a0559 100644
--- a/common/utils/common.js
+++ b/common/utils/common.js
@@ -0,0 +1,5 @@
+export const nextStepMap = {
+ ylTeamLeader: '养护组长分配', //
+ ylWorker:'养护员待实施'
+
+}
\ No newline at end of file
diff --git a/pages-sub/problem/work-order-manage/add-maintain-order.vue b/pages-sub/problem/work-order-manage/add-maintain-order.vue
new file mode 100644
index 0000000..b985656
--- /dev/null
+++ b/pages-sub/problem/work-order-manage/add-maintain-order.vue
@@ -0,0 +1,645 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ workOrderFormRef.validateField('reason')"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ workOrderFormRef.validateField('problemDesc')"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始阶段相关内容
+ 进行中阶段相关内容
+ 结束阶段相关内容
+ 人员配置相关内容
+ 材料使用相关内容
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages-sub/problem/work-order-manage/add-order.vue b/pages-sub/problem/work-order-manage/add-order.vue
index 9e97683..257378a 100644
--- a/pages-sub/problem/work-order-manage/add-order.vue
+++ b/pages-sub/problem/work-order-manage/add-order.vue
@@ -7,77 +7,32 @@
ref="workOrderFormRef"
labelWidth="190rpx"
>
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -85,51 +40,19 @@
-
+
workOrderFormRef.validateField('problemDesc')"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -137,12 +60,12 @@
-
+
-
-
-
diff --git a/pages.json b/pages.json
index e08c3cc..18e3deb 100644
--- a/pages.json
+++ b/pages.json
@@ -126,13 +126,18 @@
},
{
"path": "work-order-manage/add-order",
- "style": { "navigationBarTitleText": "新增工单" }
+ "style": { "navigationBarTitleText": "工单提交" }
},
{
"path": "work-order-manage/order-detail",
"style": { "navigationBarTitleText": "工单详情" }
},
+ {
+ "path": "work-order-manage/add-maintain-order",
+ "style": { "navigationBarTitleText": "养护任务" }
+ },
+
{