From efd4824abdab932096b40239e61b6130e1ee08e1 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 12 Aug 2023 16:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/task.ts | 23 +- src/views/permission/admin/index.vue | 539 +++++++++++++-------------- src/views/task/calendar.vue | 235 ++++++------ src/views/task/edit.vue | 266 +++++-------- src/views/task/editTow.vue | 141 ++++--- src/views/task/taskCalendar.vue | 364 +++++++++--------- src/views/task/taskList.vue | 275 ++++++-------- src/views/task_scheduling/index.vue | 77 ++-- src/views/task_template/list_two.vue | 111 ++++++ 9 files changed, 955 insertions(+), 1076 deletions(-) create mode 100644 src/views/task_template/list_two.vue diff --git a/src/api/task.ts b/src/api/task.ts index d60e7f3..3fe300e 100644 --- a/src/api/task.ts +++ b/src/api/task.ts @@ -1,25 +1,14 @@ -import request from "@/utils/request"; -//任务详情 -export function apiTaskView(params: any) { - return request.get({ url: "/task/view", params }); -} -//任务列表 -export function apiTaskIndex(params: any) { - return request.get({ url: "/task/index", params }); -} -//添加和修改 -export function apiTaskCreat(params: any) { - return request.post({ url: "/task/create", params }); -} +import request from '@/utils/request' + //添加任务 export function apiTaskAdd(params: any) { - return request.post({ url: "/task.task/add", params }); + return request.post({ url: '/task_scheduling_plan.task_scheduling_plan/add', params }) } -//任务日程-列表 +//任务日程-列表 export function apiTaskList(params: any) { - return request.get({ url: "/task_scheduling_plan.task_scheduling_plan/lists", params }); + return request.get({ url: '/task_scheduling_plan.task_scheduling_plan/lists', params }) } //任务日程-详情 export function apiTaskDetails(params: any) { - return request.get({ url: "/task_scheduling_plan.task_scheduling_plan/detail", params }); + return request.get({ url: '/task_scheduling_plan.task_scheduling_plan/detail', params }) } diff --git a/src/views/permission/admin/index.vue b/src/views/permission/admin/index.vue index ad6b565..6263307 100644 --- a/src/views/permission/admin/index.vue +++ b/src/views/permission/admin/index.vue @@ -1,143 +1,124 @@ + + + +
+ +
+ + + +

重要提醒

+
+ 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. +
+
+ 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 +
+

+ 确认创建 + 确认 + 返回 +

+
+ diff --git a/src/views/task/calendar.vue b/src/views/task/calendar.vue index 793a28b..514b44e 100644 --- a/src/views/task/calendar.vue +++ b/src/views/task/calendar.vue @@ -1,145 +1,136 @@ - diff --git a/src/views/task/editTow.vue b/src/views/task/editTow.vue index 3fbc829..8bdefc8 100644 --- a/src/views/task/editTow.vue +++ b/src/views/task/editTow.vue @@ -1,93 +1,92 @@ diff --git a/src/views/task/taskCalendar.vue b/src/views/task/taskCalendar.vue index 05fc778..5f69edb 100644 --- a/src/views/task/taskCalendar.vue +++ b/src/views/task/taskCalendar.vue @@ -1,235 +1,205 @@ + + + - - - + + + - - - - - \ No newline at end of file diff --git a/src/views/task/taskList.vue b/src/views/task/taskList.vue index cc598af..b82e4ba 100644 --- a/src/views/task/taskList.vue +++ b/src/views/task/taskList.vue @@ -1,196 +1,157 @@ - - - - \ No newline at end of file diff --git a/src/views/task_scheduling/index.vue b/src/views/task_scheduling/index.vue index bce079a..3d45f86 100644 --- a/src/views/task_scheduling/index.vue +++ b/src/views/task_scheduling/index.vue @@ -25,7 +25,7 @@ - - @@ -112,7 +102,7 @@ +