| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-30564928"],{"928d":function(e,t,i){"use strict";i.r(t);var s=function(){var e=this,t=e._self._c;return t("div",{staticClass:"shop-list"},[t("x-crud",{on:{load:e.onLoad},scopedSlots:e._u([{key:"slot-date-select",fn:function(){return[t("el-date-picker",{attrs:{type:"date",placeholder:"选择日期","value-format":"yyyy-MM-dd"},on:{change:e.getSearchDate},model:{value:e.endTime,callback:function(t){e.endTime=t},expression:"endTime"}})]},proxy:!0},{key:"slot-total-amount",fn:function(){return[t("span",{staticStyle:{"font-size":"15px","font-weight":"bold"}},[e._v("累计金额:"+e._s(e.totalAmount))])]},proxy:!0},{key:"slot-export-due",fn:function(){return[t("el-button",{staticStyle:{"margin-left":"60px"},attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.exportDue()}}},[e._v("导出数据")])]},proxy:!0},{key:"slot-column-option",fn:function({scope:i}){return[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(t){return e.goChange(i.row)}}},[e._v("查看明细")])]}}])})],1)},n=[],o=(i("f16c"),i("5880")),r={data(){return{crud:null,currentDateList:"",startTime:"",endTime:"",searchTime:"",totalAmount:0,debt:"-1"}},computed:{...Object(o["mapGetters"])(["shopInfo"])},methods:{goChange(e){let t={};t.customId=e.id,t.endTime=this.endTime,this.$router.push({path:"/custom/pastAccountChange",query:t})},exportDue(){this.$service.order.getPastList({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,export:1}).then(e=>{e.file&&(window.location.href=e.file)})},onLoad({ctx:e,app:t}){this.app=t,e.service({page:()=>this.$service.order.getPastList({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime}).then(e=>(this.totalAmount=e.totalAmount?e.totalAmount:0,{list:e.list}))}).set("table",{columns:[{label:"ID",prop:"id",align:"center"},{label:"名称",prop:"name",align:"center"},{label:"手机号",prop:"mobile",align:"center"},{label:"欠款金额",prop:"currentDebAmount",align:"center"}],op:{visible:!0,props:{width:250,align:"center",fixed:"right",label:"操作"},layout:["slot-column-option"]}}).set("layout",[["slot-date-select","flex1","slot-export-due","refresh-btn"],["data-table"],["slot-total-amount","flex1"]]).done(),t.refresh()},getSearchDate(){this.searchTime="custom",this.startTime=this.endTime,this.app.refresh({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,debt:this.debt})},changeDebt(e){this.debt=e,this.app.refresh({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,debt:this.debt})}}},a=r,l=(i("ff37"),i("1805")),c=Object(l["a"])(a,s,n,!1,null,"6e6ae0de",null);t["default"]=c.exports},fb6b:function(e,t,i){},ff37:function(e,t,i){"use strict";i("fb6b")}}]);
|