(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-c0b0701c"],{"0628":function(e,l,a){"use strict";a.r(l);var t=function(){var e=this,l=e.$createElement,a=e._self._c||l;return a("div",{staticClass:"m-container"},[e._m(0),e._v(" "),a("div",{staticClass:"m-core"},[a("save-form",{staticClass:"searchForm",attrs:{inline:!0,model:e.searchForm},on:{submit:e.search,reset:e.onReSet}},[a("el-form-item",{attrs:{prop:"type"}},[a("el-form-item",[a("el-select",{attrs:{clearable:"",filterable:"",placeholder:"文件搜索类型"},model:{value:e.searchForm.type,callback:function(l){e.$set(e.searchForm,"type","string"===typeof l?l.trim():l)},expression:"searchForm.type"}},e._l(e.downTypeList,(function(e,l){return a("el-option",{key:l,attrs:{value:e.value,label:e.label}})})),1)],1)],1),e._v(" "),a("el-form-item",[a("el-button",{attrs:{"native-type":"submit",type:"primary"}},[e._v("搜索")]),e._v(" "),a("el-button",{attrs:{"native-type":"reset",type:"danger"}},[e._v("重置")]),e._v(" "),a("auth",{staticStyle:{"margin-left":"10px"},attrs:{auths:"managerDownload/batchDel"}},[a("el-button",{attrs:{type:"primary"},on:{click:e.clearRecord}},[e._v("清除记录")])],1)],1)],1),e._v(" "),a("div",{staticClass:"tableWrap"},[a("el-table",{ref:"tableList",staticStyle:{width:"100%"},attrs:{"header-cell-style":{background:"#EDEEF0",color:"#444"},data:e.tableList},on:{"selection-change":e.handleSelectionChange,select:e.onTableSelect}},[a("el-table-column",{attrs:{type:"selection",width:"55"}}),e._v(" "),a("el-table-column",{attrs:{width:"120",align:"center",prop:"id",label:"下载编号"}}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:"name",label:"文件名"}}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:"type",label:"文件类型"},scopedSlots:e._u([{key:"default",fn:function(l){return[a("div",[e._v("\n "+e._s(e._f("downListType")(l.row.type))+"\n ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:"status",label:"文件状态"},scopedSlots:e._u([{key:"default",fn:function(l){return[a("div",[e._v("\n "+e._s(0==l.row.status?"生成中":"已生成")+"\n ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{align:"center",prop:" createTime",label:"生成时间"},scopedSlots:e._u([{key:"default",fn:function(l){return[a("div",[e._v("\n "+e._s(e._f("dateForMinFormat")(l.row.createTime))+"\n ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"fileUrl",label:"下载地址",align:"center"},scopedSlots:e._u([{key:"default",fn:function(l){return[a("div",[0!=l.row.status?a("a",{staticStyle:{color:"var(--color-primary)"},attrs:{href:l.row.fileUrl,target:"view_window"}},[e._v("点击下载")]):e._e()])]}}])})],1),e._v(" "),a("pagination",{attrs:{sync:"",total:e.rules.total,page:e.rules.page,limit:e.rules.limit,"page-sizes":e.rules.page_size},on:{"update:total":function(l){return e.$set(e.rules,"total",l)},"update:page":function(l){return e.$set(e.rules,"page",l)},"update:limit":function(l){return e.$set(e.rules,"limit",l)},pagination:e.getList}})],1)],1)])},n=[function(){var e=this,l=e.$createElement,a=e._self._c||l;return a("h2",[a("div",{staticClass:"squrt"}),e._v("\n 下载列表\n ")])}],u=(a("386d"),a("c80c")),r=(a("ac6a"),a("db72")),i=(a("96cf"),a("3b8d")),o=(a("bc3a"),a("5f87"),a("333d")),c=(a("3908"),a("92e3")),s=(a("b775"),a("829b")),b=(a("4328"),"/api-web");function v(e){return Object(s["a"])({url:b+"/managerDownload/queryPage",method:"get",params:e})}function d(e){return Object(s["a"])({url:b+"/managerDownload/batchDel",method:"post",data:e,requestType:"form"})}var f={components:{pagination:o["a"]},data:function(){return{searchForm:{order:null,userId:null},downTypeList:c["x"],tableList:[],rules:{limit:10,page:1,total:0,page_size:[10,20,40,50]},deleteList:[]}},created:function(){},mounted:function(){this.init()},methods:{init:function(){this.getList()},getList:function(){var e=Object(i["a"])(Object(u["a"])().mark((function e(){var l,a,t=this;return Object(u["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,v(Object(r["a"])(Object(r["a"])({},this.searchForm),{},{page:this.rules.page,rows:this.rules.limit}));case 3:l=e.sent,this.tableList=l.data.rows,this.rules.total=l.data.total,a=this.deleteList.map((function(e){return e.id})),this.$nextTick((function(){t.tableList.forEach((function(e){-1!=a.indexOf(e.id)&&(console.log(e.id),t.$refs.tableList.toggleRowSelection(e,!0))})),t.isDetele=!1})),e.next=13;break;case 10:e.prev=10,e.t0=e["catch"](0),console.log(e.t0);case 13:case"end":return e.stop()}}),e,this,[[0,10]])})));function l(){return e.apply(this,arguments)}return l}(),search:function(){this.rules.page=1,this.getList()},onReSet:function(){this.searchForm.type=null,this.clearCom(),this.search()},handleSelectionChange:function(e){var l=this;if(e.length>0)this.deleteList=this.deleteList.concat(e),this.deleteList=this.$helpers.lodash.uniqBy(this.deleteList,"id");else{if(this.isDetele)return;var a=this.deleteList.map((function(e){return e.id}));this.$nextTick((function(){var e=[];l.tableList.forEach((function(t){e.push(t.id),-1!=a.indexOf(t.id)&&l.$refs.tableList.toggleRowSelection(t,!1)})),l.deleteList=l.$helpers.lodash.remove(l.deleteList,(function(l){return-1==e.indexOf(l.id)})),l.deleteList.length<=0&&l.clearCom()}))}},onTableSelect:function(e,l){var a=this.deleteList.map((function(e){return e.id}));-1!=a.indexOf(l.id)&&(this.deleteList.splice(a.indexOf(l.id),1),this.deleteList.length<=0&&this.clearCom())},clearCom:function(){this.$set(this,"deleteList",[]),this.$refs.tableList.clearSelection()},clearRecord:function(){var e=Object(i["a"])(Object(u["a"])().mark((function e(){var l;return Object(u["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!(this.deleteList.length<=0)){e.next=3;break}return this.$message.error("请至少勾选一条记录"),e.abrupt("return");case 3:return e.prev=3,l=this.deleteList.map((function(e){return e.id})),e.next=7,d({ids:l.join(",")});case 7:e.sent,this.$message.success("清除成功"),this.clearCom(),this.getList(),e.next=16;break;case 13:e.prev=13,e.t0=e["catch"](3),console.log(e.t0);case 16:case"end":return e.stop()}}),e,this,[[3,13]])})));function l(){return e.apply(this,arguments)}return l}()}},p=f,E=a("2877"),h=Object(E["a"])(p,t,n,!1,null,"6c21d6c8",null);l["default"]=h.exports},"09f4":function(e,l,a){"use strict";a.d(l,"a",(function(){return r})),Math.easeInOutQuad=function(e,l,a,t){return e/=t/2,e<1?a/2*e*e+l:(e--,-a/2*(e*(e-2)-1)+l)};var t=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)}}();function n(e){document.documentElement.scrollTop=e,document.body.parentNode.scrollTop=e,document.body.scrollTop=e}function u(){return document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function r(e,l,a){var r=u(),i=e-r,o=20,c=0;l="undefined"===typeof l?500:l;var s=function e(){c+=o;var u=Math.easeInOutQuad(c,r,i,l);n(u),c1&&void 0!==arguments[1]?arguments[1]:["value","label"],a=Object(n["a"])(l,2),u=a[0],r=a[1],i={};if(e&&e.length){var o,c=Object(t["a"])(e);try{for(c.s();!(o=c.n()).done;){var s=o.value;i[s[u]]=s[r]}}catch(b){c.e(b)}finally{c.f()}}return i}}}]);