cus-WalletHistory.9e4025f3.js 6.5 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["cus-WalletHistory"],{"0bc5":function(e,t,a){},"104e":function(e,t,a){},"14d2":function(e,t,a){"use strict";var n=a("104e"),r=a.n(n);r.a},"389e":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"custom_WalletHistory"}},[a("div",{staticClass:"crm-title-box"},[a("div",{staticClass:"tit"},[a("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item57",expression:"'wallet.item57'"}]})]),a("div",{staticClass:"btn crm-cursor",on:{click:e.backActivity}},[a("i",{staticClass:"el-icon-back"}),a("span",{directives:[{name:"t",rawName:"v-t",value:"Custom.Settings.Title",expression:"'Custom.Settings.Title'"}]})])]),a("div",{staticClass:"main-content"},[a("div",{staticClass:"search crm_search"},[a("div",{staticClass:"search-btn"},[a("el-form",{ref:"form",attrs:{"label-position":"top",model:e.search,"label-width":"80px"}},[a("el-form-item",[a("el-date-picker",{staticClass:"crm_date_pick crm-border-radius-no",attrs:{type:"daterange",align:"right","unlink-panels":"","value-format":"yyyy-MM-dd","range-separator":"-",size:"small","start-placeholder":e.$t("placeholder.Start"),"end-placeholder":e.$t("placeholder.End")},model:{value:e.search.date,callback:function(t){e.$set(e.search,"date",t)},expression:"search.date"}}),a("el-button",{staticClass:"crm-border-left-no crm-border-radius-no",attrs:{size:"small",icon:"el-icon-search"},on:{click:e.handleSearch}})],1)],1)],1)]),a("div",{staticClass:"tab"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.pictLoading,expression:"pictLoading"}],staticClass:"crm_tab",staticStyle:{width:"100%"},attrs:{data:e.tableData,stripe:"","element-loading-background":"rgba(43, 48, 67, 0.05)","element-loading-spinner":"el-icon-loading"}},[a("el-table-column",{attrs:{align:"center",width:e.lang?"100":"",label:e.$t("wallet.item58")},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.serial||"--"))]}}])}),a("el-table-column",{attrs:{align:"center",label:e.$t("wallet.item59")},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(t.row.addTime||"--"))]}}])}),a("el-table-column",{attrs:{align:"center",label:e.$t("wallet.item60")},scopedSlots:e._u([{key:"default",fn:function(t){return["RAFFLE"==t.row.source?a("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item49_5",expression:"'wallet.item49_5'"}]}):e._e(),"TRANSFER"==t.row.source?a("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item49_4",expression:"'wallet.item49_4'"}]}):e._e(),"MANAGER"==t.row.source?a("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item49_1",expression:"'wallet.item49_1'"}]}):e._e()]}}])}),a("el-table-column",{attrs:{align:"center",label:e.$t("wallet.item61")},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(t.row.amount||"0"))])]}}])})],1)],1),e.pagerInfo.rowTotal?a("div",{staticClass:"crm_pagination"},[a("el-pagination",{staticClass:"page",attrs:{background:"",layout:"prev, pager, next","page-size":e.pagerInfo.row,total:e.pagerInfo.rowTotal},on:{"current-change":e.handleCurrentChange}})],1):e._e()])])},r=[],s=(a("ac1f"),a("841c"),a("5530")),i=(a("96cf"),a("1da1")),c=a("6df7"),o=a("f121"),l=a.n(o),u=l.a.Code,d={name:"PaymentHistory",data:function(){return{flag:!1,reasons:{},pictLoading:!1,tableData:[],search:{date:[],startDate:"",endDate:""},time:"",pagerInfo:{row:10,current:1,pageTotal:0,rowTotal:0}}},computed:{expireTime:function(){return JSON.parse(this.Session.Get("user",!0))},lang:function(){return"en"==this.Session.Get("lang")&&document.body.clientWidth<1330}},methods:{backActivity:function(){this.$router.push({path:"/customer/index"}).catch((function(e){return e}))},handleSearch:function(){this.pagerInfo.current=1,this.searchFunc()},searchFunc:function(){var e=this;return Object(i["a"])(regeneratorRuntime.mark((function t(){var a;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(!e.flag){t.next=4;break}return t.abrupt("return");case 4:e.flag=!0;case 5:return e.pictLoading=!0,null==e.search.date||0==e.search.date.length?(e.search.startDate="",e.search.endDate=""):(e.search.startDate=e.search.date[0],e.search.endDate=e.search.date[1]),t.next=9,c["a"].walletHistoryList(Object(s["a"])(Object(s["a"])({},e.search),{},{page:{current:e.pagerInfo.current,row:e.pagerInfo.row}}));case 9:a=t.sent,a.code==u.StatusOK?(e.tableData=a.data,a.page?(e.pagerInfo.rowTotal=a.page.rowTotal,e.pagerInfo.pageTotal=a.page.pageTotal):(e.pagerInfo.rowTotal=0,e.pagerInfo.pageTotal=0),e.$pigeon.MessageOK(e.$i18n.t("Msg.SearchSuccess")),e.pictLoading=!1,e.flag=!1):(e.$pigeon.MessageError(a.msg),e.pictLoading=!1,e.flag=!1);case 11:case"end":return t.stop()}}),t)})))()},searchReasons:function(){var e=this;return Object(i["a"])(regeneratorRuntime.mark((function t(){var a;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,c["a"].reasonsRefusalList({type:null});case 2:a=t.sent,a.code==u.StatusOK?null==a.data?e.reasons={}:e.reasons=a.data:e.$pigeon.MessageError(a.msg);case 4:case"end":return t.stop()}}),t)})))()},cancle:function(){var e=Object(i["a"])(regeneratorRuntime.mark((function e(t){var a;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:a=this,this.$pigeon.MessageConfirm(this.$i18n.t("Msg.Cancle"),this.$i18n.t("Msg.SystemPrompt"),this.$i18n.t("Btn.item6"),this.$i18n.t("Btn.item7"),Object(i["a"])(regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,c["a"].withdrawCancel({id:t});case 2:n=e.sent,n.code==u.StatusOK?(a.$pigeon.MessageOK(a.$i18n.t("Msg.Success")),a.searchFunc()):a.$pigeon.MessageError(n.msg);case 4:case"end":return e.stop()}}),e)}))),(function(){}));case 2:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}(),handleSizeChange:function(e){this.pagerInfo.row=e,this.searchFunc()},handleCurrentChange:function(e){this.pagerInfo.current=e,this.searchFunc()},getDate:function(){var e,t=2,a=(new Date).getTimezoneOffset(),n=(new Date).getTime(),r=new Date(n+60*a*1e3+60*t*60*1e3),s=r.getHours(),i=r.getMinutes(),c=r.getSeconds(),o=r.getFullYear(),l=r.getMonth()+1,u=r.getDate();l<10&&(l="0"+l),u<10&&(u="0"+u),s<10&&(s="0"+s),i<10&&(i="0"+i),c<10&&(c="0"+c),e=o+"-"+l+"-"+u+" "+s+":"+i+":"+c,this.time=e}},mounted:function(){this.searchFunc()}},g=d,p=(a("14d2"),a("d18c"),a("2877")),m=Object(p["a"])(g,n,r,!1,null,"299bc5ce",null);t["default"]=m.exports},d18c:function(e,t,a){"use strict";var n=a("0bc5"),r=a.n(n);r.a}}]);