1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["Approval"],{"08e7":function(a,t,e){"use strict";e.r(t);var s=function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"approval"},[e("m-header"),e("van-tabs",{attrs:{swipeable:!0,animated:!0}},[e("van-tab",{attrs:{title:"待处理"}},[a.dataSection.show?e("van-list",{key:"data",attrs:{finished:a.dataSection.finished,"finished-text":"- 没有更多数据了 -"},on:{load:a.getClassGroupList},model:{value:a.dataSection.loading,callback:function(t){a.$set(a.dataSection,"loading",t)},expression:"dataSection.loading"}},a._l(a.dataSection.dataList,function(t,s){return e("div",{key:s,staticClass:"app-item"},[e("div",{staticClass:"hd"},[e("span",{staticClass:"orangeStatus"},[a._v("待处理")]),e("span",[a._v("2019-09-01")])]),e("div",{staticClass:"bd"},[e("p",[a._v("申请人:黄青筝")]),e("p",[a._v("审批事项:调休")]),e("p",[a._v("开始时间:2019-09-01 9:00")]),e("p",[a._v("结束时间:2019-09-01 18:00")]),e("p",[a._v("备注:家中急事,调休一天")])])])}),0):e("m-empty",{key:"data"})],1),e("van-tab",{attrs:{title:"已处理"}},[a.recordSection.show?e("van-list",{key:"records",attrs:{finished:a.recordSection.finished,"finished-text":"- 没有更多数据了 -"},on:{load:a.getStudentAttendanceList},model:{value:a.recordSection.loading,callback:function(t){a.$set(a.recordSection,"loading",t)},expression:"recordSection.loading"}},a._l(6,function(t){return e("div",{key:t,staticClass:"app-item"},[e("div",{staticClass:"hd"},[e("span",{staticClass:"orangeStatus"},[a._v("待处理")]),e("span",[a._v("2019-09-01")])]),e("div",{staticClass:"bd"},[e("p",[a._v("申请人:黄青筝")]),e("p",[a._v("审批事项:调休")]),e("p",[a._v("开始时间:2019-09-01 9:00")]),e("p",[a._v("结束时间:2019-09-01 18:00")]),e("p",[a._v("备注:家中急事,调休一天")])])])}),0):e("m-empty",{key:"records"})],1)],1)],1)},i=[],n=e("6e6e"),o=e("d678"),c=e("9afb"),r={name:"approval",components:{MHeader:n["a"],MEmpty:o["a"]},data:function(){return{dataSection:{show:!0,dataList:[],loading:!1,finished:!1,params:{groupId:this.$route.params.groupId,pageNo:1,pageSize:10}},recordSection:{show:!0,recordList:[],loading:!1,finished:!1,params:{groupId:this.$route.params.groupId,pageNo:1,pageSize:10}}}},methods:{getClassGroupList:function(){var a=this.dataSection,t=a.params;Object(c["I"])(t).then(function(e){var s=e.data;a.loading=!1,200==s.code?(a.dataList=a.dataList.concat(s.data.result),t.pageNo>=s.data.totalPages&&(a.finished=!0),a.params.pageNo++):a.finished=!0,a.dataList.length<=0&&(a.show=!1)})},getStudentAttendanceList:function(){var a=this,t=this.recordSection,e=t.params;Object(c["D"])(e).then(function(s){var i=s.data;t.loading=!1,200==i.returnCode?(a.recordTotal=i.total,t.recordList=t.recordList.concat(i.records),e.pageNo>=i.pages&&(t.finished=!0),t.params.pageNo++):t.finished=!0,t.recordList.length<=0&&(t.show=!1)})}}},d=r,l=(e("c5b46"),e("2877")),p=Object(l["a"])(d,s,i,!1,null,"7c8214fc",null);t["default"]=p.exports},"4ca3":function(a,t,e){},"51c7":function(a,t,e){},"6e6e":function(a,t,e){"use strict";var s=function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"mheader"},[e("header",{staticClass:"m-nav-header",class:[a.isFixed?"fixed":""]},[e("div",{directives:[{name:"show",rawName:"v-show",value:a.isBack,expression:"isBack"}],staticClass:"m-nav-bar__left",on:{click:a.goBack}},[e("van-icon",{staticClass:"arrow-left",attrs:{name:"arrow-left"}})],1),e("div",{staticClass:"m-nav-bar__title"},[a._t("default",[a._v(a._s(a.name?a.name:this.$route.meta.descrition))])],2),e("div",{staticClass:"m-nav-bar__right"},[a._t("right")],2)])])},i=[],n={name:"mheader",props:{name:String,isBack:{type:Boolean,default:!0},isFixed:{type:Boolean,default:!0},backUrl:{type:Object,default:function(){return{callBack:null,path:"",params:{}}}}},methods:{goBack:function(){var a=this.backUrl;"function"==typeof a.callBack?a.callBack():a.path?this.$router.push({path:a.path,query:a.params}):history.go(-1)}}},o=n,c=(e("d133"),e("2877")),r=Object(c["a"])(o,s,i,!1,null,"0e835508",null);t["a"]=r.exports},bb2c:function(a,t,e){},c063:function(a,t,e){"use strict";var s=e("51c7"),i=e.n(s);i.a},c5b46:function(a,t,e){"use strict";var s=e("4ca3"),i=e.n(s);i.a},d133:function(a,t,e){"use strict";var s=e("bb2c"),i=e.n(s);i.a},d678:function(a,t,e){"use strict";var s=function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"mempty",class:a.full?"full":null},[e("div",{class:[a.icon?a.icon:"icon_nodata","icon"]}),e("div",{staticClass:"msg"},[a._v(a._s(a.msg?a.msg:"暂无内容"))])])},i=[],n={name:"mempty",props:{icon:String,msg:String,full:Boolean}},o=n,c=(e("c063"),e("2877")),r=Object(c["a"])(o,s,i,!1,null,"45d1a48f",null);t["a"]=r.exports}}]);
|