捕梦者CMS系统前端框架
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
4.9 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4b688d49"],{"2a26":function(t,e,i){},"9b51":function(t,e,i){"use strict";i.r(e);var o=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("el-dialog",{attrs:{title:"卷内文件调整",width:"980px",top:"5vh",visible:t.visible,"custom-class":"demo-file-sort-dialog","lock-scroll":!1},on:{opened:t.onOpened,closed:t.onClosed,"update:visible":t.updateVisible}},[i("el-row",{attrs:{gutter:15}},[i("el-col",{attrs:{md:8}},[i("ele-pro-table",{ref:"docTable",staticClass:"demo-file-sort-table",attrs:{"sub-title":"案卷列表",datasource:t.documents,columns:t.columns1,"highlight-current-row":"",height:"400px",toolkit:[],"need-page":!1,current:t.current},on:{"update:current":function(e){t.current=e}}})],1),i("el-col",{attrs:{md:8}},[i("ele-pro-table",{ref:"fileTable",attrs:{loading:t.loading,"sub-title":"卷内列表",datasource:t.data1,columns:t.columns2,height:"400px",selection:t.selection1,"need-page":!1,toolkit:[]},on:{"update:selection":function(e){t.selection1=e}}},[i("template",{slot:"toolkit"},[i("el-button",{staticClass:"ele-btn-icon",attrs:{type:"primary",icon:"el-icon-top",size:"mini"},on:{click:t.moveUp}},[t._v("上移 ")]),i("el-button",{staticClass:"ele-btn-icon",attrs:{type:"primary",icon:"el-icon-bottom",size:"mini"},on:{click:t.moveDown}},[t._v("下移 ")]),i("el-button",{staticClass:"ele-btn-icon",attrs:{type:"primary",icon:"el-icon-top-right",size:"mini"},on:{click:t.moveOut}},[t._v("调出 ")])],1)],2)],1),i("el-col",{attrs:{md:8}},[i("ele-pro-table",{attrs:{loading:t.loading,"sub-title":"未归档列表",datasource:t.data2,columns:t.columns2,height:"400px",selection:t.selection2,"need-page":!1,toolkit:[]},on:{"update:selection":function(e){t.selection2=e}}},[i("template",{slot:"toolkit"},[i("el-button",{staticClass:"ele-btn-icon",attrs:{type:"primary",icon:"el-icon-top-left",size:"mini"},on:{click:t.moveIn}},[t._v("调入 ")])],1)],2)],1)],1),i("div",{attrs:{slot:"footer"},slot:"footer"},[i("el-button",{on:{click:t.close}},[t._v("取消")]),i("el-button",{attrs:{type:"primary"},on:{click:t.save}},[t._v("保存")])],1)],1)},n=[],s=(i("4de4"),i("159b"),i("d81d"),{name:"FileSort",props:{visible:Boolean,documents:{type:Array,required:!0}},data:function(){return{columns1:[{prop:"title",label:"案卷题名",showOverflowTooltip:!0},{prop:"piece_no",label:"案卷档号",showOverflowTooltip:!0}],columns2:[{columnKey:"selection",type:"selection",width:45,align:"center"},{prop:"title",label:"文件题名",showOverflowTooltip:!0},{prop:"archive_no",label:"文件档号",showOverflowTooltip:!0}],data:[],current:null,loading:!0,selection1:[],selection2:[]}},computed:{data1:function(){var t=this;return this.current?this.data.filter((function(e){return e.piece_no===t.current.piece_no})):[]},data2:function(){return this.data.filter((function(t){return!t.piece_no}))}},methods:{onOpened:function(){this.query(),this.documents.length&&this.$refs.docTable.setCurrentRow(this.documents[0])},onClosed:function(){this.data=[]},query:function(){var t=this;this.loading=!0,this.$http.get("https://cdn.eleadmin.com/20200610/archive.json").then((function(e){t.loading=!1,0===e.data.code?t.data=e.data.data:t.$message.error(e.data.msg)})).catch((function(e){t.loading=!1,t.$message.error(e.message)}))},moveUp:function(){var t=this;if(!this.selection1.length)return this.$message.error("请选择一条数据");if(this.selection1.length>1)return this.$message.error("只能选择一条数据");if(0!==this.data1.indexOf(this.selection1[0])){var e=this.data.indexOf(this.selection1[0]),i=this.data[e-1];this.$set(this.data,e-1,this.selection1[0]),this.$set(this.data,e,i),this.$nextTick((function(){t.$refs.fileTable.toggleRowSelection(t.data[e-1])}))}},moveDown:function(){var t=this;if(!this.selection1.length)return this.$message.error("请选择一条数据");if(this.selection1.length>1)return this.$message.error("只能选择一条数据");if(this.data1.indexOf(this.selection1[0])!==this.data1.length-1){var e=this.data.indexOf(this.selection1[0]),i=this.data[e+1];this.$set(this.data,e+1,this.selection1[0]),this.$set(this.data,e,i),this.$nextTick((function(){t.$refs.fileTable.toggleRowSelection(t.data[e+1])}))}},moveOut:function(){if(!this.selection1.length)return this.$message.error("请至少选择一条数据");this.selection1.forEach((function(t){t.piece_no=""}))},moveIn:function(){var t=this;if(this.current)return this.selection2.length?void this.selection2.forEach((function(e){e.piece_no=t.current.piece_no})):this.$message.error("请至少选择一条数据")},save:function(){var t=this.data.map((function(t){return{archive_no:t.archive_no,piece_no:t.piece_no}}));console.log(t),this.updateVisible(!1)},close:function(){this.updateVisible(!1)},updateVisible:function(t){this.$emit("update:visible",t)}}}),l=s,a=(i("b0aa"),i("2877")),c=Object(a["a"])(l,o,n,!1,null,null,null);e["default"]=c.exports},b0aa:function(t,e,i){"use strict";i("2a26")}}]);