From 6b49581370e3e74f9780502c10e42f5f8420b448 Mon Sep 17 00:00:00 2001 From: chinaXLG <444381778@qq.com> Date: Fri, 15 Jan 2021 18:06:48 +0800 Subject: [PATCH] 11 --- .../OpenLessonPlanOfElectiveStudentPre.js | 11 +- .../form/form.js | 4 +- .../Thermography/Thermography.html | 4 +- .../EpidemicSituationCopy.js | 69 +- .../EpidemicSituationCopy/form/form.html | 2 +- .../EpidemicSituationCopy/form/form.js | 8 +- .../www/pages/timeTable/form/form.html | 3 +- .../www/pages/timeTable/form/form.js | 35 +- .../LearunApp-2.2.0/common/css/common.less | 12 +- .../LearunApp-2.2.0/common/js/city.js | 11553 ++++++++++++++++ .../LearunApp-2.2.0/common/js/common.js | 13 + .../LearunApp-2.2.0/common/js/todayTime.js | 15 + .../customlist-sidepage-datefilter.vue | 1 + .../learun-mpui/learun-ui-ali/date-picker.vue | 4 +- .../LearunApp-2.2.0/main.js | 2 + .../LearunApp-2.2.0/pages.json | 83 +- .../ArrangeLessonTermAttemper/list.vue | 899 +- .../BookBorrow/list.vue | 2 +- .../OpenLessonPlanOfElectiveStudent/from.vue | 91 + .../OpenLessonPlanOfElectiveStudent/list.vue | 239 + .../from.vue | 86 + .../list.vue | 238 + .../from.vue | 65 + .../list.vue | 199 + .../Thermography/list.vue | 772 +- .../EpidemicSituationCopy/from.vue | 307 + .../EpidemicSituationCopy/list.vue | 336 + .../pages/StuEncourgement/list.vue | 191 + .../LearunApp-2.2.0/pages/StuPayFee/list.vue | 103 + .../pages/stuExamArrangement/list.vue | 10 +- .../pages/studentCheck/list.vue | 2 +- .../pages/timeTable/leaveFrom.vue | 67 + .../LearunApp-2.2.0/pages/timeTable/list.vue | 384 + 33 files changed, 14803 insertions(+), 1007 deletions(-) create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/js/city.js create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/js/todayTime.js create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/from.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/from.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/EpidemicSituationCopy/from.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/EpidemicSituationCopy/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/StuEncourgement/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/StuPayFee/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/leaveFrom.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/list.vue diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/OpenLessonPlanOfElectiveStudentPre.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/OpenLessonPlanOfElectiveStudentPre.js index 773b795ec..a5c3a6bee 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/OpenLessonPlanOfElectiveStudentPre.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/OpenLessonPlanOfElectiveStudentPre.js @@ -1,4 +1,4 @@ -(function () { +(function () { var weekChina = ["一", "二", "三", "四", "五", "六", "日"]; var begin = ''; var end = ''; @@ -13,6 +13,7 @@ lclass: page.lclass, rows: 10, // 每页行数 getData: function (param, callback) {// 获取数据 param 分页参数,callback 异步回调 + console.log(param) param.multipleData = multipleData; page.loadData(param, callback, $page); }, @@ -48,6 +49,7 @@ _postParam.queryJson = JSON.stringify({ StuNo: JSON.parse(localStorage.userinfo).baseinfo.account, StuMajorNo: JSON.parse(localStorage.userinfo).baseinfo.majorno, StuGrade: JSON.parse(localStorage.userinfo).baseinfo.grade }); } learun.httpget(config.webapi + 'learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/pagelist', _postParam, (data) => { + console.log(data) $page.find('.lr-badge').text('0'); if (data) { $page.find('.lr-badge').text(data.records); @@ -117,8 +119,13 @@ _postData.StuNo = JSON.parse(localStorage.userinfo).baseinfo.account; learun.layer.loading(true, '正在取消报名...'); learun.httppost(config.webapi + 'learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/CancelPre', _postData, (data, info) => { + console.log(data) + console.log(info) if (data) {// 成功 - learun.layer.toast(info); + console.log(1111111111) + console.log(data) + console.log(info) + //learun.layer.toast(info); page.grid.reload(); } learun.layer.loading(false); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/form/form.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/form/form.js index fa3702041..8dc1d0760 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/form/form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/form/form.js @@ -1,4 +1,4 @@ -(function () { +(function () { var keyValue = ''; var weekChina = ["一", "二", "三", "四", "五", "六", "日"]; var $header = null; @@ -35,10 +35,12 @@ }); page.bind($page, param); if (keyValue) { + console.log(keyValue) $page.find('.lr-form-container').setFormRead(); // 获取表单数据 learun.layer.loading(true, '获取表单数据'); learun.httpget(config.webapi + 'learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/form', keyValue, (data) => { + console.log(data) if (data) { for (var id in data) { if (data[id].length) { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/Thermography/Thermography.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/Thermography/Thermography.html index 7a7efdade..9e3982c31 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/Thermography/Thermography.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/Thermography/Thermography.html @@ -1,7 +1,7 @@ -
+
- 总共0条 + 总共10