diff --git a/src/router/routes/workorderYunying.js b/src/router/routes/workorderYunying.js
new file mode 100644
index 0000000..913d77d
--- /dev/null
+++ b/src/router/routes/workorderYunying.js
@@ -0,0 +1,95 @@
+import { ProfileOutlined } from '@ant-design/icons-vue'
+
+export default [
+ {
+ path: 'workorderYunying',
+ name: 'workorderYunying',
+ component: 'RouteViewLayout',
+ meta: {
+ icon: ProfileOutlined,
+ title: '工单管理',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ children: [
+ {
+ path: 'mineWorderOrder/index.vue',
+ name: 'mineWorderOrder',
+ component: 'workorderYunying/mineWorderOrder/index.vue',
+ meta: {
+ title: '我的工单',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ },
+ {
+ path: 'invalidWzorkOrder/index.vue',
+ name: 'invalidWzorkOrder',
+ component: 'workorderYunying/invalidWzorkOrder/index.vue',
+ meta: {
+ title: '无效工单',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ },
+ {
+ path: 'abnormalWorkOrder/index.vue',
+ name: 'abnormalWorkOrder',
+ component: 'workorderYunying/abnormalWorkOrder/index.vue',
+ meta: {
+ title: '异常工单',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ },
+ {
+ path: 'serviceWorkOrder/index.vue',
+ name: 'serviceWorkOrder',
+ component: 'workorderYunying/serviceWorkOrder/index.vue',
+ meta: {
+ title: '服务工单',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ },
+ {
+ path: 'visitWorkOrder/index.vue',
+ name: 'visitWorkOrder',
+ component: 'workorderYunying/visitWorkOrder/index.vue',
+ meta: {
+ title: '工单回访',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ },
+ {
+ path: 'visitHistory/index.vue',
+ name: 'visitHistory',
+ component: 'workorderYunying/visitHistory/index.vue',
+ meta: {
+ title: '回访记录',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ },
+ {
+ path: 'waitWorkOrder/index.vue',
+ name: 'waitWorkOrder',
+ component: 'workorderMenu/waitWorkOrder/index.vue',
+ meta: {
+ title: '待派单',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
+ }
+ ],
+ },
+]
diff --git a/src/views/workorderMenu/waitWorkOrder/components/DispatchDrawer.vue b/src/views/workorderMenu/waitWorkOrder/components/DispatchDrawer.vue
new file mode 100644
index 0000000..cec4d47
--- /dev/null
+++ b/src/views/workorderMenu/waitWorkOrder/components/DispatchDrawer.vue
@@ -0,0 +1,254 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 兴趣活动
+ 居家照护
+ 医疗护理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ user.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分钟
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/workorderMenu/waitWorkOrder/index.vue b/src/views/workorderMenu/waitWorkOrder/index.vue
new file mode 100644
index 0000000..c366652
--- /dev/null
+++ b/src/views/workorderMenu/waitWorkOrder/index.vue
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 类型1
+ 类型2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 组织1
+ 组织2
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 非常满意
+ 满意
+ 一般
+ 不满意
+ 非常不满意
+
+
+
+
+
+
+
+ 非常满意
+ 满意
+ 一般
+ 不满意
+ 非常不满意
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('button.reset') }}
+
+ {{ $t('button.search') }}
+
+
+ {{ advancedSearchVisible.length ? '收起' : '高级查询' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导入
+ 导入记录
+ 导出
+ 导出记录
+
+
+
+
+
+ {{ index + 1 }}
+
+
+
+ {{ record.otherPhone1 || record.otherPhone2 || '—' }}
+
+
+
+ {{ formatDate(record.plannedServiceStartDate) }}
+
+
+
+
+ 派单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+