chunk-78680b8e.65844e59.js 4.9 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-78680b8e"],{"5d1d":function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t._self._c;return e("div",{staticClass:"shop-list"},[e("x-crud",{on:{load:t.onLoad},scopedSlots:t._u([{key:"slot-date-select",fn:function(){return[e("el-date-picker",{attrs:{type:"daterange",align:"right","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","value-format":"yyyy-MM-dd","end-placeholder":"结束日期","picker-options":t.pickerOptions,size:"mini"},on:{change:t.getSearchDate},model:{value:t.currentDateList,callback:function(e){t.currentDateList=e},expression:"currentDateList"}})]},proxy:!0},{key:"slot-order-debt",fn:function({scope:i}){return[e("el-radio-group",{staticStyle:{"margin-right":"20px","padding-top":"6px","margin-left":"20px"},on:{change:t.changeDebt},model:{value:t.debt,callback:function(e){t.debt=e},expression:"debt"}},[e("el-radio",{attrs:{label:"-1"}},[t._v("全部")]),e("el-radio",{attrs:{label:"1"}},[t._v("待结款")]),e("el-radio",{attrs:{label:"0"}},[t._v("已结款")])],1)]}},{key:"slot-total-amount",fn:function(){return[e("div",{staticClass:"yj-total-wrap"},[e("div",{staticClass:"yj-total-nums"},[e("span",{staticStyle:{"font-size":"15px","font-weight":"bold"}},[t._v("未扣隔天:¥"+t._s(t.formatNum(t.totalOriginAmount)))]),Number(t.nextDayDeduct)>0?e("span",{staticStyle:{"font-size":"15px","font-weight":"bold","margin-left":"15px",color:"#e67e22"}},[t._v("隔天售后:¥"+t._s(t.formatNum(t.nextDayDeduct)))]):t._e(),e("span",{style:t.numStyle(t.totalAmount,!0)},[t._v("已扣隔天:¥"+t._s(t.formatNum(t.totalAmount)))])]),e("div",{staticClass:"yj-total-tip"},[e("div",[t._v("未扣隔天=开单实付合计;隔天售后=通过日扣减额;已扣隔天=未扣隔天−隔天售后(可为负;订单数不减)。")])])])]},proxy:!0},{key:"slot-export-due",fn:function(){return[e("el-button",{staticStyle:{"margin-left":"60px"},attrs:{type:"primary",size:"mini"},on:{click:function(e){return t.exportDue()}}},[t._v("导出数据")])]},proxy:!0},{key:"table-column-amount",fn:function({scope:i}){return[e("div",{style:t.negOnly(i.row.amount)},[t._v(t._s(t.formatNum(i.row.amount)))])]}},{key:"table-column-nextDayAmount",fn:function({scope:i}){return[e("div",{style:Number(i.row.nextDayAmount)>0?"color:#e67e22;font-weight:bold;":""},[t._v(t._s(t.formatNum(i.row.nextDayAmount)))])]}}])})],1)},a=[],o=i("5880"),r={data(){return{crud:null,pickerOptions:{shortcuts:[{text:"最近一周",onClick(t){const e=new Date,i=new Date;i.setTime(i.getTime()-6048e5),t.$emit("pick",[i,e])}},{text:"最近一个月",onClick(t){const e=new Date,i=new Date;i.setTime(i.getTime()-2592e6),t.$emit("pick",[i,e])}},{text:"最近三个月",onClick(t){const e=new Date,i=new Date;i.setTime(i.getTime()-7776e6),t.$emit("pick",[i,e])}}]},currentDateList:"",startTime:"",endTime:"",searchTime:"",totalOriginAmount:0,totalAmount:0,nextDayDeduct:0,debt:"-1"}},computed:{...Object(o["mapGetters"])(["shopInfo"])},methods:{formatNum(t){const e=parseFloat(t);return isNaN(e)?0:e},numStyle(t,e){const i=Number(t),n="font-size:15px;font-weight:bold;"+(e?"margin-left:15px;":"");return!isNaN(i)&&i<0?n+"color:#e74c3c;":n},negOnly(t){const e=Number(t);return!isNaN(e)&&e<0?"color:#e74c3c;font-weight:bold;":""},exportDue(){this.$service.order.getAccountList({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,debt:this.debt,export:1}).then(t=>{t.file&&(window.location.href=t.file)})},onLoad({ctx:t,app:e}){this.app=e,t.service({page:()=>this.$service.order.getAccountList({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,debt:this.debt}).then(t=>(this.totalOriginAmount=this.formatNum(t.totalOriginAmount),this.totalAmount=this.formatNum(t.totalAmount),this.nextDayDeduct=this.formatNum(t.nextDayDeduct),{list:t.list||[]}))}).set("table",{columns:[{label:"ID",prop:"id",align:"center"},{label:"名称",prop:"name",align:"center"},{label:"订单数",prop:"num",align:"center"},{label:"未扣隔天金额",prop:"originAmount",align:"center"},{label:"隔天售后金额",prop:"nextDayAmount",align:"center"},{label:"已扣隔天金额",prop:"amount",align:"center"}],op:{visible:!0,props:{width:250,align:"center",fixed:"right",label:"操作"},layout:[]}}).set("layout",[["slot-date-select","slot-order-debt","flex1","slot-export-due","refresh-btn"],["data-table"],["slot-total-amount","flex1"]]).done(),e.refresh()},getSearchDate(){this.searchTime="custom",this.startTime=this.currentDateList[0],this.endTime=this.currentDateList[1],this.app.refresh({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,debt:this.debt})},changeDebt(t){this.debt=t,this.app.refresh({searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,debt:this.debt})}}},s=r,l=(i("d54c"),i("1805")),c=Object(l["a"])(s,n,a,!1,null,"72cda2b4",null);e["default"]=c.exports},d54c:function(t,e,i){"use strict";i("f624")},f624:function(t,e,i){}}]);