1 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-99fffd92"],{"0b65":function(e,t,a){"use strict";t.a={shortcuts:[{text:"今天",value:function(){var e=new Date,t=new Date;return t.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate())),[t,e]}},{text:"昨天",value:function(){var e=new Date,t=new Date;return t.setTime(t.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate()-1))),e.setTime(e.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate()-1))),[t,e]}},{text:"最近7天",value:function(){var e=new Date,t=new Date;return t.setTime(t.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate()-6))),[t,e]}},{text:"最近30天",value:function(){var e=new Date,t=new Date;return t.setTime(t.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate()-29))),[t,e]}},{text:"上月",value:function(){var e=new Date,t=new Date,a=new Date(t.getFullYear(),t.getMonth(),0).getDate();return t.setTime(t.setTime(new Date((new Date).getFullYear(),(new Date).getMonth()-1,1))),e.setTime(e.setTime(new Date((new Date).getFullYear(),(new Date).getMonth()-1,a))),[t,e]}},{text:"本月",value:function(){var e=new Date,t=new Date;return t.setTime(t.setTime(new Date((new Date).getFullYear(),(new Date).getMonth(),1))),[t,e]}},{text:"本年",value:function(){var e=new Date,t=new Date;return t.setTime(t.setTime(new Date((new Date).getFullYear(),0,1))),[t,e]}}]}},"4ad4":function(e,t,a){},effd:function(e,t,a){"use strict";a.r(t);var n=a("2f62"),i=a("f8b7"),r=a("0b65");function o(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function s(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var l={data:function(){return{grid:{xl:7,lg:7,md:12,sm:24,xs:24},thead:[{title:"订单号",key:"order_id"},{title:"用户信息",key:"nickname"},{title:"实际支付",key:"pay_price"},{title:"优惠价格",key:"true_price"},{title:"支付时间",key:"pay_time"}],tbody:[],loading:!1,total:0,animal:1,pagination:{page:1,limit:30,order_id:"",add_time:""},options:r.a,timeVal:[],modal:!1,qrcode:null,name:"",spin:!1}},computed:function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?o(a,!0).forEach((function(t){s(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):o(a).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({},Object(n.e)("admin/layout",["isMobile"]),{labelWidth:function(){return this.isMobile?void 0:96},labelPosition:function(){return this.isMobile?"top":"right"}}),created:function(){this.getOrderList()},methods:{onchangeCode:function(e){this.animal=e,this.qrcodeShow()},onchangeTime:function(e){this.pagination.page=1,this.timeVal=e,this.pagination.add_time=this.timeVal[0]?this.timeVal.join("-"):""},getOrderList:function(){var e=this;this.loading=!0,Object(i.E)(this.pagination).then((function(t){e.loading=!1;var a=t.data,n=a.count,i=a.list;e.total=n,e.tbody=i})).catch((function(t){e.loading=!1,e.$Message.error(t.msg)}))},pageChange:function(e){this.pagination.page=e,this.getOrderList()},search:function(){this.pagination.page=1,this.getOrderList()},qrcodeShow:function(){var e=this;this.spin=!0,Object(i.C)({type:this.animal}).then((function(t){e.spin=!1,e.qrcode=t.data,e.modal=!0})).catch((function(t){e.spin=!1,e.$Message.error(t.msg)}))}}},c=(a("f341"),a("2877")),d=Object(c.a)(l,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("Card",{staticClass:"ivu-mt",attrs:{bordered:!1,"dis-hover":"",padding:0}},[a("div",{staticClass:"new_card_pd"},[a("Form",{ref:"pagination",attrs:{model:e.pagination,"label-width":e.labelWidth,inline:"","label-position":e.labelPosition},nativeOn:{submit:function(e){e.preventDefault()}}},[a("FormItem",{attrs:{label:"订单号:","label-for":"title"}},[a("Input",{staticClass:"input-add",attrs:{placeholder:"请输入订单号"},model:{value:e.pagination.order_id,callback:function(t){e.$set(e.pagination,"order_id",t)},expression:"pagination.order_id"}})],1),a("FormItem",{attrs:{label:"用户名:","label-for":"title"}},[a("Input",{staticClass:"input-add",attrs:{placeholder:"请输入用户名"},model:{value:e.pagination.name,callback:function(t){e.$set(e.pagination,"name",t)},expression:"pagination.name"}})],1),a("FormItem",{attrs:{label:"创建时间:"}},[a("DatePicker",{staticClass:"mr20",staticStyle:{width:"250px","margin-right":"14px"},attrs:{value:e.timeVal,format:"yyyy/MM/dd",type:"datetimerange",placement:"bottom-start",placeholder:"自定义时间",options:e.options},on:{"on-change":e.onchangeTime}}),a("Button",{attrs:{type:"primary"},on:{click:function(t){return e.search()}}},[e._v("查询")])],1)],1)],1)]),a("Card",{staticClass:"ivu-mt",attrs:{bordered:!1,"dis-hover":""}},[a("Button",{attrs:{type:"primary"},on:{click:e.qrcodeShow}},[e._v("查看二维码")]),a("Table",{ref:"table",staticClass:"ivu-mt",attrs:{columns:e.thead,data:e.tbody,loading:e.loading,"highlight-row":"","no-userFrom-text":"暂无数据","no-filtered-userFrom-text":"暂无筛选结果"}}),a("div",{staticClass:"acea-row row-right page"},[a("Page",{attrs:{total:e.total,current:e.pagination.page,"show-elevator":"","show-total":"","page-size":e.pagination.limit},on:{"on-change":e.pageChange}})],1)],1),a("Modal",{attrs:{title:"收款码","footer-hide":"","class-name":"vertical-center-modal"},model:{value:e.modal,callback:function(t){e.modal=t},expression:"modal"}},[a("div",[a("div",{directives:[{name:"viewer",rawName:"v-viewer"}],staticClass:"acea-row row-around code"},[e.spin?a("Spin",{attrs:{fix:""}}):e._e(),a("div",{staticClass:"acea-row row-column-around row-between-wrapper"},[a("div",{staticClass:"QRpic"},[a("img",{directives:[{name:"lazy",rawName:"v-lazy",value:e.qrcode&&e.qrcode.wechat,expression:"qrcode && qrcode.wechat"}]})]),a("span",{staticClass:"mt10"},[e._v(e._s(e.animal?"公众号收款码":"公众号二维码"))])]),a("div",{staticClass:"acea-row row-column-around row-between-wrapper"},[a("div",{staticClass:"QRpic"},[a("img",{directives:[{name:"lazy",rawName:"v-lazy",value:e.qrcode&&e.qrcode.routine,expression:"qrcode && qrcode.routine"}]})]),a("span",{staticClass:"mt10"},[e._v(e._s(e.animal?"小程序收款码":"小程序二维码"))])])],1)])])],1)}),[],!1,null,"309a8c2e",null);t.default=d.exports},f341:function(e,t,a){"use strict";var n=a("4ad4");a.n(n).a}}]);
|