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
4.5 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d21eb2c"],{d758: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)},s=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-titel"},[t("span",[e._v("楼栋信息")])])}],i=r("2b74"),l={data(){return{drawerTitle:"",bool:!1,drawer_vrisible:!1,drawerControl:!0,config:{thead:[{label:"序号",type:"index",width:"80"},{label:"楼栋号",prop:"no",width:"auto"},{label:"楼栋名称",prop:"name",width:"auto"},{label:"楼栋ID",prop:"code",width:"auto"},{label:"导入编号",prop:"id",width:"auto"}],url:"buildList",data:{pageNum:1,size:10},search_item:[{type:"Input",label:"楼栋名称",placeholder:"请输入内容",prop:"name"},{type:"Int",label:"楼栋编号",placeholder:"请输入",prop:"no"}]},table_row:[],reviseForm:{ruleForm:{code:null,name:null,no:null},rules:{code:[{required:!0,message:"请填写楼栋名称",trigger:"blur"}],no:[{required:!0,message:"请填写楼栋编号",trigger:"blur"}],name:[{required:!0,message:"请填写楼栋名称",trigger:"blur"}]},form_item:[{type:"Int",label:"楼栋编号",placeholder:"请输入",width:"100%",prop:"no"},{type:"Input",label:"楼栋名称",placeholder:"请输入",width:"100%",prop:"name"}]}}},methods:{ruleSubmit(e){this.bool=e},onSubmit(){if(this.$refs.childFrom.submitForm(),this.bool)if(this.drawerControl){let e={no:parseInt(this.reviseForm.ruleForm.no),name:this.reviseForm.ruleForm.name};Object(i["f"])(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,no:parseInt(this.reviseForm.ruleForm.no),name:this.reviseForm.ruleForm.name};Object(i["g"])(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(){console.log(this.$refs.childFrom.reset),this.$refs.childFrom.reset();for(let e in this.reviseForm.ruleForm)this.reviseForm.ruleForm[e]="";this.drawerControl||this.reviseForm.form_item.shift(),this.drawer_vrisible=!1},addBuild(){this.drawerControl=!0,this.drawer_vrisible=!0,this.drawerTitle="添加楼栋"},revise(e){if(console.log(e),!e.length)return void this.$message.error("请选中需要修改的数据");if(e.length>1)return void this.$message.error("只能单条数据修改");let t={type:"Input",label:"楼栋ID",placeholder:"请输入",disabled:!0,width:"100%",prop:"code"};this.reviseForm.form_item.splice(0,0,t),this.drawerControl=!1,this.drawerTitle="修改楼栋",this.drawer_vrisible=!0,this.reviseForm.ruleForm.code=e[0].code,this.reviseForm.ruleForm.name=e[0].name,this.reviseForm.ruleForm.no=e[0].no},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=l,n=r("2877"),c=Object(n["a"])(a,o,s,!1,null,"78134178",null);t["default"]=c.exports}}]);
//# sourceMappingURL=chunk-2d21eb2c.1e230304.js.map