diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeach.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeach.css new file mode 100644 index 000000000..d01e93557 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeach.css @@ -0,0 +1,12 @@ +#lr_im_message_list .lr-list-item-media img { + border-radius:5px; +} +#lr_im_message_list .lr-list-item-media .date { + position: absolute; + top: 15px; + right: 5px; + text-align: right; + font-size: 12px; + font-weight: 400; + color: #8f8f94; +} diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeach.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeach.html new file mode 100644 index 000000000..0e3cad6d5 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeach.html @@ -0,0 +1,22 @@ +
学年:
').dataFormatter({ value: _item.AcademicYearNo })); + _$item.append($('学期:
').dataFormatter({ value: _item.Semester })); + _$item.append($('教师姓名:
').dataFormatter({ value: _item.EmpName })); + _$item.append($('课程名称:
').dataFormatter({ value: _item.LessonName })); + _$item.append($('评教状态:
').dataFormatter({ value: (_item.UID != undefined && _item.UID !== '') ? "已评" : "未评" })); + return ''; + }, + rowClick: function (item, $item, $page) {// 列表行点击触发方法 + if (item.UID != undefined && item.UID !== '') { + learun.layer.warning("当前项目已评教!"); + return; + } + learun.nav.go({ path: 'EvaluationTeach/EvaluationTeahcers', title: '评价教师', type: 'right', param: { VID: item.VID, EmpNo: item.EmpNo, LessonNo: item.LessonNo } }); + }, + btnClick: function (item, $item, $page) {// 左滑按钮点击事件 + if (item.UID == undefined || item.UID === '') { + learun.layer.warning("当前项目未评教!"); + return; + } + learun.nav.go({ path: 'EvaluationTeach/EvaluationTeahcers', title: '评价教师', type: 'right', param: { VID: item.VID, StuNo: item.StuNo } }); + }, + rowBtns: ['查看'] // 列表行左滑按钮 + }; + return page; +})(); \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeahcers/EvaluationTeahcers.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeahcers/EvaluationTeahcers.css new file mode 100644 index 000000000..78fc8c547 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeahcers/EvaluationTeahcers.css @@ -0,0 +1,170 @@ +@charset "utf-8"; +/* CSS Document */ + + +body { + font-family: "Microsoft YaHei", "微软雅黑" !important; +} + + + + +/*****sec1*******/ +.eva_sec1{ + padding: 1px 0; +} +.eva_sec1 .index_box { + padding: 0 12px 15px; + border: 1px solid #E5E5E7; + width: 94%; + margin: 20px auto; +} +.inSecTitle{ + font-size: 20px; + text-align: center; + margin: 20px 0 0px; +} +.inSecTime{ + font-size: 12px; + text-align: center; +} +.shenInput { + margin-top: 15px; + font-size: 14px; + line-height: 24px; +} +.shenInput3 { + display: none; +} +.shenInput:before, .shenInput:after { + display: table; + content: " "; +} +.shenInput:after { + clear: both; +} +.signTxt { + line-height: 24px; + font-size: 14px; + position: relative; +} +.shenInputBox { + position: relative; +} +.shenInputBox1 { + margin-left: 60px; +} +.inputRadioRow { + overflow: hidden; +} +.inputRadioCol4 {margin-top: 8px;} +.inputRadio { + border-radius: 50%; +} +.inputCheck{ + border-radius: 2px; +} +.inputRadio.active:after { + content: ''; + width: 12px; + height: 12px; + background: #0C86D8; + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + margin: auto; + border-radius: 50%; +} +.inputCheck.active:after { + content: ''; + width: 12px; + height: 12px; + background: #0C86D8; + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + margin: auto; + border-radius: 2px; +} +.inputRadio,.inputCheck { + font-style: normal; + display: inline-block; + vertical-align: middle; + width: 20px; + height: 20px; + border: 1px solid #CBCBCB; + margin: 0 10px; + position: relative; + cursor: pointer; +} + + +.shenInputBox>span, .inputRadioCol4 span, .inputRadioCol3 span, .inputRadioCol2 span { + display: inline-block; + vertical-align: middle; +} +.shenInput>span { + display: block; + float: left; + width: 60px; + text-align: right; + padding: 4px 8px 4px 0px; + line-height: 24px; +} +.shenInputBox .inputTxt { + width: 100%; + display: block; + height: 32px; + line-height: 20px; + border: 1px solid #CBCBCB; + padding: 6px 10px; + font-size: 14px; +} +.shenBtnBox .signTxt { + margin-top: 30px; + margin-left: 30px; +} +.shenBtn { + width: 74%; + background: #0C86D8; + text-align: center; + line-height: 40px; + margin: 20px auto 20px; + font-size: 17px; + color: #fff; + border-radius: 2px; + cursor: pointer; + border-radius: 4px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.signTextareaBox { + margin-top: 20px; + position: relative; +} +.inputRadioRow { + overflow: hidden; +} +.inputRadioCol2 { + margin-top: 8px; +} +.inputCheck img { + width: 100%; + display: none; +} +.signTextarea { + margin-top: 15px; + font-size: 14px; + line-height: 24px; +} +.redEva{ + color: red!important; +} +/*****sec1*******/ + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeahcers/EvaluationTeahcers.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeahcers/EvaluationTeahcers.html new file mode 100644 index 000000000..6a420b147 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EvaluationTeach/EvaluationTeahcers/EvaluationTeahcers.html @@ -0,0 +1,14 @@ +