From 2764b83e602b3746156e41ee9b4d4c5e222f0fc8 Mon Sep 17 00:00:00 2001
From: liugongyu <290219706@qq.com>
Date: Sat, 20 Dec 2025 14:12:16 +0800
Subject: [PATCH] 分配养护员
---
common/utils/common.js | 5 +++++
pages-sub/problem/work-order-manage/add-maintain-order.vue | 645 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pages-sub/problem/work-order-manage/add-order.vue | 449 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
pages-sub/problem/work-order-manage/index.vue | 45 +++++++++++++++++++++------------------------
pages-sub/problem/work-order-manage/order-detail.vue | 10 ++++++++--
pages.json | 7 ++++++-
6 files changed, 808 insertions(+), 353 deletions(-)
create mode 100644 pages-sub/problem/work-order-manage/add-maintain-order.vue
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": "养护任务" }
+ },
+
{
--
libgit2 0.21.4