27.b13905525050d065e2dc.1706754571694+.js 2.6 KB

1
  1. webpackJsonp([27],{"3Rkc":function(t,e){},"89ke":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s={components:{EventItem:a("uL0Z").a},data:function(){return{list:[],page:0,page_size:10}},computed:{type:function(){return this.$route.query.type}},methods:{headTie:function(t){switch(t){case 6:return"考勤奖分";case 7:return"考勤扣分";default:return"考勤"}},loadMore:function(t){if(!this.enabledLoadpage2)return t(),!1;this.page+=1,this.lodData()},loadTop:function(t){this.page=0,this.enabledLoadpage2=!1,this.list=[],this.lodData()},lodData:function(){var t=this,e=this;e.loading=!0;var a={};a.page=this.page,a.page_size=this.page_size,a.type=this.type,this.$axiosKq("post","/ad/statistics/employee/reward_deduction_event",a).then(function(a){1==a.data.code&&(0==t.page&&(e.list=[]),e.list=e.list.concat(a.data.data.list)),setTimeout(function(){e.$refs.list_scroller.finishPullToRefresh()},500),a.data.data.list.length<10&&e.$refs.list_scroller.finishInfinite(a.data.data.list.length<10),e.loading=!1,e.$toast.clear(),e.$nextTick(function(){e.enabledLoadpage2=!0})})}}},n={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"AttendanceEvent"},[a("van-nav-bar",{attrs:{title:t.headTie(t.$route.query.type),"left-text":"返回","left-arrow":""},on:{"click-left":t.$route_back}}),t._v(" "),a("scroller",{ref:"list_scroller",staticClass:"scrollAll",attrs:{onInfinite:t.loadMore,refreshText:"下拉刷新",noDataText:"已经到底了",onRefresh:t.loadTop}},[a("event-item",{attrs:{list:t.list}}),t._v(" "),a("div",{staticStyle:{"padding-bottom":"1.5rem"}})],1)],1)},staticRenderFns:[]};var i=a("VU/8")(s,n,!1,function(t){a("3Rkc")},"data-v-6dd65b35",null);e.default=i.exports},N9BK:function(t,e){},uL0Z:function(t,e,a){"use strict";var s={props:{list:{type:Array}},data:function(){return{}},created:function(){},methods:{}},n={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t._l(t.list,function(e){return a("div",{staticClass:"eventPoint"},[a("div",{staticClass:"event"},[t._v("\n "+t._s(e.remark)+"\n "),e.point<0?a("span",{staticClass:"point green"},[t._v(t._s(e.point)+" B分")]):t._e(),t._v(" "),e.point>0?a("span",{staticClass:"low red"},[t._v("+"+t._s(e.point)+" B分")]):t._e()]),t._v(" "),a("div",{staticClass:"desc"},[a("span",{staticClass:"descItem"},[t._v("时间:"+t._s(e.event_date))]),t._v(" "),a("span",{staticClass:"descItem"},[t._v(t._s(e.event_name))])])])}),t._v(" "),0==t.list.length?a("van-empty",{attrs:{description:"暂无数据"}}):t._e()],2)},staticRenderFns:[]};var i=a("VU/8")(s,n,!1,function(t){a("N9BK")},"data-v-2c3da416",null);e.a=i.exports}});