From 2d58f60350f75dda9e17ce690beda080e3fb1344 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Fri, 5 Nov 2021 17:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E5=AE=A4=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moduleCom/oa/meetingRoom/apply/apply.vue | 247 +++++++ .../oa/meetingRoom/apply/meetingRoomApply.vue | 174 +++++ .../moduleCom/oa/meetingRoom/interConfig.js | 20 + .../moduleCom/oa/meetingRoom/timeBox.vue | 633 ++++++++++++++++++ 4 files changed, 1074 insertions(+) create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/apply.vue create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/meetingRoomApply.vue create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/interConfig.js create mode 100644 src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/timeBox.vue diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/apply.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/apply.vue new file mode 100644 index 0000000..77afe17 --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/apply.vue @@ -0,0 +1,247 @@ + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/meetingRoomApply.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/meetingRoomApply.vue new file mode 100644 index 0000000..0ae1e3a --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/apply/meetingRoomApply.vue @@ -0,0 +1,174 @@ + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/interConfig.js b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/interConfig.js new file mode 100644 index 0000000..62052e5 --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/interConfig.js @@ -0,0 +1,20 @@ +export default { + /* + * 获取会议室预约情况 + * */ + "getAppointment":{ + url:'/intellioa/meetingRoom/apply/getAppointment', + method:'get', + isTestLogin:true + }, + + /* + * 流程规则 + * */ + "getPersonRule":{ + url:'/intellioa/soflow/rule/getPersonRule', + method:'get', + isTestLogin:true + }, + +} diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/timeBox.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/timeBox.vue new file mode 100644 index 0000000..0bb992d --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/meetingRoom/timeBox.vue @@ -0,0 +1,633 @@ + + + \ No newline at end of file