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 fd3dc1203..9f8498363 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -591,6 +591,43 @@
"navigationBarTitleText": "课表请假管理"
}
},
+ // 按天请假管理
+ {
+ "path": "pages/EducationalAdministration/StuLeaveManagement/list",
+ "style": {
+ "navigationBarTitleText": "按天请假管理"
+ }
+ },
+ {
+ "path": "pages/EducationalAdministration/StuLeaveManagement/single",
+ "style": {
+ "navigationBarTitleText": "详情"
+ }
+ },
+ {
+ "path": "pages/EducationalAdministration/StuLeaveManagement/Check/list",
+ "style": {
+ "navigationBarTitleText": "学生按天请假审核"
+ }
+ },
+ {
+ "path": "pages/PersonnelManagement/CustmerLeave/TeacherLeave/list",
+ "style": {
+ "navigationBarTitleText": "普通教师请假统计"
+ }
+ },
+ {
+ "path": "pages/PersonnelManagement/CustmerLeave/LeaderLeave/list",
+ "style": {
+ "navigationBarTitleText": "中层领导请假统计"
+ }
+ },
+ {
+ "path": "pages/EducationalAdministration/StuLeaveManagement/Check/single",
+ "style": {
+ "navigationBarTitleText": "审核"
+ }
+ },
//疫情详细信息
{
"path": "pages/PersonnelManagement/ContactsDetails/list",
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/JournalSend/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/JournalSend/list.vue
index 53a913d5a..374ea45e0 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/JournalSend/list.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/JournalSend/list.vue
@@ -3,7 +3,7 @@
- {{ tips }}
+ {{ tips }}
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/IndexInStudent/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/IndexInStudent/list.vue
index 40d5c2d9f..0b8df7c32 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/IndexInStudent/list.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/IndexInStudent/list.vue
@@ -1,453 +1,519 @@
-
-
-
-
-
- {{ tips }}
-
-
-
-
-
-
-
-
- 申请时间:
- {{ displayListItem(item, 'UpdateDate') }}
-
-
-
- 审核状态:
- {{ LeaveCheckItem(displayListItem(item, 'IsCheck')) }}
-
-
-
- 审核备注:
- {{ displayListItem(item, 'TecRemark') }}
-
-
-
- 请假类型:
- {{ LeaveTypeItem(displayListItem(item, 'LeaveType')) }}
-
-
-
- 学年:
- {{ displayListItem(item, 'AcademicYearNo') }}
-
-
-
- 学期:
- {{ displayListItem(item, 'Semester') }}
-
-
-
- 学号:
- {{ displayListItem(item, 'StuNo') }}
-
-
-
- 姓名:
- {{ displayListItem(item, 'StuName') }}
-
-
-
- 年级:
- {{ displayListItem(item, 'Grade') }}
-
-
-
- 系所码:
- {{ displayListItem(item, 'DeptNo') }}
-
-
-
- 系名:
- {{ displayListItem(item, 'DeptName') }}
-
-
-
- 专业码:
- {{ displayListItem(item, 'MajorNo') }}
-
-
-
- 专业名:
- {{ displayListItem(item, 'MajorName') }}
-
-
-
- 所在行政班号:
- {{ displayListItem(item, 'ClassNo') }}
-
-
-
- 班级名称:
- {{ displayListItem(item, 'ClassName') }}
-
-
-
- 课程号:
- {{ displayListItem(item, 'LessonNo') }}
-
-
-
- 课程名称:
- {{ displayListItem(item, 'LessonName') }}
-
-
-
- 课程类别码:
- {{ displayListItem(item, 'LessonSortNo') }}
-
-
-
- 课程类别:
- {{ displayListItem(item, 'LessonSortName') }}
-
-
-
- 原上课日期:
- {{ displayListItem(item, 'LessonDate') }}
-
-
-
- 上课时间:
- {{ displayListItem(item, 'LessonTime') }}
-
-
-
- 教师号:
- {{ displayListItem(item, 'EmpNo') }}
-
-
-
- 备注:
- {{ displayListItem(item, 'Remark') }}
+
+
+
+
+
+ {{ tips }}
+
+
+
+
+
+
+
+
+ 申请时间:
+ {{ displayListItem(item, 'UpdateDate') }}
+
+
+
+ 审核状态:
+ {{ LeaveCheckItem(displayListItem(item, 'IsCheck')) }}
+
+
+
+ 审核备注:
+ {{ displayListItem(item, 'TecRemark') }}
+
+
+
+ 请假类型:
+ {{ displayListItem(item, 'LeaveType') }}
+
+
+
+ 学年:
+ {{ displayListItem(item, 'AcademicYearNo') }}
+
+
+
+ 学期:
+ {{ displayListItem(item, 'Semester') }}
+
+
+
+ 学号:
+ {{ displayListItem(item, 'StuNo') }}
+
+
+
+ 姓名:
+ {{ displayListItem(item, 'StuName') }}
+
+
+
+ 年级:
+ {{ displayListItem(item, 'Grade') }}
+
+
+
+ 系所码:
+ {{ displayListItem(item, 'DeptNo') }}
+
+
+
+ 系名:
+ {{ displayListItem(item, 'DeptName') }}
+
+
+
+ 专业码:
+ {{ displayListItem(item, 'MajorNo') }}
+
+
+
+ 专业名:
+ {{ displayListItem(item, 'MajorName') }}
+
+
+
+ 所在行政班号:
+ {{ displayListItem(item, 'ClassNo') }}
+
+
+
+ 班级名称:
+ {{ displayListItem(item, 'ClassName') }}
+
+
+
+ 课程号:
+ {{ displayListItem(item, 'LessonNo') }}
+
+
+
+ 课程名称:
+ {{ displayListItem(item, 'LessonName') }}
+
+
+
+ 课程类别码:
+ {{ displayListItem(item, 'LessonSortNo') }}
+
+
+
+ 课程类别:
+ {{ displayListItem(item, 'LessonSortName') }}
+
+
+
+ 原上课日期:
+ {{ displayListItem(item, 'LessonDate') }}
+
+
+
+ 上课时间:
+ {{ displayListItem(item, 'LessonTime') }}
+
+
+
+ 教师号:
+ {{ displayListItem(item, 'EmpNo') }}
+
+
+
+ 备注:
+ {{ displayListItem(item, 'Remark') }}
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置查询条件
-
-
-
-
-
-
-
-
-
-
-
+
+
+
\ No newline at end of file
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/list.vue
index ff8f178a2..c120f80ee 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/list.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/list.vue
@@ -62,7 +62,7 @@
-
+
@@ -164,7 +164,8 @@ export default {
// 列表与分页信息
page: 1,
total: 2,
- list: []
+ list: [],
+ user: null
}
},
@@ -202,7 +203,7 @@ export default {
// 这里 sidx 表示排序字段,sord 表示排序方式(DESC=降序,ASC=升序)
// 代码生成器生成时默认按照主键排序,您可以修改成按创建时间的字段降序
pagination: { rows: 10, page: this.page, sidx: 'Id', sord: 'DESC' },
- queryJson: JSON.stringify(this.searchData)
+ queryJson: JSON.stringify(Object.assign(this.searchData,{ClassManagerNo:this.user.account}))
},
'加载数据时出错'
)
@@ -277,7 +278,11 @@ export default {
this.refreshList()
})
return
-
+
+ case 'check':
+ this.NAV_TO(`./single?type=edit&id=${id}`)
+ return
+
default:
return
}
@@ -311,7 +316,10 @@ export default {
}
}
- }
+ },
+ created() {
+ this.user = this.GET_GLOBAL('loginUser');
+ }
}
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/single.vue
index bcdee1878..7710da347 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/single.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuAttendanceLeave/single.vue
@@ -142,20 +142,20 @@
title="备注"
/>
-
-
-
+
+
+
提交保存
-
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/Check/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/Check/list.vue
new file mode 100644
index 000000000..0240f441d
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/Check/list.vue
@@ -0,0 +1,471 @@
+
+
+
+
+
+ {{
+ tips
+ }}
+
+
+
+
+
+
+
+
+
+ 审核状态:
+ {{ CheckStatusitem(displayListItem(item, "CheckStatus")) }}
+
+
+
+
+
+
+
+ 审核时间:
+ {{ displayListItem(item, "CheckTime") }}
+
+
+
+ 审核人:
+ {{ displayListItem(item, "CheckUserNo") }}
+
+
+
+ 请假类型:
+ {{ displayListItem(item, "LeaveType") }}
+
+
+
+ 开始时间:
+ {{ displayListItem(item, "StartTime") }}
+
+
+
+ 结束时间:
+ {{ displayListItem(item, "EndTime") }}
+
+
+
+ 请假天数:
+ {{ displayListItem(item, "LeaveDay") }}
+
+
+
+
+
+ 学号:
+ {{ displayListItem(item, "CreateUserNo") }}
+
+
+
+ 姓名:
+ {{ displayListItem(item, "CreateUserName") }}
+
+
+
+ 申请时间:
+ {{ displayListItem(item, "CreateTime") }}
+
+
+
+ 班级:
+ {{ displayListItem(item, "ClassNo") }}
+
+
+
+ 系部:
+ {{ displayListItem(item, "DeptNo") }}
+
+
+
+ 专业:
+ {{ displayListItem(item, "MajorNo") }}
+
+
+
+ 班主任:
+ {{ displayListItem(item, "ClassDiredctorNo") }}
+
+
+
+ 辅导员:
+ {{ displayListItem(item, "ClassTutorNo") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/Check/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/Check/single.vue
new file mode 100644
index 000000000..d03b67a11
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/Check/single.vue
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存草稿
+
+
+ 编辑本页
+
+
+ 取消编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/list.vue
new file mode 100644
index 000000000..0323cbf9f
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/list.vue
@@ -0,0 +1,455 @@
+
+
+
+
+
+ {{
+ tips
+ }}
+
+
+
+
+
+
+
+
+
+ 审核状态:
+ {{ CheckStatusitem(displayListItem(item, "CheckStatus")) }}
+
+
+
+ 审核备注:
+ {{ displayListItem(item, "CheckRemark") }}
+
+
+
+ 审核人:
+ {{ displayListItem(item, "CheckUserNo") }}
+
+
+
+ 请假类型:
+ {{ displayListItem(item, "LeaveType") }}
+
+
+
+ 开始时间:
+ {{ displayListItem(item, "StartTime") }}
+
+
+
+ 结束时间:
+ {{ displayListItem(item, "EndTime") }}
+
+
+
+ 请假天数:
+ {{ displayListItem(item, "LeaveDay") }}
+
+
+
+ 请假事由:
+ {{ displayListItem(item, "LeaveReason") }}
+
+
+
+ 学号:
+ {{ displayListItem(item, "CreateUserNo") }}
+
+
+
+ 姓名:
+ {{ displayListItem(item, "CreateUserName") }}
+
+
+
+ 申请时间:
+ {{ displayListItem(item, "CreateTime") }}
+
+
+
+ 班级:
+ {{ displayListItem(item, "ClassNo") }}
+
+
+
+ 系部:
+ {{ displayListItem(item, "DeptNo") }}
+
+
+
+ 专业:
+ {{ displayListItem(item, "MajorNo") }}
+
+
+
+ 班主任:
+ {{ displayListItem(item, "ClassDiredctorNo") }}
+
+
+
+ 辅导员:
+ {{ displayListItem(item, "ClassTutorNo") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/single.vue
new file mode 100644
index 000000000..e4c00d3f5
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuLeaveManagement/single.vue
@@ -0,0 +1,322 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存草稿
+
+
+ 编辑本页
+
+
+ 取消编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/CustmerLeave/LeaderLeave/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/CustmerLeave/LeaderLeave/list.vue
new file mode 100644
index 000000000..6fbf61b1b
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/CustmerLeave/LeaderLeave/list.vue
@@ -0,0 +1,439 @@
+
+
+
+
+
+ {{
+ tips
+ }}
+
+
+
+
+
+
+
+
+ 开始时间:
+ {{ displayListItem(item, "StartDate") }}
+
+
+
+ 结束时间:
+ {{ displayListItem(item, "EndDate") }}
+
+
+
+
+
+
+
+
+ 上下午:
+ {{ displayListItem(item, "F_shangxiawu") }}
+
+
+
+ 上下午:
+ {{ displayListItem(item, "F_sxw") }}
+
+
+
+ 请假天数:
+ {{ displayListItem(item, "F_tianshu") }}
+
+
+
+ 请假类型:
+ {{ displayListItem(item, "F_QJType") }}
+
+
+
+ 请假事由:
+ {{ displayListItem(item, "F_Description") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/CustmerLeave/TeacherLeave/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/CustmerLeave/TeacherLeave/list.vue
new file mode 100644
index 000000000..d5c32ac72
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/CustmerLeave/TeacherLeave/list.vue
@@ -0,0 +1,443 @@
+
+
+
+
+
+ {{
+ tips
+ }}
+
+
+
+
+
+
+
+
+ 开始时间:
+ {{ displayListItem(item, "StartDate") }}
+
+
+
+ 结束时间:
+ {{ displayListItem(item, "EndDate") }}
+
+
+
+
+
+
+
+ 上下午:
+ {{ displayListItem(item, "F_shangxiawu") }}
+
+
+
+ 上下午:
+ {{ displayListItem(item, "F_sxw") }}
+
+
+
+ 请假天数:
+ {{ displayListItem(item, "F_tianshu") }}
+
+
+
+ 请假类型:
+ {{ displayListItem(item, "F_QJType") }}
+
+
+
+ 请假事由:
+ {{ displayListItem(item, "F_Description") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/list.vue
index be691ca81..4fde22a67 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/list.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/list.vue
@@ -196,15 +196,22 @@
this.HIDE_LOADING();
_this.semester = res.semester
_this.dataArr = _this.ProcessingData(res.weekList);
- console.log(_this.dataArr)
+ // console.log(_this.dataArr)
// 回显日期
if (!start) {
_this.todayWeek.MondayTime = new Date(res.startDate).valueOf();
- _this.todayWeek.SundayTime = new Date(res.endDate).valueOf() + _this.noClassTime;
+ _this.todayWeek.SundayTime = new Date(res.endDate).valueOf()
_this.num = 0;
_this.todayWeek.Monday = common.fmtDate(_this.todayWeek.MondayTime);
_this.todayWeek.Sunday = common.fmtDate(_this.todayWeek.SundayTime);
}
+ // if (!start) {
+ // _this.todayWeek.MondayTime = new Date(res.startDate).valueOf();
+ // _this.todayWeek.SundayTime = new Date(res.endDate).valueOf() + _this.noClassTime;
+ // _this.num = 0;
+ // _this.todayWeek.Monday = common.fmtDate(_this.todayWeek.MondayTime);
+ // _this.todayWeek.Sunday = common.fmtDate(_this.todayWeek.SundayTime);
+ // }
});
},
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentCheck/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentCheck/list.vue
index a496cd49a..50709ce63 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentCheck/list.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentCheck/list.vue
@@ -191,15 +191,22 @@
// 回显日期
if (!start) {
_this.todayWeek.MondayTime = new Date(res.startDate).valueOf();
- _this.todayWeek.SundayTime = new Date(res.endDate).valueOf() + _this.noClassTime;
+ _this.todayWeek.SundayTime = new Date(res.endDate).valueOf();
_this.num = 0;
_this.todayWeek.Monday = common.fmtDate(_this.todayWeek.MondayTime);
_this.todayWeek.Sunday = common.fmtDate(_this.todayWeek.SundayTime);
}
+ // if (!start) {
+ // _this.todayWeek.MondayTime = new Date(res.startDate).valueOf();
+ // _this.todayWeek.SundayTime = new Date(res.endDate).valueOf() + _this.noClassTime;
+ // _this.num = 0;
+ // _this.todayWeek.Monday = common.fmtDate(_this.todayWeek.MondayTime);
+ // _this.todayWeek.Sunday = common.fmtDate(_this.todayWeek.SundayTime);
+ // }
- console.log(res)
+ // console.log(res)
_this.dataArr.length = 0;
- for(let j = 1; j < 8; j++){
+ for(let j = 1; j < 11; j++){
let dataFlag = true;
var num = Math.floor(Math.random() * 100000000);
res.results.forEach((n, i) => {
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/list.vue
index 7fca372e9..15927e262 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/list.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/list.vue
@@ -137,6 +137,7 @@
_this.todayWeek.SundayTime = _this.todayWeek.SundayTime + _this.weekDayTime;
}
_this.num = 0;
+ // console.log(_this.todayWeek.MondayTime)
_this.todayWeek.Monday = common.fmtDate(_this.todayWeek.MondayTime);
_this.todayWeek.Sunday = common.fmtDate(_this.todayWeek.SundayTime);
_this.loadData(_this.todayWeek.Monday, _this.todayWeek.Sunday);
@@ -160,14 +161,22 @@
this.HIDE_LOADING();
_this.semester = res.semester
_this.dataArr = _this.ProcessingData(res.weekList);
- // 回显日期
+ // console.log(res)
if (!start) {
_this.todayWeek.MondayTime = new Date(res.startDate).valueOf();
- _this.todayWeek.SundayTime = new Date(res.endDate).valueOf() + _this.noClassTime;
+ _this.todayWeek.SundayTime = new Date(res.endDate).valueOf();
_this.num = 0;
_this.todayWeek.Monday = common.fmtDate(_this.todayWeek.MondayTime);
_this.todayWeek.Sunday = common.fmtDate(_this.todayWeek.SundayTime);
}
+ // // 回显日期
+ // if (!start) {
+ // _this.todayWeek.MondayTime = new Date(res.startDate).valueOf();
+ // _this.todayWeek.SundayTime = new Date(res.endDate).valueOf() + _this.noClassTime;
+ // _this.num = 0;
+ // _this.todayWeek.Monday = common.fmtDate(_this.todayWeek.MondayTime);
+ // _this.todayWeek.Sunday = common.fmtDate(_this.todayWeek.SundayTime);
+ // }
});
},
@@ -187,7 +196,7 @@
},
classTap(data) {
// return ""
- console.log(data)
+ // console.log(data)
let _this = this;
// console.log(_this.user)
if (_this.user.Description == "教师") {