Commit a7b9bfd4 authored by 黄奎's avatar 黄奎

页面修改

parent 7124d62e
...@@ -87,7 +87,6 @@ ...@@ -87,7 +87,6 @@
}; };
queryCustomerCategory(msg).then(res => { queryCustomerCategory(msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log(res, '数据');
this.detailData = res.Data; this.detailData = res.Data;
} }
}); });
...@@ -97,8 +96,6 @@ ...@@ -97,8 +96,6 @@
}, },
saveBaseInfo(obj) { saveBaseInfo(obj) {
this.detailData[obj.field] = obj.val; this.detailData[obj.field] = obj.val;
console.log(this.detailData, 'this.detailData');
let msg = { let msg = {
CategoryName: this.detailData.CategoryName, CategoryName: this.detailData.CategoryName,
CatetoryType: this.detailData.CatetoryType, CatetoryType: this.detailData.CatetoryType,
......
...@@ -514,7 +514,6 @@ export default { ...@@ -514,7 +514,6 @@ export default {
this.teaClassMsg.Date = this.dateObj.date; this.teaClassMsg.Date = this.dateObj.date;
if (this.teaClassMsg.TeacherId == 0) return; if (this.teaClassMsg.TeacherId == 0) return;
GetCanTeacherClassTimeList(this.teaClassMsg).then(res => { GetCanTeacherClassTimeList(this.teaClassMsg).then(res => {
console.log(187, res);
this.teacherTimeList = res.Data; this.teacherTimeList = res.Data;
}); });
}, },
...@@ -543,7 +542,7 @@ export default { ...@@ -543,7 +542,7 @@ export default {
}); });
}, },
addStu() { addStu() {
console.log(535, this.stuInfo);
}, },
//获取章节 //获取章节
getChapterTree() { getChapterTree() {
...@@ -572,7 +571,6 @@ export default { ...@@ -572,7 +571,6 @@ export default {
this.chapterList.map(e => { this.chapterList.map(e => {
if (e.ChapterId == data) { if (e.ChapterId == data) {
this.checkChapter = e; this.checkChapter = e;
console.log(407, this.checkChapter);
return; return;
} }
}); });
...@@ -663,8 +661,6 @@ export default { ...@@ -663,8 +661,6 @@ export default {
this.saveMsg.CourseGradeId = this.saveObj.CourseGradeId; this.saveMsg.CourseGradeId = this.saveObj.CourseGradeId;
this.saveMsg.ShiftSort = this.saveObj.ShiftSort; this.saveMsg.ShiftSort = this.saveObj.ShiftSort;
} }
console.log(447, this.saveMsg);
SetAdminScrollAppointment(this.saveMsg).then(res => { SetAdminScrollAppointment(this.saveMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.getStu(); this.getStu();
...@@ -678,10 +674,9 @@ export default { ...@@ -678,10 +674,9 @@ export default {
persistent: true persistent: true
}) })
.onOk(() => { .onOk(() => {
// console.log(">>>> OK");
}) })
.onCancel(() => { .onCancel(() => {
// console.log(">>>> Cancel");
this.changeDig(false); this.changeDig(false);
}); });
this.$emit("success"); this.$emit("success");
......
...@@ -459,7 +459,7 @@ ...@@ -459,7 +459,7 @@
},watch: { // 监听参数变化 },watch: { // 监听参数变化
GetDetail: { GetDetail: {
handler: function(val, oldVal) { handler: function(val, oldVal) {
console.log(val,'val');
}, },
deep: true deep: true
}, },
......
...@@ -222,7 +222,6 @@ ...@@ -222,7 +222,6 @@
NewItems() { NewItems() {
var _this = this; var _this = this;
var NewItems = []; var NewItems = [];
console.log(this.GetList,'firstttt');
this.GetList.map(function (item) { this.GetList.map(function (item) {
if (item.Name.search(_this.searchVal) != -1) { if (item.Name.search(_this.searchVal) != -1) {
NewItems.push(item); NewItems.push(item);
...@@ -412,7 +411,6 @@ ...@@ -412,7 +411,6 @@
}, err => {}) }, err => {})
}, },
tabData(t) { //切换 tabData(t) { //切换
console.log(t,'ttt');
if (t == 1) { if (t == 1) {
this.GetList = this.collectList; this.GetList = this.collectList;
} else if (t == 2) { } else if (t == 2) {
...@@ -428,8 +426,6 @@ ...@@ -428,8 +426,6 @@
this.noData = false; this.noData = false;
} }
let newList = []; let newList = [];
console.log(this.GetList,'getList111');
console.log(this.templateID,'template');
if (this.templateID) { if (this.templateID) {
this.templateID.forEach(x => { this.templateID.forEach(x => {
this.GetList.forEach(y => { this.GetList.forEach(y => {
......
...@@ -2018,7 +2018,6 @@ ...@@ -2018,7 +2018,6 @@
getDeptList(departmentMsg).then(res => { getDeptList(departmentMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.departmentList = res.Data; this.departmentList = res.Data;
console.log(res,'数据');
} }
}).catch(() => { }).catch(() => {
...@@ -2054,7 +2053,6 @@ ...@@ -2054,7 +2053,6 @@
}, },
//上传附件 //上传附件
uploadBatch(file){ uploadBatch(file){
console.log(file,'file');
// 1 文档 2 数据 3 图片 // 1 文档 2 数据 3 图片
let typeArr = [{ let typeArr = [{
stringArr: 'GIF|JPG|JPEG|PNG|BMP', stringArr: 'GIF|JPG|JPEG|PNG|BMP',
......
...@@ -464,7 +464,6 @@ export default { ...@@ -464,7 +464,6 @@ export default {
} }
}, },
mounted() { mounted() {
// console.log(336, this.$refs.calendar);
this.selectedDate = QCalendar.today(); this.selectedDate = QCalendar.today();
this.getTeacherList(); this.getTeacherList();
this.getclassroom(); this.getclassroom();
...@@ -503,7 +502,6 @@ export default { ...@@ -503,7 +502,6 @@ export default {
getHeight(event, timeDurationHeight) { getHeight(event, timeDurationHeight) {
let gap = this.calcGap(event.StartTime, event.EndTime); let gap = this.calcGap(event.StartTime, event.EndTime);
let height = timeDurationHeight(gap) + "px"; let height = timeDurationHeight(gap) + "px";
console.log(327, height);
return { height: height + "px" }; return { height: height + "px" };
}, },
calendarNext() { calendarNext() {
...@@ -579,30 +577,28 @@ export default { ...@@ -579,30 +577,28 @@ export default {
return bg; return bg;
}, },
onModelChanged(date) { onModelChanged(date) {
console.log(1, date);
}, },
onClickDate2(data) { onClickDate2(data) {
console.log(2, data);
}, },
onClickDayHeader2(data) { onClickDayHeader2(data) {
console.log(3, data);
}, },
onClickInterval2(data) { onClickInterval2(data) {
console.log(4, data);
}, },
onClickTime2(data) { onClickTime2(data) {
console.log(5, data);
this.showForm = true; this.showForm = true;
this.editType = 1; this.editType = 1;
this.saveObj = {}; this.saveObj = {};
this.dateObj = data.scope.timestamp; this.dateObj = data.scope.timestamp;
console.log("5.1", this.dateObj);
}, },
onClickIntervalHeader2(data) { onClickIntervalHeader2(data) {
console.log(6, data);
}, },
showDetail(data, date, tid) { showDetail(data, date, tid) {
console.log(7, data);
this.showForm = true; this.showForm = true;
this.editType = 2; this.editType = 2;
this.dateObj.date = date; this.dateObj.date = date;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment