From d63c96dee080a67dcf628e2d3fca264dce5677b6 Mon Sep 17 00:00:00 2001 From: yxq Date: Tue, 21 Jan 2025 10:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E5=B7=A5=E4=BD=9C=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages.json | 6 + .../departmentWeek/list.vue | 7 +- .../departmentWeek/single.vue | 61 +++- .../departmentWeek/singleFlow.vue | 279 ++++++++++++++++++ 4 files changed, 336 insertions(+), 17 deletions(-) create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/singleFlow.vue diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index c5388f6f2..d54a90d31 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -1308,6 +1308,12 @@ "style": { "navigationBarTitleText": "部门周计划" } + }, + { + "path": "pages/EducationalAdministration/departmentWeek/singleFlow", + "style": { + "navigationBarTitleText": "部门周计划" + } } ], diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue index a402937f4..c3b809896 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue @@ -291,8 +291,10 @@ export default { if (!(await this.CONFIRM('提交项目', '是否确认提交该项?', true))) { return } + this.LOADING('正在提交...') this.HTTP_POST('learun/departmentWeek/changeStatusById', id, '提交失败').then( success => { + this.HIDE_LOADING() if (!success) { return } @@ -304,8 +306,10 @@ export default { if (!(await this.CONFIRM('提交项目', '是否确认发布已审核通过的项目?', true))) { return } + this.LOADING('正在发布...') this.HTTP_POST('learun/departmentWeek/pushForm', id, '发布失败').then( success => { + this.HIDE_LOADING() if (!success) { return } @@ -318,9 +322,10 @@ export default { if (!(await this.CONFIRM('删除项目', '确定要删除该项吗?', true))) { return } - + this.LOADING('正在删除...') this.HTTP_POST('learun/departmentWeek/deleteForm', id, '删除失败').then( success => { + this.HIDE_LOADING() if (!success) { return } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue index 47be34c2e..3d87d7729 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue @@ -16,19 +16,19 @@ 一、常规工作安排 - 暂无数据 + 二、特色、创新(小微改革)工作安排 - 暂无数据 + + + + + + + + + + 一、常规工作安排 + + + 暂无数据 + + + + 二、特色、创新(小微改革)工作安排 + + + 暂无数据 + + + + + + + + + + +