AppealRecord.d105fdf2.js 17 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["AppealRecord"],{"031e":function(e,t,r){"use strict";r.r(t);var n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"wrap"},[e.headerStatus?r("m-header"):e._e(),e.dataShow?r("van-list",{attrs:{finished:e.finished,"finished-text":"没有更多了"},on:{load:e.getList},model:{value:e.loading,callback:function(t){e.loading=t},expression:"loading"}},e._l(e.dataList,function(t,n){return r("van-cell",{key:n,class:"WITHDRAWN"==t.statusEnum?"hideArrow":"",attrs:{"is-link":""},on:{click:function(r){return e.onGOTO(t)}},scopedSlots:e._u([{key:"title",fn:function(){return[e._v(e._s(e._f("getMonthDay")(t.createTime))+" "+e._s(e._f("getHourMin")(t.createTime))+" ")]},proxy:!0},{key:"default",fn:function(){return[e._v(e._s(new Date(t.salarySettlementMonth+"-01").getMonth()+1)+"月课酬申诉\n "),r("span",{class:t.statusEnum},[e._v(e._s(e._f("statusFilter")(t.statusEnum)))])]},proxy:!0}],null,!0)})}),1):r("m-empty",{key:"data",staticClass:"empty",attrs:{msg:"暂无数据"}})],1)},a=[],o=r("6e6e"),i=r("d678"),s=r("ff51"),c=r("530a"),l={name:"appealReocrd",components:{MHeader:o["a"],MEmpty:i["a"]},data:function(){return{headerStatus:!0,loading:!1,finished:!1,dataShow:!0,dataList:[],params:{page:1,rows:20}}},mounted:function(){var e=this.$route.query;e.Authorization&&(localStorage.setItem("Authorization",decodeURI(e.Authorization)),localStorage.setItem("userInfo",decodeURI(e.Authorization))),document.title="课酬申诉记录"},methods:{onGOTO:function(e){"PENDING"==e.statusEnum?this.$router.push({path:"appealDetail",query:{record:1,haveComplaints:1,appealDateStr:e.salarySettlementMonth,history:!0}}):"DONE"!=e.statusEnum&&"AGREED"!=e.statusEnum&&"DENIED"!=e.statusEnum||this.$router.push({path:"appealResult",query:{id:e.id,history:!0}})},getList:function(){var e=this,t=this.params;Object(c["k"])().then(function(r){var n=r.data;e.loading=!1,200==n.code?(t.page=n.data.pageNo,e.dataList=e.dataList.concat(n.data.rows),t.page>=n.data.totalPage&&(e.finished=!0),e.params.page++):e.finished=!0,e.dataList.length<=0&&(e.dataShow=!1)})}},filters:{getHourMin:function(e){var t=e;if(!e)return"";"string"==typeof t&&(t=new Date(e.replace(/-/gi,"/")));var r=t.getHours(),n=t.getMinutes();return Object(s["h"])(r)+":"+Object(s["h"])(n)},getMonthDay:function(e){var t=e||new Date;"string"==typeof t&&(t=new Date(e.replace(/-/gi,"/")));var r=t.getMonth()+1,n=t.getDate();return r+"月"+n+"日"},statusFilter:function(e){var t={PENDING:"处理中",DONE:"已完成",AGREED:"已同意",DENIED:"已拒绝",WITHDRAWN:"已撤销"};return t[e]}}},u=l,f=(r("bbcf"),r("2877")),d=Object(f["a"])(u,n,a,!1,null,"7e54797c",null);t["default"]=d.exports},"3a6b":function(e,t,r){},4127:function(e,t,r){"use strict";var n=r("d2334"),a=r("b313"),o=Object.prototype.hasOwnProperty,i={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,l=function(e,t){c.apply(e,s(t)?t:[t])},u=Date.prototype.toISOString,f=a["default"],d={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,format:f,formatter:a.formatters[f],indices:!1,serializeDate:function(e){return u.call(e)},skipNulls:!1,strictNullHandling:!1},p=function(e){return"string"===typeof e||"number"===typeof e||"boolean"===typeof e||"symbol"===typeof e||"bigint"===typeof e},h=function e(t,r,a,o,i,c,u,f,h,m,y,g,b){var v=t;if("function"===typeof u?v=u(r,v):v instanceof Date?v=m(v):"comma"===a&&s(v)&&(v=v.join(",")),null===v){if(o)return c&&!g?c(r,d.encoder,b):r;v=""}if(p(v)||n.isBuffer(v)){if(c){var w=g?r:c(r,d.encoder,b);return[y(w)+"="+y(c(v,d.encoder,b))]}return[y(r)+"="+y(String(v))]}var O,S=[];if("undefined"===typeof v)return S;if(s(u))O=u;else{var j=Object.keys(v);O=f?j.sort(f):j}for(var D=0;D<O.length;++D){var E=O[D];i&&null===v[E]||(s(v)?l(S,e(v[E],"function"===typeof a?a(r,E):r,a,o,i,c,u,f,h,m,y,g,b)):l(S,e(v[E],r+(h?"."+E:"["+E+"]"),a,o,i,c,u,f,h,m,y,g,b)))}return S},m=function(e){if(!e)return d;if(null!==e.encoder&&void 0!==e.encoder&&"function"!==typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||d.charset;if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=a["default"];if("undefined"!==typeof e.format){if(!o.call(a.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n=a.formatters[r],i=d.filter;return("function"===typeof e.filter||s(e.filter))&&(i=e.filter),{addQueryPrefix:"boolean"===typeof e.addQueryPrefix?e.addQueryPrefix:d.addQueryPrefix,allowDots:"undefined"===typeof e.allowDots?d.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:d.charsetSentinel,delimiter:"undefined"===typeof e.delimiter?d.delimiter:e.delimiter,encode:"boolean"===typeof e.encode?e.encode:d.encode,encoder:"function"===typeof e.encoder?e.encoder:d.encoder,encodeValuesOnly:"boolean"===typeof e.encodeValuesOnly?e.encodeValuesOnly:d.encodeValuesOnly,filter:i,formatter:n,serializeDate:"function"===typeof e.serializeDate?e.serializeDate:d.serializeDate,skipNulls:"boolean"===typeof e.skipNulls?e.skipNulls:d.skipNulls,sort:"function"===typeof e.sort?e.sort:null,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:d.strictNullHandling}};e.exports=function(e,t){var r,n,a=e,o=m(t);"function"===typeof o.filter?(n=o.filter,a=n("",a)):s(o.filter)&&(n=o.filter,r=n);var c,u=[];if("object"!==typeof a||null===a)return"";c=t&&t.arrayFormat in i?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var f=i[c];r||(r=Object.keys(a)),o.sort&&r.sort(o.sort);for(var d=0;d<r.length;++d){var p=r[d];o.skipNulls&&null===a[p]||l(u,h(a[p],p,f,o.strictNullHandling,o.skipNulls,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.formatter,o.encodeValuesOnly,o.charset))}var y=u.join(o.delimiter),g=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),y.length>0?g+y:""}},4328:function(e,t,r){"use strict";var n=r("4127"),a=r("9e6a"),o=r("b313");e.exports={formats:o,parse:a,stringify:n}},"51c7":function(e,t,r){},"530a":function(e,t,r){"use strict";r.d(t,"e",function(){return s}),r.d(t,"d",function(){return c}),r.d(t,"b",function(){return l}),r.d(t,"i",function(){return u}),r.d(t,"j",function(){return f}),r.d(t,"c",function(){return d}),r.d(t,"h",function(){return p}),r.d(t,"f",function(){return h}),r.d(t,"k",function(){return m}),r.d(t,"g",function(){return y}),r.d(t,"a",function(){return g});var n=r("4328"),a=r.n(n),o=r("981f").default,i="/api-teacher",s=function(e){return o({url:i+"/courseScheduleTeacherSalary/findTeacherSettlementCourseSalarys",method:"get",params:e})},c=function(e){return o({url:i+"/courseScheduleTeacherSalary/findTeacherRewards",method:"get",params:e})},l=function(e){return o({url:i+"/courseScheduleTeacherSalary/confirmTeacherMonthSalary",method:"post",data:a.a.stringify(e)})},u=function(e){return o({url:i+"/teacherSalaryComplaints/add",method:"post",data:a.a.stringify(e)})},f=function(e){return o({url:i+"/teacherSalaryComplaints/get",method:"get",params:e})},d=function(e){return o({url:i+"/teacherSalaryComplaints/findByMonth",method:"post",data:a.a.stringify(e)})},p=function(e){return o({url:i+"/teacherSalaryComplaints/repealComplaints",method:"post",data:a.a.stringify(e)})},h=function(e){return o({url:i+"/courseScheduleTeacherSalary/findTeacherYearSalarys",method:"get",params:e})},m=function(e){return o({url:i+"/teacherSalaryComplaints/queryPage",method:"get",params:e})},y=function(e){return o({url:i+"/courseReview/getOnlineCourse",method:"get",params:e})},g=function(e){return o({url:i+"/courseReview/addHomeWork",method:"post",data:e})}},"6e6e":function(e,t,r){"use strict";var n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"mheader"},[r("header",{staticClass:"m-nav-header",class:[e.isFixed?"fixed":""]},[r("div",{directives:[{name:"show",rawName:"v-show",value:e.isBack,expression:"isBack"}],staticClass:"m-nav-bar__left",on:{click:e.goBack}},[r("van-icon",{staticClass:"arrow-left",attrs:{name:"arrow-left"}})],1),r("div",{staticClass:"m-nav-bar__title"},[e._t("default",[e._v(e._s(e.name?e.name:this.$route.meta.descrition))])],2),r("div",{staticClass:"m-nav-bar__right"},[e._t("right")],2)])])},a=[],o={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 e=this.backUrl;"function"==typeof e.callBack?e.callBack():e.path?this.$router.push({path:e.path,query:e.params}):history.go(-1)}}},i=o,s=(r("d133"),r("2877")),c=Object(s["a"])(i,n,a,!1,null,"0e835508",null);t["a"]=c.exports},"981f":function(e,t,r){"use strict";r.r(t);var n=r("bc3a"),a=r.n(n),o=r("ff51"),i={},s=a.a.create(i);s.interceptors.request.use(function(e){if(Object(o["b"])().android||Object(o["b"])().iPhone){var t=decodeURI(localStorage.getItem("Authorization"));t&&(e.headers["Authorization"]=t)}else{var r=decodeURI(localStorage.getItem("userInfo"));r&&(e.headers["Authorization"]=r)}return e},function(e){return Promise.reject(e)}),s.interceptors.response.use(function(e){return 403==e.data.code&&(window.localStorage.removeItem("userInfo"),window.localStorage.removeItem("Authorization"),Object(o["b"])().android?DAYA.postMessage(JSON.stringify({api:"login"})):Object(o["b"])().iPhone&&window.webkit.messageHandlers.DAYA.postMessage(JSON.stringify({api:"login"}))),e},function(e){return Promise.reject(e)}),t["default"]=s},"9e6a":function(e,t,r){"use strict";var n=r("d2334"),a=Object.prototype.hasOwnProperty,o={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},i=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},s="utf8=%26%2310003%3B",c="utf8=%E2%9C%93",l=function(e,t){var r,l={},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=u.split(t.delimiter,f),p=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r<d.length;++r)0===d[r].indexOf("utf8=")&&(d[r]===c?h="utf-8":d[r]===s&&(h="iso-8859-1"),p=r,r=d.length);for(r=0;r<d.length;++r)if(r!==p){var m,y,g=d[r],b=g.indexOf("]="),v=-1===b?g.indexOf("="):b+1;-1===v?(m=t.decoder(g,o.decoder,h),y=t.strictNullHandling?null:""):(m=t.decoder(g.slice(0,v),o.decoder,h),y=t.decoder(g.slice(v+1),o.decoder,h)),y&&t.interpretNumericEntities&&"iso-8859-1"===h&&(y=i(y)),y&&t.comma&&y.indexOf(",")>-1&&(y=y.split(",")),a.call(l,m)?l[m]=n.combine(l[m],y):l[m]=y}return l},u=function(e,t,r){for(var n=t,a=e.length-1;a>=0;--a){var o,i=e[a];if("[]"===i&&r.parseArrays)o=[].concat(n);else{o=r.plainObjects?Object.create(null):{};var s="["===i.charAt(0)&&"]"===i.charAt(i.length-1)?i.slice(1,-1):i,c=parseInt(s,10);r.parseArrays||""!==s?!isNaN(c)&&i!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(o=[],o[c]=n):o[s]=n:o={0:n}}n=o}return n},f=function(e,t,r){if(e){var n=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/,i=/(\[[^[\]]*])/g,s=r.depth>0&&o.exec(n),c=s?n.slice(0,s.index):n,l=[];if(c){if(!r.plainObjects&&a.call(Object.prototype,c)&&!r.allowPrototypes)return;l.push(c)}var f=0;while(r.depth>0&&null!==(s=i.exec(n))&&f<r.depth){if(f+=1,!r.plainObjects&&a.call(Object.prototype,s[1].slice(1,-1))&&!r.allowPrototypes)return;l.push(s[1])}return s&&l.push("["+n.slice(s.index)+"]"),u(l,t,r)}},d=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new Error("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}};e.exports=function(e,t){var r=d(t);if(""===e||null===e||"undefined"===typeof e)return r.plainObjects?Object.create(null):{};for(var a="string"===typeof e?l(e,r):e,o=r.plainObjects?Object.create(null):{},i=Object.keys(a),s=0;s<i.length;++s){var c=i[s],u=f(c,a[c],r);o=n.merge(o,u,r)}return n.compact(o)}},b313:function(e,t,r){"use strict";var n=String.prototype.replace,a=/%20/g,o=r("d2334"),i={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=o.assign({default:i.RFC3986,formatters:{RFC1738:function(e){return n.call(e,a,"+")},RFC3986:function(e){return String(e)}}},i)},bb2c:function(e,t,r){},bbcf:function(e,t,r){"use strict";var n=r("3a6b"),a=r.n(n);a.a},c063:function(e,t,r){"use strict";var n=r("51c7"),a=r.n(n);a.a},d133:function(e,t,r){"use strict";var n=r("bb2c"),a=r.n(n);a.a},d2334:function(e,t,r){"use strict";var n=Object.prototype.hasOwnProperty,a=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e){while(e.length>1){var t=e.pop(),r=t.obj[t.prop];if(a(r)){for(var n=[],o=0;o<r.length;++o)"undefined"!==typeof r[o]&&n.push(r[o]);t.obj[t.prop]=n}}},s=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)"undefined"!==typeof e[n]&&(r[n]=e[n]);return r},c=function e(t,r,o){if(!r)return t;if("object"!==typeof r){if(a(t))t.push(r);else{if(!t||"object"!==typeof t)return[t,r];(o&&(o.plainObjects||o.allowPrototypes)||!n.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!==typeof t)return[t].concat(r);var i=t;return a(t)&&!a(r)&&(i=s(t,o)),a(t)&&a(r)?(r.forEach(function(r,a){if(n.call(t,a)){var i=t[a];i&&"object"===typeof i&&r&&"object"===typeof r?t[a]=e(i,r,o):t.push(r)}else t[a]=r}),t):Object.keys(r).reduce(function(t,a){var i=r[a];return n.call(t,a)?t[a]=e(t[a],i,o):t[a]=i,t},i)},l=function(e,t){return Object.keys(t).reduce(function(e,r){return e[r]=t[r],e},e)},u=function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(a){return n}},f=function(e,t,r){if(0===e.length)return e;var n=e;if("symbol"===typeof e?n=Symbol.prototype.toString.call(e):"string"!==typeof e&&(n=String(e)),"iso-8859-1"===r)return escape(n).replace(/%u[0-9a-f]{4}/gi,function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"});for(var a="",i=0;i<n.length;++i){var s=n.charCodeAt(i);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?a+=n.charAt(i):s<128?a+=o[s]:s<2048?a+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?a+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(i+=1,s=65536+((1023&s)<<10|1023&n.charCodeAt(i)),a+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return a},d=function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var a=t[n],o=a.obj[a.prop],s=Object.keys(o),c=0;c<s.length;++c){var l=s[c],u=o[l];"object"===typeof u&&null!==u&&-1===r.indexOf(u)&&(t.push({obj:o,prop:l}),r.push(u))}return i(t),e},p=function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},h=function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},m=function(e,t){return[].concat(e,t)};e.exports={arrayToObject:s,assign:l,combine:m,compact:d,decode:u,encode:f,isBuffer:h,isRegExp:p,merge:c}},d678:function(e,t,r){"use strict";var n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"mempty",class:e.full?"full":null},[r("div",{class:[e.icon?e.icon:"icon_nodata","icon"]}),r("div",{staticClass:"msg"},[e._v(e._s(e.msg?e.msg:"暂无内容"))])])},a=[],o={name:"mempty",props:{icon:String,msg:String,full:Boolean}},i=o,s=(r("c063"),r("2877")),c=Object(s["a"])(i,n,a,!1,null,"45d1a48f",null);t["a"]=c.exports}}]);