chunk-b9a6167e.5cd39189.js 4.9 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-b9a6167e"],{"09f4":function(e,t,a){"use strict";a.d(t,"a",(function(){return i})),Math.easeInOutQuad=function(e,t,a,r){return e/=r/2,e<1?a/2*e*e+t:(e--,-a/2*(e*(e-2)-1)+t)};var r=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)}}();function n(e){document.documentElement.scrollTop=e,document.body.parentNode.scrollTop=e,document.body.scrollTop=e}function s(){return document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function i(e,t,a){var i=s(),o=e-i,l=20,c=0;t="undefined"===typeof t?500:t;var u=function e(){c+=l;var s=Math.easeInOutQuad(c,i,o,t);n(s),c<t?r(e):a&&"function"===typeof a&&a()};u()}},1385:function(e,t,a){"use strict";a.r(t);var r=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"m-container"},[a("h2",[a("el-page-header",{attrs:{content:e.name},on:{back:e.onCancel}})],1),e._v(" "),a("p",{staticStyle:{"margin-bottom":"20px"}},[e._v("老师上课记录")]),e._v(" "),a("el-form",{staticClass:"searchForm",attrs:{inline:!0},model:{value:e.searchForm,callback:function(t){e.searchForm="string"===typeof t?t.trim():t},expression:"searchForm"}},[a("el-form-item",[a("el-input",{attrs:{placeholder:"请输入老师姓名"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search(t)}},model:{value:e.searchForm.teacher,callback:function(t){e.$set(e.searchForm,"teacher",t)},expression:"searchForm.teacher"}})],1),e._v(" "),a("el-form-item",[a("el-date-picker",{staticStyle:{width:"420px"},attrs:{type:"daterange","value-format":"yyyy-MM-dd","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":{firstDayOfWeek:1}},model:{value:e.searchForm.timer,callback:function(t){e.$set(e.searchForm,"timer","string"===typeof t?t.trim():t)},expression:"searchForm.timer"}})],1),e._v(" "),a("el-form-item",[a("el-input",{attrs:{placeholder:"请输入老师姓名"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search(t)}},model:{value:e.searchForm.teacher,callback:function(t){e.$set(e.searchForm,"teacher","string"===typeof t?t.trim():t)},expression:"searchForm.teacher"}})],1),e._v(" "),a("el-form-item",[a("div",{staticClass:"searchBtn",on:{click:e.search}},[e._v("搜索")])])],1),e._v(" "),a("div",{staticClass:"tableList"},[a("el-table",{attrs:{data:e.tableList}},[a("el-table-column",{attrs:{align:"center",prop:"classDate",label:"时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.classDate)+" "+e._s(t.row.startClassTime?t.row.startClassTime.substr(0,5):"")+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:"courseScheduleName",label:"课程名称"}}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:"realName",label:"老师名称"}}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:"signInStatus",label:"签到"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v("\n "+e._s(e._f("attendanceType")(t.row.signInStatus))+"\n ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:"signOutStatus",label:"签退"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",[e._v("\n "+e._s(e._f("attendanceOutType")(t.row.signOutStatus))+"\n ")])]}}])})],1),e._v(" "),a("pagination",{attrs:{total:e.rules.total,page:e.rules.page,limit:e.rules.limit,"page-sizes":e.rules.page_size},on:{"update:page":function(t){return e.$set(e.rules,"page",t)},"update:limit":function(t){return e.$set(e.rules,"limit",t)},pagination:e.getList}})],1)],1)},n=[],s=(a("7f7f"),a("1cc7")),i=a("333d"),o={components:{pagination:i["a"]},data:function(){var e=this.$route.query;return{name:e.name,searchForm:{teacher:"",timer:[]},teamId:"",teacherList:[],tableList:[],rules:{limit:10,page:1,total:0,page_size:[10,20,30,40]}}},mounted:function(){this.teamId=this.$route.query.id,this.getList()},activated:function(){this.getList()},methods:{onCancel:function(){var e=this.$route.query;this.$router.push({path:"/teamLists",query:{id:e.id,status:e.status,name:e.name,checkIndex:"2"}})},search:function(){this.rules.page=1,this.getList()},reset:function(){this.rules.page=1,this.rules.limit=10,this.searchForm={teacher:"",timer:[]},this.getList()},getList:function(){var e=this;this.searchForm.timer=this.searchForm.timer||[];var t={page:this.rules.page,rows:this.rules.limit,musicGroupId:this.teamId,teacherName:this.searchForm.teacher||null,startTime:this.searchForm.timer[0]||null,endTime:this.searchForm.timer[1]||null};Object(s["Ob"])(t).then((function(t){200==t.code&&(e.tableList=t.data.rows,e.rules.total=t.data.total)}))}}},l=o,c=a("2877"),u=Object(c["a"])(l,r,n,!1,null,null,null);t["default"]=u.exports}}]);