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
6.7 KiB
1 lines
6.7 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-b87d5cb8","chunk-4b688d49"],{"2a26":function(t,e,o){},"7f4a":function(t,e,o){"use strict";o.r(e);var i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"ele-body"},[o("el-card",{attrs:{shadow:"never"}},[o("ele-pro-table",{ref:"table",attrs:{datasource:t.url,columns:t.columns,selection:t.selection,title:"案卷列表"},on:{"update:selection":function(e){t.selection=e}}},[o("template",{slot:"toolkit"},[o("el-button",{staticClass:"ele-btn-icon",attrs:{size:"small",type:"primary",icon:"el-icon-sort"},on:{click:t.openFileSortDialog}},[t._v("卷内文件调整 ")])],1)],2)],1),o("file-sort",{attrs:{visible:t.showFileSort,documents:t.fileSortChoose},on:{"update:visible":function(e){t.showFileSort=e}}})],1)},n=[],l=(o("fb6a"),o("9b51")),s={name:"ExampleDocument",components:{FileSort:l["default"]},data:function(){return{url:"https://cdn.eleadmin.com/20200610/document.json",columns:[{columnKey:"selection",type:"selection",width:45,align:"center",fixed:"left"},{columnKey:"index",type:"index",width:45,align:"center",fixed:"left"},{prop:"piece_no",label:"案卷档号",width:215,minWidth:110,showOverflowTooltip:!0},{prop:"title",label:"案卷题名",minWidth:110,showOverflowTooltip:!0},{prop:"year",label:"年度",minWidth:110,showOverflowTooltip:!0},{prop:"retention",label:"保管期限",minWidth:110,showOverflowTooltip:!0},{prop:"secret",label:"密级",minWidth:110,showOverflowTooltip:!0},{prop:"type",label:"档案类别",minWidth:110,showOverflowTooltip:!0},{prop:"carrier",label:"载体规格",minWidth:110,showOverflowTooltip:!0}],showFileSort:!1,selection:[],fileSortChoose:[]}},methods:{openFileSortDialog:function(){if(this.selection.length<2)return this.$message.error("请至少选择两条数据");this.fileSortChoose=this.$refs.table.data.slice(0,3),this.showFileSort=!0}}},a=s,r=o("2877"),c=Object(r["a"])(a,i,n,!1,null,"55a3915e",null);e["default"]=c.exports},"9b51":function(t,e,o){"use strict";o.r(e);var i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("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}},[o("el-row",{attrs:{gutter:15}},[o("el-col",{attrs:{md:8}},[o("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),o("el-col",{attrs:{md:8}},[o("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}}},[o("template",{slot:"toolkit"},[o("el-button",{staticClass:"ele-btn-icon",attrs:{type:"primary",icon:"el-icon-top",size:"mini"},on:{click:t.moveUp}},[t._v("上移 ")]),o("el-button",{staticClass:"ele-btn-icon",attrs:{type:"primary",icon:"el-icon-bottom",size:"mini"},on:{click:t.moveDown}},[t._v("下移 ")]),o("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),o("el-col",{attrs:{md:8}},[o("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}}},[o("template",{slot:"toolkit"},[o("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),o("div",{attrs:{slot:"footer"},slot:"footer"},[o("el-button",{on:{click:t.close}},[t._v("取消")]),o("el-button",{attrs:{type:"primary"},on:{click:t.save}},[t._v("保存")])],1)],1)},n=[],l=(o("4de4"),o("159b"),o("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]),o=this.data[e-1];this.$set(this.data,e-1,this.selection1[0]),this.$set(this.data,e,o),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]),o=this.data[e+1];this.$set(this.data,e+1,this.selection1[0]),this.$set(this.data,e,o),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)}}}),s=l,a=(o("b0aa"),o("2877")),r=Object(a["a"])(s,i,n,!1,null,null,null);e["default"]=r.exports},b0aa:function(t,e,o){"use strict";o("2a26")}}]);
|