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

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d209b1b"],{a9c0:function(e,t,s){"use strict";s.r(t);var r=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.add()}}},[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.revises(e.table_row)}}},[e._v("修改")]),t("button",{on:{click:function(t){return e.del(e.table_row)}}},[e._v("删除")])])])],2)],1),t("addEidt",{ref:"addEidt",attrs:{drawerTitle:e.drawerTitle,drawerVrisible:e.drawer_vrisible},on:{addEidtSuccess:e.addEidtSuccess,handleClose:e.handleClose}})],1)},l=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-titel"},[t("span",[e._v("车位信息")])])}],o=function(){var e=this,t=e._self._c;return t("div",[t("Drawer",{attrs:{drawerTitle:e.drawerTitle,drawerVrisible:e.drawer_vrisible},on:{drawerClose:e.drawerClose}},[t("FromCard",{staticStyle:{margin:"30px"}},[t("span",{attrs:{slot:"title"},slot:"title"},[e._v("基本信息")]),t("VueForm",{ref:"childFroms",attrs:{formObj:e.fromjson},on:{ruleSuccess:e.addRuleSuccess}})],1),t("div",{staticStyle:{margin:"30px"}},[t("FromCard",[t("span",{attrs:{slot:"title"},slot:"title"},[e._v("业主关联")]),t("div",{},[t("VueForm",{ref:"childFrom",attrs:{formObj:e.addForm},on:{ruleSubmit:e.ruleSubmit},scopedSlots:e._u([{key:"name",fn:function(){return[t("el-select",{staticStyle:{width:"240px"},attrs:{"remote-method":e.remoteMethod,loading:e.loading,remote:"",filterable:"",placeholder:"请选择"},on:{change:e.change,focus:e.sefocus},model:{value:e.addForm.ruleForm.name,callback:function(t){e.$set(e.addForm.ruleForm,"name",t)},expression:"addForm.ruleForm.name"}},e._l(e.options,(function(e){return t("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)]},proxy:!0}])})],1)])],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)],1)},a=[],i=s("2b74"),d={props:{drawerVrisible:{type:Boolean,default:()=>!1},drawerTitle:{type:String,default:()=>""}},data(){return{loading:!1,options:[],drawer_vrisible:!1,editId:null,bool:!1,fromjson:{ruleForm:{code:null,status:null,type:null},rules:{code:[{required:!0,message:"请填写编号",trigger:"blur"}],status:[{required:!0,message:"请选择状态",trigger:"blur"}],type:[{required:!0,message:"请选择类型",trigger:"blur"}]},form_item:[{type:"Input",label:"车位编号\t",placeholder:"请输入",width:"50%",prop:"code"},{type:"Select",label:"状态",placeholder:"请输入",options:[],width:"50%",prop:"status"},{type:"Select",label:"车位类型",placeholder:"请输入",options:[],width:"50%",prop:"type"}]},addForm:{ruleForm:{tel:null,name:null,idType:null,idNumber:null,residentId:null},form_item:[{type:"Slot",label:"业主姓名",placeholder:"请输入",width:"50%",slotName:"name",prop:"name"},{type:"Input",label:"联系方式",placeholder:"请输入",width:"50%",disabled:!0,prop:"tel"},{type:"Select",label:"证件类型",placeholder:"请输入",disabled:!0,options:[{value:1,label:"身份证"},{value:2,label:"营业执照"}],width:"50%",prop:"idType"},{type:"Input",label:"证件号码",placeholder:"请输入",disabled:!0,width:"50%",prop:"idNumber"}]}}},mounted(){Object(i["x"])().then(e=>{let t=e.map(e=>({label:e.showName,value:e.showValue}));console.log(t),this.fromjson.form_item[1].options=t}),Object(i["y"])().then(e=>{let t=e.map(e=>({label:e.showName,value:e.showValue}));console.log(t),this.fromjson.form_item[2].options=t})},methods:{remoteMethod(e){let t={pageNum:1,size:20,name:e};this.loading=!0,Object(i["T"])(t).then(e=>{this.options=e.tableList,this.loading=!1,console.log(e)})},sefocus(){let e={pageNum:1,size:20};this.loading=!0,Object(i["T"])(e).then(e=>{this.options=e.tableList;let t={id:0,idNumber:"",idType:"",name:"(空)",tel:""};this.options.unshift(t),this.loading=!1,console.log(this.options)})},change(e){console.log(e),this.options.map(t=>{t.id===e&&(this.addForm.ruleForm.tel=t.tel,this.addForm.ruleForm.idType=t.idType,this.addForm.ruleForm.idNumber=t.idNumber,this.addForm.ruleForm.residentId=e)})},addRuleSuccess(){let e={code:this.fromjson.ruleForm.code,status:this.fromjson.ruleForm.status,type:this.fromjson.ruleForm.type,residentId:this.addForm.ruleForm.residentId};this.editId?(e.id=this.editId,Object(i["s"])(e).then(e=>{e.status&&(this.$message({message:e.message,type:"success"}),this.$emit("addEidtSuccess"),this.drawerClose()),console.log(e)})):Object(i["q"])(e).then(e=>{e.status&&(this.$message({message:e.message,type:"success"}),this.$emit("addEidtSuccess"),this.drawerClose()),console.log(e)})},onSubmit(){this.$refs.childFroms.submitForm()},drawerClose(){this.drawer_vrisible=!1,this.editId=null,this.$refs.childFroms.reset(),this.$refs.childFrom.reset(),this.$emit("handleClose","Close")},edit(e){let t={id:e};this.editId=e,Object(i["p"])(t).then(e=>{this.fromjson.ruleForm.code=e.data.code,this.fromjson.ruleForm.status=e.data.status,this.fromjson.ruleForm.type=e.data.type;let t={id:e.data.residentId};Object(i["W"])(t).then(t=>{this.addForm.ruleForm.idNumber=t.userResident.idNumber,this.addForm.ruleForm.name=t.userResident.name,this.addForm.ruleForm.tel=t.userResident.tel,this.addForm.ruleForm.idType=t.userResident.idType,this.addForm.ruleForm.residentId=e.residentId})}),this.editBool=!0,this.drawer_vrisible=!0},ruleSubmit(e){this.bool=e}},watch:{drawerVrisible:{handler(e){this.drawer_vrisible=e}}}},n=d,u=s("2877"),c=Object(u["a"])(n,o,a,!1,null,"123421ec",null),h=c.exports,m={components:{addEidt:h},data(){return{drawerTitle:"",drawer_vrisible:!1,table_row:[],parkType:[],parkStatus:[],config:{search_item:[{type:"Input",label:"车位编号",placeholder:"请输入",prop:"code"},{type:"select",label:"状态",placeholder:"请选择",options:[],prop:"status"},{type:"Input",label:"业主",placeholder:"请输入",prop:"residentName"}],thead:[{label:"序号",type:"index",width:"80"},{label:"车位编号",prop:"code",width:"auto"},{label:"状态",prop:"status",width:"auto",type:"function",callback:(e,t)=>{let s="";return this.parkStatus.map(t=>{e.status===t.showValue&&(s=t.showName)}),s}},{label:"车位类型",prop:"type",width:"auto",type:"function",callback:(e,t)=>{let s="";return this.parkType.map(t=>{e.type===t.showValue&&(s=t.showName)}),s}},{label:"业主",prop:"residentName",width:"auto"},{label:"使用人",prop:"userName",width:"auto"},{label:"联系方式",prop:"tel",width:"auto"}],url:"parkList",data:{pageNum:1,size:10}}}},mounted(){Object(i["y"])().then(e=>{this.parkType=e}),Object(i["x"])().then(e=>{this.parkStatus=e;let t=e.map(e=>({label:e.showName,value:e.showValue}));this.config.search_item[1].options=t})},methods:{revises(e){console.log(e),e.length?e.length>1?this.$message.error("只能单条数据修改"):(this.drawerTitle="修改房屋",this.$refs.addEidt.edit(e[0].id)):this.$message.error("请选中需要修改的数据")},addEidtSuccess(){this.$refs.table.loadData()},add(){this.drawerTitle="新增车位",this.drawer_vrisible=!0},handleClose(){this.drawer_vrisible=!1},tableCheck(e){this.table_row=e},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("请选中需要删除的数据")}}},p=m,b=Object(u["a"])(p,r,l,!1,null,"0a9f84c0",null);t["default"]=b.exports}}]);
//# sourceMappingURL=chunk-2d209b1b.ec57f04c.js.map