You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
12 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5aef26d1"],{"09f4":function(t,e,a){"use strict";a.d(e,"a",(function(){return i})),Math.easeInOutQuad=function(t,e,a,r){return t/=r/2,t<1?a/2*t*t+e:(t--,-a/2*(t*(t-2)-1)+e)};var r=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}();function n(t){document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function o(){return document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function i(t,e,a){var i=o(),s=t-i,c=20,u=0;e="undefined"===typeof e?500:e;var l=function t(){u+=c;var o=Math.easeInOutQuad(u,i,s,e);n(o),u<e?r(t):a&&"function"===typeof a&&a()};l()}},"27ae":function(t,e,a){(function(a){var r,n;(function(e,a){t.exports=a(e)})("undefined"!==typeof self?self:"undefined"!==typeof window?window:"undefined"!==typeof a?a:this,(function(a){"use strict";a=a||{};var o,i=a.Base64,s="2.6.4",c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u=function(t){for(var e={},a=0,r=t.length;a<r;a++)e[t.charAt(a)]=a;return e}(c),l=String.fromCharCode,d=function(t){if(t.length<2){var e=t.charCodeAt(0);return e<128?t:e<2048?l(192|e>>>6)+l(128|63&e):l(224|e>>>12&15)+l(128|e>>>6&63)+l(128|63&e)}e=65536+1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320);return l(240|e>>>18&7)+l(128|e>>>12&63)+l(128|e>>>6&63)+l(128|63&e)},f=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,m=function(t){return t.replace(f,d)},p=function(t){var e=[0,2,1][t.length%3],a=t.charCodeAt(0)<<16|(t.length>1?t.charCodeAt(1):0)<<8|(t.length>2?t.charCodeAt(2):0),r=[c.charAt(a>>>18),c.charAt(a>>>12&63),e>=2?"=":c.charAt(a>>>6&63),e>=1?"=":c.charAt(63&a)];return r.join("")},h=a.btoa&&"function"==typeof a.btoa?function(t){return a.btoa(t)}:function(t){if(t.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return t.replace(/[\s\S]{1,3}/g,p)},g=function(t){return h(m(String(t)))},b=function(t){return t.replace(/[+\/]/g,(function(t){return"+"==t?"-":"_"})).replace(/=/g,"")},v=function(t,e){return e?b(g(t)):g(t)},y=function(t){return v(t,!0)};a.Uint8Array&&(o=function(t,e){for(var a="",r=0,n=t.length;r<n;r+=3){var o=t[r],i=t[r+1],s=t[r+2],u=o<<16|i<<8|s;a+=c.charAt(u>>>18)+c.charAt(u>>>12&63)+("undefined"!=typeof i?c.charAt(u>>>6&63):"=")+("undefined"!=typeof s?c.charAt(63&u):"=")}return e?b(a):a});var w,A=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,D=function(t){switch(t.length){case 4:var e=(7&t.charCodeAt(0))<<18|(63&t.charCodeAt(1))<<12|(63&t.charCodeAt(2))<<6|63&t.charCodeAt(3),a=e-65536;return l(55296+(a>>>10))+l(56320+(1023&a));case 3:return l((15&t.charCodeAt(0))<<12|(63&t.charCodeAt(1))<<6|63&t.charCodeAt(2));default:return l((31&t.charCodeAt(0))<<6|63&t.charCodeAt(1))}},C=function(t){return t.replace(A,D)},O=function(t){var e=t.length,a=e%4,r=(e>0?u[t.charAt(0)]<<18:0)|(e>1?u[t.charAt(1)]<<12:0)|(e>2?u[t.charAt(2)]<<6:0)|(e>3?u[t.charAt(3)]:0),n=[l(r>>>16),l(r>>>8&255),l(255&r)];return n.length-=[0,0,2,1][a],n.join("")},T=a.atob&&"function"==typeof a.atob?function(t){return a.atob(t)}:function(t){return t.replace(/\S{1,4}/g,O)},P=function(t){return T(String(t).replace(/[^A-Za-z0-9\+\/]/g,""))},x=function(t){return C(T(t))},S=function(t){return String(t).replace(/[-_]/g,(function(t){return"-"==t?"+":"/"})).replace(/[^A-Za-z0-9\+\/]/g,"")},j=function(t){return x(S(t))};a.Uint8Array&&(w=function(t){return Uint8Array.from(P(S(t)),(function(t){return t.charCodeAt(0)}))});var B=function(){var t=a.Base64;return a.Base64=i,t};if(a.Base64={VERSION:s,atob:P,btoa:h,fromBase64:j,toBase64:v,utob:m,encode:v,encodeURI:y,btou:C,decode:j,noConflict:B,fromUint8Array:o,toUint8Array:w},"function"===typeof Object.defineProperty){var F=function(t){return{value:t,enumerable:!1,writable:!0,configurable:!0}};a.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",F((function(){return j(this)}))),Object.defineProperty(String.prototype,"toBase64",F((function(t){return v(this,t)}))),Object.defineProperty(String.prototype,"toBase64URI",F((function(){return v(this,!0)})))}}return a["Meteor"]&&(Base64=a.Base64),t.exports?t.exports.Base64=a.Base64:(r=[],n=function(){return a.Base64}.apply(e,r),void 0===n||(t.exports=n)),{Base64:a.Base64}}))}).call(this,a("c8ba"))},"38cd":function(t,e,a){"use strict";a.r(e);var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"cash_deposit_page"},[a("div",{staticClass:"top_content"},[t._v(" 保证金总额"),a("i",{staticClass:"el-icon-warning-outline icon"}),a("span",[t._v(t._s(t.total))])]),a("div",{staticClass:"product-content"},[a("p",{staticClass:"title"},[t._v("交易记录")]),a("div",{staticClass:"toolbar"},[a("el-form",{attrs:{inline:!0,model:t.formParams}},[a("el-form-item",{attrs:{label:"店铺名称"}},[a("el-input",{attrs:{size:"mini"},model:{value:t.formParams.model.storeName,callback:function(e){t.$set(t.formParams.model,"storeName",e)},expression:"formParams.model.storeName"}})],1),a("el-form-item",{attrs:{label:"保证金状态"}},[a("el-select",{attrs:{size:"mini"},model:{value:t.formParams.model.state,callback:function(e){t.$set(t.formParams.model,"state",e)},expression:"formParams.model.state"}},t._l(t.stateList,(function(t,e){return a("el-option",{key:e,attrs:{label:t.label,value:t.value}})})),1)],1),a("el-form-item",{attrs:{label:"缴纳时间"}},[a("el-date-picker",{attrs:{size:"mini",type:"datetimerange","range-separator":"至","start-placeholder":"开始时间","end-placeholder":"结束时间","value-format":"yyyy-MM-dd HH:mm"},model:{value:t.date,callback:function(e){t.date=e},expression:"date"}})],1),a("el-form-item",[a("el-button",{attrs:{type:"primary",size:"mini"},on:{click:t.fetch}},[t._v(" 查询 ")]),a("el-button",{attrs:{plain:"",size:"mini"},on:{click:t.reset}},[t._v(" 重置 ")])],1)],1)],1),a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData.records,border:""}},[a("el-table-column",{attrs:{prop:"storeName",label:"店铺名称"}}),a("el-table-column",{attrs:{prop:"depositType",label:"保证金类型",formatter:t.getType}}),a("el-table-column",{attrs:{prop:"promotionName",label:"活动名称"}}),a("el-table-column",{attrs:{prop:"transactionId",label:"交易流水号"}}),a("el-table-column",{attrs:{prop:"amount",label:"保证金金额",formatter:t.getPrice}}),a("el-table-column",{attrs:{prop:"state",label:"保证金状态",formatter:t.getState}}),a("el-table-column",{attrs:{prop:"createTime",label:"缴纳/退保时间"}})],1)],1),a("pagination",{directives:[{name:"show",rawName:"v-show",value:t.tableData.total>0,expression:"tableData.total > 0"}],attrs:{limit:t.formParams.size,page:t.formParams.current,total:Number(t.tableData.total)},on:{"update:limit":function(e){return t.$set(t.formParams,"size",e)},"update:page":function(e){return t.$set(t.formParams,"current",e)},pagination:t.fetch}})],1)},n=[],o=(a("96cf"),a("1da1")),i=a("d099"),s=a("333d"),c={components:{Pagination:s["a"]},data:function(){return{formParams:{size:10,current:1,model:{depositType:1,promotionId:"",state:"",orderCode:"",amount:"",storeName:"",startTime:"",endTime:""}},date:[],stateList:[{label:"全部",value:""},{label:"冻结中",value:0},{label:"已退回",value:1}],total:"",tableData:{}}},created:function(){this.getDepositList(),this.getDepositSum()},methods:{getDepositList:function(){var t=this;return Object(o["a"])(regeneratorRuntime.mark((function e(){var a,r,n;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return a=t,a.formParams.model.startTime=a.date[0]||"",a.formParams.model.endTime=a.date[1]||"",e.next=5,i["a"].getDepositList(a.formParams);case 5:r=e.sent,n=r.data,0===n.code&&(a.tableData=n.data);case 8:case"end":return e.stop()}}),e)})))()},getDepositSum:function(){var t=this;return Object(o["a"])(regeneratorRuntime.mark((function e(){var a,r,n;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return a=t,e.next=3,i["a"].getDepositSum();case 3:r=e.sent,n=r.data,0===n.code&&(a.total=n.data.total/100);case 6:case"end":return e.stop()}}),e)})))()},getPrice:function(t,e,a){return a/100},reset:function(){this.formParams={size:10,current:1,model:{depositType:1,promotionId:"",state:"",orderCode:"",amount:"",storeName:"",startTime:"",endTime:""}},this.date=[]},fetch:function(){this.getDepositList()},getType:function(t,e,a){return 1===a?"营销活动保证金":""},getState:function(t,e,a){var r={0:"冻结中",1:"已退回"};return r[a]}}},u=c,l=(a("d1cf"),a("2877")),d=Object(l["a"])(u,r,n,!1,null,"7528ea56",null);e["default"]=d.exports},"4fad":function(t,e,a){var r=a("23e7"),n=a("6f53").entries;r({target:"Object",stat:!0},{entries:function(t){return n(t)}})},"6f53":function(t,e,a){var r=a("83ab"),n=a("df75"),o=a("fc6a"),i=a("d1e7").f,s=function(t){return function(e){var a,s=o(e),c=n(s),u=c.length,l=0,d=[];while(u>l)a=c[l++],r&&!i.call(s,a)||d.push(t?[a,s[a]]:s[a]);return d}};t.exports={entries:s(!0),values:s(!1)}},9256:function(t,e,a){"use strict";a("99af"),a("4160"),a("caad"),a("4fad"),a("d3b7"),a("159b");var r=a("5530"),n=a("bc3a"),o=a.n(n),i=a("5c96"),s=a("5657");a("27ae");function c(t,e){"ECONNABORTED"===t.code?Object(i["Message"])({message:"请求超时"}):t.response&&t.response.data?Object(i["Message"])({message:t.response.data}):t.message&&Object(i["Message"])({message:t.message}),e(t)}function u(t,e){t.data.isError&&(4e4===t.data.code||40001===t.data.code||40002===t.data.code||40003===t.data.code||40005===t.data.code||40006===t.data.code||40008===t.data.code?i["MessageBox"].alert(t.data.msg,"提醒",{confirmButtonText:"确定",callback:function(){window.location.hash="/login"}}):i["Message"].error(t.data.msg)),e(t)}o.a.interceptors.request.use((function(t){var e=!1!==t.headers["X-isToken"]||t.headers["X-isToken"],a=s["a"].get("TOKEN","");a&&e&&(t.headers.token="Bearer "+a);var r="ceres_admin_web",n="ceres_admin_web";return t.headers["Authorization"]="Basic ".concat("".concat(r,":").concat(n)),t}),(function(t){return Promise.reject(t)})),o.a.interceptors.response.use((function(t){return t}),(function(t){return Promise.reject(t)}));var l=function(t){console.log(t,"opts");var e={ts:Date.now()},a=t.method.toUpperCase(),n={method:a,url:"".concat("https://pos.admin.api.lotus-wallet.com").concat(t.url),responseType:t.responseType||"",timeout:2e4},i=["PUT","POST","PATCH"];i.includes(a)?n.data=t.data||{}:n.params=Object(r["a"])(Object(r["a"])({},e),t.data||{}),t.formData&&(n.transformRequest=[function(t){var e=new FormData;return t&&Object.entries(t).forEach((function(t){e.append(t[0],t[1])})),e}]);var s=new Promise((function(t,e){o()(n).then((function(e){u(e,t)})).catch((function(t){c(t,e)}))}));return s};e["a"]=l},c509:function(t,e,a){},d099:function(t,e,a){"use strict";var r=a("9256"),n={getCashList:"/cashOutDetail/page/audit",getDetail:"/cashOutDetail/audit/",audiCash:"/cashOutDetail/audit",getDepositList:"/depositJournal/page",getDepositSum:"/depositJournal/summary",getDayList:"/journalDetail/platform-finance-page",getSummary:"/journalDetail/platform-finance-summary"};e["a"]={getCashList:function(t){return Object(r["a"])({method:"POST",url:n.getCashList,data:t})},getDetail:function(t){return Object(r["a"])({method:"GET",url:n.getDetail+t})},audiCash:function(t){return Object(r["a"])({method:"POST",url:n.audiCash,data:t})},getDepositList:function(t){return Object(r["a"])({method:"POST",url:n.getDepositList,data:t})},getDepositSum:function(){return Object(r["a"])({method:"POST",url:n.getDepositSum})},getDayList:function(t){return Object(r["a"])({method:"POST",url:n.getDayList,data:t})},getSummary:function(){return Object(r["a"])({method:"POST",url:n.getSummary})}}},d1cf:function(t,e,a){"use strict";var r=a("c509"),n=a.n(r);n.a}}]);