0.bfcbf42645118ac1e8ad.js 26 KB

1
  1. webpackJsonp([0],{"8obM":function(t,e,n){"use strict";e.b=function(t){return Object(i.a)({data:t,url:"/test/list"})},e.c=function(t){return Object(i.a)({data:t,url:"/test/listAll"})},e.a=function(t){return Object(i.a)({data:t,url:"/test/info"})},e.d=function(t){return Object(i.a)({data:t,url:"/test/save"})};var i=n("vLgD")},"9MUJ":function(t,e,n){(t.exports=n("FZ+f")(!1)).push([t.i,"\n.el-collapse {\n border-top: 1px solid #409EFF;\n}\n.el-collapse, .el-collapse-item__header, .el-collapse-item__wrap {\n border-bottom: 1px solid #409EFF;\n}\n",""])},NUeu:function(t,e,n){"use strict";var i=n("woOf"),a=n.n(i),o=n("U1vl"),l={name:"HorizontalButton",props:{buttonItem:Object,formData:Object,refForm:Object,saveType:String,size:String,index:Number},methods:{handleReset:function(t,e){this.refForm.resetFields(),e&&e(this.formData,this.refForm,this.saveType,t)},width:function(t){return void 0===t||!0===t?"width:100%":!1===t?"":t>=0||t<=100?"width:"+t+"%":""}}},r={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",{class:t.buttonItem.class},["button"==t.buttonItem.module?[n("el-button",{style:t.width(t.buttonItem.width),attrs:{type:t.buttonItem.type,icon:t.buttonItem.icon,plain:t.buttonItem.plain,round:t.buttonItem.round,circle:t.buttonItem.circle,size:t.buttonItem.size||t.size,disabled:"function"==typeof t.buttonItem.disabled&&t.buttonItem.disabled(t.formData)||t.buttonItem.disabled,loading:t.formData[t.buttonItem.prop+"_loading"]||"function"==typeof t.buttonItem.loading&&t.buttonItem.loading()||"number"==typeof t.index&&t.buttonItem.loading===t.index||"number"!=typeof t.index&&t.buttonItem.loading},on:{click:function(e){t.buttonItem.handle&&t.buttonItem.handle(t.formData,t.refForm,e,t.saveType)}}},[t._v(t._s(t.buttonItem.title))])]:t._e(),t._v(" "),"reset"==t.buttonItem.module?[n("el-button",{attrs:{type:t.buttonItem.type,icon:t.buttonItem.icon,plain:t.buttonItem.plain,round:t.buttonItem.round,circle:t.buttonItem.circle,loading:t.buttonItem.loading,disabled:t.buttonItem.disabled},on:{click:function(e){t.handleReset(e,t.buttonItem.handle)}}},[t._v(t._s(t.buttonItem.title))])]:t._e()],2)},staticRenderFns:[]},s=n("VU/8")(l,r,!1,null,null,null).exports,u={name:"DropdownButton",props:{buttonlist:Array,formData:Object,refForm:Object,size:String,index:Number},watch:{mainButton:{handler:function(t,e){var n=this.$refs.dropdown.$children[0].$children[0].$el,i=n.getAttribute("class");this.formData[t.prop+"_loading"]||"number"==typeof this.index&&t.loading===this.index||"number"!=typeof this.index&&t.loading?(n.setAttribute("class",i+" is-loading"),n.setAttribute("disabled","disabled")):(i=i.replace(/\s?is-loading/,""),n.setAttribute("class",i),n.removeAttribute("disabled"))},deep:!0}},methods:{handleCommand:function(t){"reset"===this.otherButton[t].module&&this.refForm.resetFields(),this.otherButton[t].handle&&this.otherButton[t].handle(this.formData,this.refForm)}},data:function(){return{mainButton:this.buttonlist[0],otherButton:this.buttonlist.slice(1)}}},c={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-dropdown",{ref:"dropdown",attrs:{trigger:"click",type:t.mainButton.type||"primary",size:t.size,"split-button":!0,loading:t.formData[t.mainButton.prop+"_loading"]||"number"==typeof t.index&&t.mainButton.loading===t.index||"number"!=typeof t.index&&t.mainButton.loading},on:{command:t.handleCommand,click:function(e){t.mainButton.handle&&t.mainButton.handle(t.formData,t.refForm,e)}}},[n("i",{class:t.mainButton.loading===t.index&&"number"==typeof t.index||"number"!=typeof t.index&&t.mainButton.loading?"el-icon-loading":t.mainButton.icon}),t._v(" "+t._s(t.mainButton.title)+"\n "),n("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[t._l(t.otherButton,function(e,i){return[n("el-dropdown-item",{key:i,attrs:{disabled:e.disabled,command:i}},[n("i",{class:e.icon}),t._v(" "+t._s(e.title)+"\n ")])]})],2)],1)},staticRenderFns:[]},m=n("VU/8")(u,c,!1,null,null,null).exports,d={name:"SearchForm",components:{HorizontalInput:o.a,HorizontalButton:s,DropdownButton:m},props:{inputList:Array,buttonlist:Array,searchFormConfig:Object},methods:{resetFields:function(){this.$refs.searchForm.resetFields()},validate:function(t){if(!t)return this.$refs.searchForm.validate();this.$refs.searchForm.validate(t)},inputChange:function(){}},computed:{rules:function(){var t={};return this.inputList.forEach(function(e){e.required?t[e.name]=e.rules?e.rules.concat([{required:!0,message:"请输入"+e.label,trigger:"change"}]):[{required:!0,message:"请输入"+e.label,trigger:"change"}]:t[e.name]=e.rules}),t},_searchFormConfig:function(){return a()(this.defaultConfig,this.searchFormConfig)}},watch:{inputList:function(t,e){var n={};t.forEach(function(t){t.name&&(n[t.name]=t.value)}),this.formData=n}},data:function(){return{refForm:{},formData:{},defaultConfig:{size:"medium",disabled:!1,labelWidth:100,labelPosition:"right",gutter:10,buttonGroupType:"dropdown"}}},created:function(){var t={};this.inputList.forEach(function(e){e.name&&(t[e.name]=e.value)}),this.formData=t},mounted:function(){this.refForm=this.$refs.searchForm},update:function(){this.refForm=this.$refs.searchForm}},f={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-form",{ref:"searchForm",attrs:{model:t.formData,rules:t.rules,size:t._searchFormConfig.size||"medium",disabled:t._searchFormConfig.disabled,"status-icon":void 0===t._searchFormConfig.statusIcon||t._searchFormConfig.statusIcon,"label-width":t._searchFormConfig.labelWidth?t._searchFormConfig.labelWidth+"px":"100px","label-position":t._searchFormConfig.labelPosition?t._searchFormConfig.labelPosition:"right"}},[n("el-row",{attrs:{gutter:t._searchFormConfig.gutter}},[t._l(t.inputList,function(e){return[n("el-col",{directives:[{name:"show",rawName:"v-show",value:!e.hidden,expression:"!item.hidden"}],key:e.name,staticClass:"m-b",attrs:{xs:24,sm:12,md:6,lg:6,xl:6}},[n("el-form-item",{attrs:{label:e.label,prop:e.name}},[n("horizontal-input",{attrs:{inputItem:e,formData:t.formData,refForm:t.refForm,size:t._searchFormConfig.size||"medium"},on:{change:t.inputChange}})],1)],1)]}),t._v(" "),void 0===t._searchFormConfig.buttonGroupType||["default","dropdown"].indexOf(t._searchFormConfig.buttonGroupType)>=0?[t.buttonlist.length?n("el-col",{staticClass:"m-b text-right float-right",attrs:{xs:12,sm:12,md:6,lg:6,xl:6}},[n("dropdown-button",{attrs:{buttonlist:t.buttonlist,formData:t.formData,refForm:t.refForm,size:t._searchFormConfig.size||"medium"}})],1):t._e()]:["horizontal"].indexOf(t._searchFormConfig.buttonGroupType)>=0?[t._l(t.buttonlist,function(e,i){return[n("el-col",{key:i,attrs:{xs:24,sm:12,md:6,lg:6,xl:6}},[n("el-form-item",{attrs:{label:e.label}},[n("horizontal-button",{attrs:{buttonItem:e,formData:t.formData,refForm:t.refForm,size:t._searchFormConfig.size||"medium"}})],1)],1)]})]:t._e()],2)],1)},staticRenderFns:[]},g=n("VU/8")(d,f,!1,null,null,null).exports,p={methods:{resize:function(){var t=this;this.$refs.tableSection?this.handleResize():this.$nextTick(function(){t.handleResize(84,!0)})},handleResize:function(t,e){if(!this.config.height||!this.config.maxHeight){var n=document.body.offsetHeight-this.$refs.tableSection.offsetTop-(e?100:80)-(t||0);this.maxHeight=n>=250?n:250}this.$refs.tableSection.clientWidth>=635?this.layout="total, sizes, prev, pager, next, jumper":this.$refs.tableSection.clientWidth<635&&this.$refs.tableSection.clientWidth>515?this.layout="total, sizes, prev, pager, next":this.$refs.tableSection.clientWidth<=515&&this.$refs.tableSection.clientWidth>395?this.layout="total, prev, pager, next":this.$refs.tableSection.clientWidth<=395&&this.$refs.tableSection.clientWidth>330?this.layout="prev, pager, next":this.layout="pager"}},data:function(){return{maxHeight:500}},created:function(){this.resize()},beforeMount:function(){window.addEventListener("resize",this.resize)},destroyed:function(){window.removeEventListener("resize",this.resize)}},h={name:"TableColumn",components:{DropdownButton:m,HorizontalButton:s},props:{columnItem:Object,size:String,tableData:Array}},b={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return void 0===t.columnItem.visible||t.columnItem.visible?n("el-table-column",{ref:"tableColumn",attrs:{prop:t.columnItem.prop,label:t.columnItem.label,width:t.columnItem.width,"min-width":t.columnItem.minWidth,formatter:t.columnItem.formatter,fixed:t.columnItem.fixed,align:void 0==t.columnItem.align?"center":t.columnItem.align,type:t.columnItem.type},scopedSlots:t._u([{key:"default",fn:function(e){return[t.columnItem.custom?["expand"!==t.columnItem.type?[t.columnItem.button&&t.columnItem.button.length?[n("dropdown-button",{attrs:{index:e.$index,size:t.size||"mini",buttonlist:t.columnItem.button,formData:e.row,refForm:e}})]:t.columnItem.button?[n("el-button",{ref:t.columnItem.prop+e.$index,attrs:{type:t.columnItem.button.type||"primary",icon:t.columnItem.button.icon,size:t.columnItem.button.size||"mini",disabled:t.columnItem.button.disabled&&t.columnItem.button.disabled(e.row,e),loading:e.row[t.columnItem.prop+"_loading"]},on:{click:function(n){t.columnItem.button.handle&&t.columnItem.button.handle(e.row,e,n)}}},[t._v(t._s(t.columnItem.button.title))])]:t._e()]:t.columnItem.button&&t.columnItem.button.length?n("div",{staticClass:"float-right"},t._l(t.columnItem.button,function(i){return n("el-button",{key:i.prop,attrs:{icon:i.icon,type:i.type||"primary",size:i.size||"mini",disabled:i.disabled&&i.disabled(e.row,e),loading:e.row[i.prop+"_loading"]},on:{click:function(t){i.handle&&i.handle(e.row,e,t)}}},[t._v(t._s(i.title))])})):t._e()]:[n("div",{class:t.columnItem.class,domProps:{innerHTML:t._s(t.columnItem.formatter?t.columnItem.formatter(e.row,e.column,e.row[t.columnItem.prop],e.$index):e.row[t.columnItem.prop])}})]]}}])},[t._l(t.columnItem.child,function(e){return t.columnItem.child?[n("table-column",{key:e.prop,attrs:{columnItem:e}})]:t._e()})],2):t._e()},staticRenderFns:[]},I=n("VU/8")(h,b,!1,null,null,null).exports,C={name:"DefaultTable",mixins:[p],components:{TableColumn:I},props:{tableData:Array,tableColumn:Array,tableConfig:Object},computed:{config:function(){return a()({layout:this.layout,size:this.size,pageNum:this.pageNum,pageSize:this.pageSize,pageSizes:this.pageSizes,loading:this.loading},this.tableConfig)},data:function(){return void 0===this.config.pagination||this.config.pagination?((this.pageNum-1)*this.pageSize>this.total&&(this.pageNum=Math.ceil(this.total/this.pageSize)),this.addBtnLoad(this.tableData.slice((this.pageNum-1)*this.pageSize,this.pageNum*this.pageSize))):this.addBtnLoad(this.tableData)},total:function(){return this.tableData.length}},methods:{handleSizeChange:function(t){this.pageSize=t},handleCurrentChange:function(t){this.pageNum=t},addBtnLoad:function(t){var e=this;return t.map(function(t){return e.btnColumn.forEach(function(n){e.$set(t,n,!1)}),t})}},data:function(){return{size:"mini",pageNum:1,pageSize:"desktop"===this.$store.getters.device?10:5,pageSizes:"desktop"===this.$store.getters.device?10:5,loading:!0}},created:function(){var t=this;this.btnColumn=[],this.tableColumn.forEach(function(e){Array.isArray(e.button)?t.btnColumn=t.btnColumn.concat(e.button.map(function(t){return t.prop+"_loading"})):e.button&&t.btnColumn.push(e.button.prop+"_loading")})}},v={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{ref:"tableSection",staticClass:"clearfloat"},[t.tableData?n("el-table",{attrs:{data:t.data,size:t.config.size,height:t.config.height,"max-height":t.config.maxHeight||t.maxHeight,border:void 0===t.config.border||t.config.border,stripe:void 0===t.config.stripe||t.config.stripe}},[t.tableColumn.length?t._l(t.tableColumn,function(e){return n("table-column",{key:e.prop,attrs:{columnItem:e,size:t.size}})}):t._e()],2):t._e(),t._v(" "),t.tableData&&t.tableData.length&&(void 0===t.config.pagination||t.config.pagination)&&t.tableData.length>t.config.pageSize?n("section",{staticClass:"p-t float-right"},[n("el-pagination",{attrs:{background:"","pager-count":5,total:t.total,layout:t.config.layout||t.layout,"current-page":t.config.pageNum,"page-size":t.config.pageSize,"page-sizes":[t.config.pageSizes,2*t.config.pageSizes,3*t.config.pageSizes,4*t.config.pageSizes]},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1)},staticRenderFns:[]},y=n("VU/8")(C,v,!1,null,null,null).exports,z=n("//Fk"),_=n.n(z),D={name:"RequestTable",mixins:[p],components:{TableColumn:I},props:{searchData:Object,tableColumn:Array,tableConfig:Object},methods:{handleSizeChange:function(t){(this.pageNum-1)*t<=this.total?this.config.request&&this.list(this.pageNum,t):this.config.request&&this.list(Math.ceil(this.total/t),t)},handleCurrentChange:function(t){this.config.request&&this.list(t,this.pageSize)},list:function(t,e){var n=this;return this.pageNum=t,this.pageSize=e,this.config.btn&&(this.config.btn.loading=!0),this.load=this.config.loading&&this.$loading({target:this.$refs.tableSection}),new _.a(function(i,o){var l={};l[n.config.pageNumKey||"pageNum"]=t,l[n.config.pageSizeKey||"pageSize"]=e,n.config.request(a()({},l,n.searchData.data)).then(function(t){n.config.handleResponse?n.tableData=n.addBtnLoad(n.config.handleResponse(t)):n.tableData=n.addBtnLoad(t.data.data.records),n.config.handleTotal?n.total=n.config.handleTotal(t):n.total=t.data.data.total,n.config.loading&&n.load.close(),n.config.btn&&(n.config.btn.loading=!1),i(t)}).catch(function(t){n.total=0,n.tableData=[],n.config.loading&&n.load.close(),n.config.btn&&(n.config.btn.loading=!1),o(t)})})},addBtnLoad:function(t){var e=this;return t.map(function(t){return e.btnColumn.forEach(function(n){e.$set(t,n,!1)}),t})}},computed:{config:function(){return a()({layout:this.layout,size:this.size,pageNum:this.pageNum,pageSize:this.pageSize,pageSizes:this.pageSizes,loading:this.loading},this.tableConfig)}},watch:{searchData:{handler:function(){this.searchData.search?this.list(1,this.config.pageSize):this.list(this.pageNum,this.pageSize)},deep:!0}},data:function(){return{layout:"total, sizes, prev, pager, next, jumper",size:"mini",pageNum:1,pageSize:"desktop"===this.$store.getters.device?10:5,pageSizes:"desktop"===this.$store.getters.device?10:5,loading:!0,tableData:[]}},created:function(){var t=this;this.btnColumn=[],this.tableColumn.forEach(function(e){Array.isArray(e.button)?t.btnColumn=t.btnColumn.concat(e.button.map(function(t){return t.prop+"_loading"})):e.button&&t.btnColumn.push(e.button.prop+"_loading")})}},F={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{ref:"tableSection",staticClass:"clearfloat"},[t.tableData?n("el-table",{attrs:{data:t.tableData,height:t.config.height,"max-height":t.config.maxHeight||t.maxHeight,size:t.config.size,border:void 0===t.config.border||t.config.border,stripe:void 0===t.config.stripe||t.config.stripe}},[t.tableColumn.length?t._l(t.tableColumn,function(e){return n("table-column",{key:e.prop,attrs:{columnItem:e,size:t.size}})}):t._e()],2):t._e(),t._v(" "),t.tableData&&t.tableData.length&&(void 0===t.config.pagination||t.config.pagination)?n("section",{staticClass:"p-t float-right"},[n("el-pagination",{attrs:{background:"","pager-count":5,layout:t.config.layout||t.layout,total:t.total,"current-page":t.config.pageNum,"page-size":t.config.pageSize,"page-sizes":[t.config.pageSizes,2*t.config.pageSizes,3*t.config.pageSizes,4*t.config.pageSizes]},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1):t._e()],1)},staticRenderFns:[]},x=n("VU/8")(D,F,!1,null,null,null).exports,w={methods:{resize:function(){document.body.clientWidth>=560?this.width=this.minWidth||"50%":this.width="90%"}},created:function(){this.resize()},beforeMount:function(){window.addEventListener("resize",this.resize)},destroyed:function(){window.removeEventListener("resize",this.resize)}},S={name:"FormDialog",mixins:[w],components:{HorizontalInput:o.a,HorizontalButton:s},props:{inputList:Array,buttonlist:Array,dialogConfig:{type:Object,default:function(){return{title:"title",visible:!1}}}},computed:{rules:function(){var t={};return this.inputList.forEach(function(e){e.required?t[e.name]=e.rules?e.rules.concat([{required:!0,message:"请输入"+e.label,trigger:"change"}]):[{required:!0,message:"请输入"+e.label,trigger:"change"}]:t[e.name]=e.rules}),t}},watch:{inputList:function(){var t={};this.inputList.forEach(function(e){e.name&&(t[e.name]=e.value)}),this.formData=t}},data:function(){return{refForm:{},formData:{},width:"50%"}},created:function(){var t={};this.inputList.forEach(function(e){e.name&&(t[e.name]=e.value)}),this.formData=t},mounted:function(){this.refForm=this.$refs.dialogForm},updated:function(){this.refForm=this.$refs.dialogForm}},$={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-dialog",{attrs:{width:t.dialogConfig.width||t.width,title:t.dialogConfig.title,visible:t.dialogConfig.visible},on:{"update:visible":function(e){t.$set(t.dialogConfig,"visible",e)}}},[n("el-form",{ref:"dialogForm",attrs:{model:t.formData,rules:t.rules,size:t.dialogConfig.size,disabled:t.dialogConfig.disabled,"status-icon":void 0===t.dialogConfig.statusIcon||t.dialogConfig.statusIcon,"label-width":t.dialogConfig.labelWidth?t.dialogConfig.labelWidth+"px":"80px","label-position":t.dialogConfig.labelPosition?t.dialogConfig.labelPosition:"right"}},[n("el-row",{attrs:{gutter:t.dialogConfig.gutter||20}},[t._l(t.inputList,function(e){return[n("el-col",{key:e.name,attrs:{xs:24,sm:24,md:24,lg:12,xl:12}},[n("el-form-item",{directives:[{name:"show",rawName:"v-show",value:!e.hidden,expression:"!item.hidden"}],attrs:{label:e.label,prop:e.name}},[n("horizontal-input",{attrs:{inputItem:e,formData:t.formData,refForm:t.refForm}})],1)],1)]})],2)],1),t._v(" "),n("template",{staticClass:"dialog-footer",slot:"footer"},[t._l(t.buttonlist,function(e,i){return[n("horizontal-button",{key:i,attrs:{saveType:t.dialogConfig.saveType,buttonItem:e,formData:t.formData,refForm:t.refForm}})]})],2)],2)},staticRenderFns:[]},O=n("VU/8")(S,$,!1,null,null,null).exports,j={name:"FormDialog",mixins:[w],components:{DefaultTable:y,RequestTable:x,HorizontalButton:s},props:{buttonlist:Array,dialogConfig:Object,dialogTableData:Object},data:function(){return{width:"50%"}}},k={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-dialog",{attrs:{width:t.dialogConfig.width||t.width,title:t.dialogConfig.title,visible:t.dialogConfig.visible},on:{"update:visible":function(e){t.$set(t.dialogConfig,"visible",e)}}},[t.dialogTableData.tableConfig&&t.dialogTableData.tableConfig.request?[n("request-table",{ref:"table",attrs:{tableColumn:t.dialogTableData.tableColumn,searchData:t.dialogTableData.searchData,tableConfig:t.dialogTableData.tableConfig}})]:[n("default-table",{ref:"table",attrs:{tableColumn:t.dialogTableData.tableColumn,tableData:t.dialogTableData.tableData,tableConfig:t.dialogTableData.tableConfig}})],t._v(" "),n("template",{staticClass:"dialog-footer",slot:"footer"},[t.buttonlist&&t.buttonlist.length?[t._l(t.buttonlist,function(e,i){return[n("horizontal-button",{key:i,attrs:{buttonItem:e,formData:t.formData,refForm:t.refForm}})]})]:[n("el-button",{attrs:{type:"primary"},on:{click:function(e){t.dialogConfig.visible=!1}}},[t._v("确定")])]],2)],2)},staticRenderFns:[]},T=n("VU/8")(j,k,!1,null,null,null).exports,A={name:"CollapseDialog",mixins:[w],components:{DefaultTable:y,HorizontalButton:s},props:{buttonlist:Array,dialogConfig:Object,dialogCollapselist:Array},data:function(){return{width:"50%",tableConfig:{size:"mini",maxHeight:500,pagination:!1}}}},B={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-dialog",{attrs:{width:t.dialogConfig.width||t.width,title:t.dialogConfig.title,visible:t.dialogConfig.visible},on:{"update:visible":function(e){t.$set(t.dialogConfig,"visible",e)}}},[n("el-collapse",{model:{value:t.dialogConfig.activeNames,callback:function(e){t.$set(t.dialogConfig,"activeNames",e)},expression:"dialogConfig.activeNames"}},t._l(t.dialogCollapselist,function(e,i){return n("el-collapse-item",{key:e.title,attrs:{title:e.title,name:i}},[e.dialogTableData?[n("default-table",{ref:"table",refInFor:!0,attrs:{tableColumn:e.dialogTableData.tableColumn,tableData:e.dialogTableData.tableData,tableConfig:t.tableConfig}})]:t._e()],2)})),t._v(" "),n("template",{staticClass:"dialog-footer",slot:"footer"},[t.buttonlist&&t.buttonlist.length>0?[t._l(t.buttonlist,function(e,i){return[n("horizontal-button",{key:i,attrs:{buttonItem:e,formData:t.formData,refForm:t.refForm}})]})]:[n("el-button",{attrs:{type:"primary"},on:{click:function(e){t.dialogConfig.visible=!1}}},[t._v("确定")])]],2)],2)},staticRenderFns:[]};var R={name:"defaultSearchTable",components:{SearchForm:g,DefaultTable:y,RequestTable:x,FormDialog:O,TableDialog:T,CollapseDialog:n("VU/8")(A,B,!1,function(t){n("iooj")},null,null).exports},props:{formInputList:Array,formButtonlist:Array,searchFormConfig:Object,tableColumn:Array,tableData:Array,tableConfig:Object,searchData:Object,dialogInputList:Array,dialogButtonlist:Array,dialogConfig:Object,dialogTableData:Object,dialogCollapselist:Array}},L={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("search-form",{ref:"searchForm",attrs:{inputList:t.formInputList,buttonlist:t.formButtonlist,searchFormConfig:t.searchFormConfig}}),t._v(" "),t.tableConfig&&t.tableConfig.request?[n("request-table",{ref:"table",attrs:{tableColumn:t.tableColumn,searchData:t.searchData,tableConfig:t.tableConfig}})]:[n("default-table",{ref:"table",attrs:{tableColumn:t.tableColumn,tableData:t.tableData,tableConfig:t.tableConfig}})],t._v(" "),t.dialogConfig&&"input"===t.dialogConfig.type?[t.dialogInputList?n("form-dialog",{attrs:{inputList:t.dialogInputList,buttonlist:t.dialogButtonlist,dialogConfig:t.dialogConfig}}):t._e()]:t._e(),t._v(" "),t.dialogConfig&&"table"===t.dialogConfig.type?[n("table-dialog",{ref:"dialog",attrs:{dialogTableData:t.dialogTableData,dialogConfig:t.dialogConfig}})]:t._e(),t._v(" "),t.dialogConfig&&"collapse"===t.dialogConfig.type?[n("collapse-dialog",{ref:"dialog",attrs:{dialogCollapselist:t.dialogCollapselist,dialogConfig:t.dialogConfig}})]:t._e()],2)},staticRenderFns:[]},E=n("VU/8")(R,L,!1,null,null,null);e.a=E.exports},U1vl:function(t,e,n){"use strict";var i={name:"HorizontalInput",props:{inputItem:Object,formData:Object,refForm:Object,size:String},methods:{change:function(t,e){this.$emit("change",{key:t,value:e})}}},a={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",["input"===t.inputItem.module?[n("el-input",{staticStyle:{width:"100%"},attrs:{name:t.inputItem.name,type:t.inputItem.type,max:t.inputItem.max,min:t.inputItem.min,maxlength:t.inputItem.maxlength,minlength:t.inputItem.minlength,placeholder:t.inputItem.placeholder||t.inputItem.label,"prefix-icon":t.inputItem.prefixIcon,"suffix-icon":t.inputItem.suffixIcon,readonly:t.inputItem.readonly,size:t.inputItem.size||t.size,disabled:t.inputItem.disabled,clearable:void 0===t.inputItem.clearable||t.inputItem.clearable},on:{change:function(e){t.inputItem.handle&&t.inputItem.handle(t.formData,t.refForm,e),t.change(t.inputItem.name,t.formData[t.inputItem.name],e)}},model:{value:t.formData[t.inputItem.name],callback:function(e){t.$set(t.formData,t.inputItem.name,e)},expression:"formData[inputItem.name]"}})]:t._e(),t._v(" "),"date"===t.inputItem.module?[n("el-date-picker",{staticStyle:{width:"100%"},attrs:{name:t.inputItem.name,type:t.inputItem.type,format:t.inputItem.format||"yyyy-MM-dd","value-format":t.inputItem.format||"yyyy-MM-dd","picker-options":t.inputItem.pickerOptions,placeholder:t.inputItem.placeholder||t.inputItem.label,"start-placeholder":t.inputItem.startPlaceholder||"起始"+t.inputItem.label,"end-placeholder":t.inputItem.endPlaceholder||"结束"+t.inputItem.label,size:t.inputItem.size||t.size,disabled:t.inputItem.disabled,readonly:t.inputItem.readonly,clearable:void 0===t.inputItem.clearable||t.inputItem.clearable},on:{change:function(e){t.inputItem.handle&&t.inputItem.handle(t.formData,t.refForm,e),t.change(t.inputItem.name,t.formData[t.inputItem.name],e)}},model:{value:t.formData[t.inputItem.name],callback:function(e){t.$set(t.formData,t.inputItem.name,e)},expression:"formData[inputItem.name]"}})]:t._e(),t._v(" "),"select"===t.inputItem.module?[n("el-select",{staticStyle:{width:"100%"},attrs:{"value-key":t.inputItem.valueKey,name:t.inputItem.name,filterable:void 0===t.inputItem.filterable||t.inputItem.filterable,"default-first-option":void 0===t.inputItem.filterable||t.inputItem.filterable,multiple:t.inputItem.multiple,"multiple-limit":t.inputItem.multipleLimit,placeholder:t.inputItem.placeholder||t.inputItem.label,size:t.inputItem.size||t.size,disabled:t.inputItem.disabled,readonly:t.inputItem.readonly,clearable:void 0===t.inputItem.clearable||t.inputItem.clearable},on:{change:function(e){t.inputItem.handle&&t.inputItem.handle(t.formData,t.refForm,e),t.change(t.inputItem.name,t.formData[t.inputItem.name],e)}},model:{value:t.formData[t.inputItem.name],callback:function(e){t.$set(t.formData,t.inputItem.name,e)},expression:"formData[inputItem.name]"}},t._l(t.inputItem.optionList,function(t){return n("el-option",{key:t.label,attrs:{label:t.label,value:t.value,disabled:t.disabled}})}))]:t._e(),t._v(" "),t._t("default",null,{inputItem:t.inputItem,formData:t.formData,refForm:t.refForm})],2)},staticRenderFns:[]},o=n("VU/8")(i,a,!1,null,null,null);e.a=o.exports},gtmD:function(t,e,n){"use strict";n.d(e,"c",function(){return a}),n.d(e,"b",function(){return o}),n.d(e,"a",function(){return l});var i=n("vLgD"),a={search:function(t){return Object(i.a)({data:t,encrypt:!1,stateless:!0,url:"/airasia/search",baseURL:"http://service.tripto.cn"})},verification:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/verification"})},submit:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/submit"})}},o={list:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/list"})},logs:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/logs"})},account:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/account"})},points:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/points"})},updatekeep:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/updatekeep"})},finish:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/finsh"})},repeat:function(t){return Object(i.a)({data:t,url:"/forecast/sysAccountRecord/repeat"})}},l={list:function(t){return Object(i.a)({data:t,url:"/forecast/sysOrderRecord/list"})},add:function(t){return Object(i.a)({data:t,url:"/forecast/sysOrderRecord/add"})},del:function(t){return Object(i.a)({data:t,url:"/forecast/sysOrderRecord/del"})},refreshSeats:function(t){return Object(i.a)({data:t,url:"/forecast/sysOrderRecord/refreshSeats"})}}},iooj:function(t,e,n){var i=n("9MUJ");"string"==typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);n("rjj0")("265d9898",i,!0)}});