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.
2 lines
5.0 KiB
2 lines
5.0 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0b25d5"],{2496:function(e,t,r){"use strict";r.r(t);var o=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content"},[e._m(0),t("div",{staticClass:"content"},[t("div",{staticClass:"content-btn"},[t("el-button",{staticClass:"init-button",attrs:{icon:"el-icon-plus"},on:{click:function(t){return e.addBuild()}}},[e._v("新增单元")])],1),t("VueTable",{ref:"table",attrs:{config:e.config},on:{tableCheck:e.tableCheck}},[t("template",{slot:"footer"},[t("div",{staticClass:"table-footer"},[t("button",{on:{click:function(t){return e.revise(e.table_row)}}},[e._v("修改")]),t("button",{on:{click:function(t){return e.del(e.table_row)}}},[e._v("删除")])])])],2)],1),t("Drawer",{attrs:{drawerTitle:e.drawerTitle,drawerVrisible:e.drawer_vrisible},on:{drawerClose:e.drawerClose}},[t("div",{staticStyle:{padding:"30px"}},[t("FromCard",[t("template",{slot:"title"},[e._v("基本信息")]),[t("VueForm",{ref:"childFrom",attrs:{formObj:e.reviseForm},on:{ruleSubmit:e.ruleSubmit}})]],2)],1),t("div",{attrs:{slot:"footer"},slot:"footer"},[t("button",{staticClass:"btn-orange",on:{click:function(t){return e.onSubmit()}}},[t("span",[t("i",{staticClass:"el-icon-circle-check"}),e._v("提交")])]),t("button",{staticClass:"btn-gray",on:{click:e.drawerClose}},[t("span",[e._v("取消")])])])])],1)},l=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-titel"},[t("span",[e._v("单位信息")])])}],i=r("2b74"),s={data(){return{drawerTitle:"",bool:!1,drawer_vrisible:!1,drawerControl:!0,config:{thead:[{label:"序号",type:"index",width:"80"},{label:"楼栋",prop:"buildingName",width:"auto"},{label:"单元(号)",prop:"no",width:"auto"},{label:"总层数",prop:"totalFloor",width:"auto",type:"function",callback:(e,t)=>e.totalFloor+"层"},{label:"是否有电梯",prop:"isElevator",width:"auto",type:"function",callback:(e,t)=>""+(e.isElevator?"有电梯":"无电梯")},{label:"导入编号",prop:"id",width:"auto"}],loading:!0,data:{pageNum:1,size:10},table_data:[],url:"UnitList",search_item:[{type:"Input",label:"楼栋名称",placeholder:"请输入内容",prop:"buildingName"},{type:"Int",label:"单元(号)",placeholder:"请输入",prop:"no"}]},table_row:[],reviseForm:{ruleForm:{isElevator:null,no:null,totalFloor:null,buildingId:null},rules:{name:[{required:!0,message:"请填写楼栋名称",trigger:"blur"}],no:[{required:!0,message:"请填写楼栋名称",trigger:"blur"}]},form_item:[{type:"Select",label:"楼栋",placeholder:"请输入",width:"100%",prop:"buildingId",options:[]},{type:"Int",label:"单元(号)",placeholder:"请输入",width:"100%",prop:"no"},{type:"Int",label:"总层数",placeholder:"请输入",width:"100%",prop:"totalFloor"},{type:"Select",label:"是否有电梯",placeholder:"请输入",width:"100%",prop:"isElevator",options:[{value:0,label:"无电梯"},{value:1,label:"有电梯"}]}]}}},mounted(){Object(i["m"])().then(e=>{console.log(e),this.reviseForm.form_item[0].options=e})},methods:{ruleSubmit(e){this.bool=e},onSubmit(){if(this.$refs.childFrom.submitForm(),this.bool)if(this.drawerControl){let e={buildingId:this.reviseForm.ruleForm.buildingId,totalFloor:this.reviseForm.ruleForm.totalFloor,isElevator:this.reviseForm.ruleForm.isElevator,no:this.reviseForm.ruleForm.no};Object(i["n"])(e).then(e=>{console.log(e),e.status&&(this.$message({message:e.message,type:"success"}),this.getData(),this.drawerClose())}).catch(e=>{console.log(e)})}else{let e={id:this.table_row[0].id,buildingId:this.reviseForm.ruleForm.buildingId,totalFloor:this.reviseForm.ruleForm.totalFloor,isElevator:this.reviseForm.ruleForm.isElevator,no:this.reviseForm.ruleForm.no};Object(i["o"])(e).then(e=>{console.log(e),e.status&&(this.$message({message:e.message,type:"success"}),this.getData(),this.drawerClose())}).catch(e=>{console.log(e)})}},tableCheck(e){this.table_row=e},getData(){this.$refs.table.loadData()},drawerClose(){for(let e in this.reviseForm.ruleForm)this.reviseForm.ruleForm[e]="";this.drawer_vrisible=!1},addBuild(){console.log(this.reviseForm.ruleForm),this.drawerControl=!0,this.drawer_vrisible=!0,this.drawerTitle="添加单元"},revise(e){console.log(e),e.length?e.length>1?this.$message.error("只能单条数据修改"):(this.drawerControl=!1,this.drawerTitle="修改单元",this.drawer_vrisible=!0,console.log(e[0].isElevator),this.reviseForm.ruleForm.buildingId=e[0].buildingId,this.reviseForm.ruleForm.totalFloor=e[0].totalFloor,this.reviseForm.ruleForm.isElevator=e[0].isElevator,this.reviseForm.ruleForm.no=e[0].no):this.$message.error("请选中需要修改的数据")},del(e){if(e.length){let e=[];for(let t=0;t<this.table_row.length;t++)e.push(this.table_row[t].id);this.$confirm("是否确认删除?删除不可恢复","删除",{confirmButtonText:"确定",cancelButtonText:"取消",confirmButtonClass:"confirmButton",cancelButtonClass:"cancelButton"}).then(()=>{this.$refs.table.tableDelete(e)}).catch(e=>{})}else this.$message.error("请选中需要删除的数据")}}},a=s,n=r("2877"),u=Object(n["a"])(a,o,l,!1,null,"776a3146",null);t["default"]=u.exports}}]);
|
|
//# sourceMappingURL=chunk-2d0b25d5.c5bae0c9.js.map
|