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
32 KiB
2 lines
32 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-26cac444"],{3939:function(e,t,l){"use strict";l("565b")},"565b":function(e,t,l){},"61da":function(e,t,l){},"632f":function(e,t,l){"use strict";l("b8ba")},"652a":function(e,t,l){"use strict";l("aab4")},"8a5e":function(e,t,l){"use strict";l("b89b")},"90d7":function(e,t,l){"use strict";l.r(t);var i=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content"},[e._m(0),t("div",{staticClass:"content"},[t("VueTable",{ref:"table",attrs:{config:e.config},on:{tableCheck:e.tableCheck}},[t("template",{slot:"footer"},[t("div",{staticClass:"table-footer"})])],2)],1),t("addTenant",{attrs:{drawerTitle:"添加租客",drawerVrisible:e.add_vrisible},on:{handleClose:e.addOwnerClose}}),t("detailsOwner",{attrs:{drawerTitle:"业主租客",owerId:e.owerId,drawerVrisible:e.details_vrisible},on:{handleClose:e.detailsOwnerClose}}),t("reviseOwner",{attrs:{drawerTitle:"修改信息",owerId:e.reviseOwerId,drawerVrisible:e.revise_vrisible},on:{handleClose:e.reviseOwnerClose}}),t("linkHouse",{attrs:{drawerTitle:"关联房屋",owerId:e.linkHouseOwerId,drawerVrisible:e.linkHouse_vrisible},on:{handleClose:e.linkHouseClose}}),t("linkParking",{attrs:{drawerTitle:"关联车位",owerId:e.linkParkOwerId,drawerVrisible:e.linkPark_vrisible},on:{handleClose:e.linkParkClose}})],1)},a=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-titel"},[t("span",[e._v("租户档案")])])}],r=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:"childFrom",attrs:{formObj:e.fromjson}}),[t("div",[t("div",{staticClass:"hr"}),t("div",[t("div",{staticClass:"add"},[t("span",{on:{click:e.addMember}},[e._v("添加成员")])]),t("div",{staticClass:"content-table"},[[t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData,"highlight-current-row":"","header-cell-style":{background:"#F5F5F6",color:"#999999"}}},[t("el-table-column",{attrs:{label:"序号",width:"80",type:"index"}}),t("el-table-column",{attrs:{prop:"date",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-input",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.name,callback:function(t){e.$set(l.row,"name",t)},expression:"scope.row.name"}})]}}])}),t("el-table-column",{attrs:{prop:"name",label:"手机号"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-input",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.tel,callback:function(t){e.$set(l.row,"tel",t)},expression:"scope.row.tel"}})]}}])}),t("el-table-column",{attrs:{prop:"address",label:"身份"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-select",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.identity,callback:function(t){e.$set(l.row,"identity",t)},expression:"scope.row.identity"}},e._l(e.identityOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)]}}])}),t("el-table-column",{attrs:{label:"证件类型"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-select",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.idType,callback:function(t){e.$set(l.row,"idType",t)},expression:"scope.row.idType"}},e._l(e.userOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)]}}])}),t("el-table-column",{attrs:{prop:"address",width:"220",label:"证件号码"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("div",{staticClass:"column_flex"},[t("div",{staticStyle:{flex:"1"}},[t("el-input",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.idNumber,callback:function(t){e.$set(l.row,"idNumber",t)},expression:"\n scope.row\n .idNumber\n "}})],1),0!==l.$index?t("div",{staticStyle:{"padding-left":"10px"},on:{click:function(t){return e.deleteRow(l.$index,e.tableData)}}},[t("span",[t("i",{staticClass:"el-icon-delete"})])]):e._e()])]}}])})],1)]],2)])])]],2),t("FromCard",{staticStyle:{margin:"30px"}},[t("span",{attrs:{slot:"title"},slot:"title"},[e._v("房屋信息")]),e._l(e.hoursArray,(function(l,i){return t("div",{key:i,staticClass:"flex"},[[t("div",{staticClass:"label-span"},[t("span",[e._v("房屋信息"),t("span",{directives:[{name:"show",rawName:"v-show",value:0!==i,expression:"index !== 0"}]},[e._v(e._s(i+1))])])]),t("div",[t("el-select",{staticStyle:{width:"108px","margin-right":"16px"},attrs:{filterable:"",size:"small",placeholder:"幢"},on:{change:t=>e.buildChange(t,i)},model:{value:l.buildValue,callback:function(t){e.$set(l,"buildValue",t)},expression:"item.buildValue"}},e._l(e.buildOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticStyle:{width:"108px","margin-right":"16px"},attrs:{filterable:"",size:"small",placeholder:"单元"},on:{change:t=>e.unitChange(t,i)},model:{value:l.unitValue,callback:function(t){e.$set(l,"unitValue",t)},expression:"item.unitValue"}},e._l(l.unitOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticStyle:{width:"108px","margin-right":"16px"},attrs:{filterable:"",size:"small",placeholder:"房间号"},model:{value:l.buildingUnitEstateId,callback:function(t){e.$set(l,"buildingUnitEstateId",t)},expression:"item.buildingUnitEstateId"}},e._l(l.hoursOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-date-picker",{attrs:{type:"date",size:"mini",change:"getTime","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择开始日期"},model:{value:e.hoursArray[i].effectiveTimeStart,callback:function(t){e.$set(e.hoursArray[i],"effectiveTimeStart",t)},expression:"hoursArray[index].effectiveTimeStart"}}),t("el-date-picker",{attrs:{type:"date",size:"mini","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择结束日期"},on:{change:e.getTime},model:{value:e.hoursArray[i].effectiveTimeEnd,callback:function(t){e.$set(e.hoursArray[i],"effectiveTimeEnd",t)},expression:"hoursArray[index].effectiveTimeEnd"}})],1),t("div",[t("span",{staticStyle:{"font-size":"19px","margin-right":"8px"},on:{click:e.houseAdd}},[t("i",{staticClass:"el-icon-circle-plus-outline"})]),0!==i?t("span",{staticStyle:{"font-size":"19px"},on:{click:function(t){return e.houseRemove(i)}}},[t("i",{staticClass:"el-icon-remove-outline"})]):e._e()])]],2)}))],2),t("FromCard",{staticStyle:{margin:"30px"}},[t("span",{attrs:{slot:"title"},slot:"title"},[e._v("车位信息")]),e._l(e.parkingArray,(function(l,i){return t("div",{key:i,staticClass:"flex"},[t("div",{staticClass:"label-span"},[t("span",[e._v("车位信息"),t("span",{directives:[{name:"show",rawName:"v-show",value:0!==i,expression:"index !== 0"}]},[e._v(e._s(i+1))])])]),t("div",[t("el-select",{staticStyle:{"margin-right":"16px"},attrs:{size:"small",filterable:"",placeholder:"请输入"},on:{change:t=>e.parkingChange(t,i)},model:{value:l.id,callback:function(t){e.$set(l,"id",t)},expression:"item.id"}},e._l(e.parkingOptions,(function(e){return t("el-option",{key:e.id,attrs:{label:e.code,value:e.id}})})),1),t("el-date-picker",{attrs:{type:"date",size:"mini",change:"getTime","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择开始日期"},model:{value:e.parkingArray[i].effectiveTimeStart,callback:function(t){e.$set(e.parkingArray[i],"effectiveTimeStart",t)},expression:"parkingArray[index].effectiveTimeStart"}}),t("el-date-picker",{attrs:{type:"date",size:"mini","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择结束日期"},on:{change:e.getTime},model:{value:e.parkingArray[i].effectiveTimeEnd,callback:function(t){e.$set(e.parkingArray[i],"effectiveTimeEnd",t)},expression:"parkingArray[index].effectiveTimeEnd"}})],1),t("div",[t("span",{staticStyle:{"font-size":"19px"},on:{click:e.parkingAdd}},[t("i",{staticClass:"el-icon-circle-plus-outline"})]),0!==i?t("span",{staticStyle:{"font-size":"19px","margin-left":"8px"},on:{click:function(t){return e.parkingRemove(i)}}},[t("i",{staticClass:"el-icon-remove-outline"})]):e._e()])])}))],2),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)},s=[],n=l("2b74"),o={props:{drawerVrisible:{type:Boolean,default:()=>!1},drawerTitle:{type:String,default:()=>""}},data(){return{buildOptions:[],hoursArray:[{buildValue:null,unitValue:null,unitOptions:[],hoursOptions:[],buildingUnitEstateId:null,effectiveTimeStart:null,effectiveTimeEnd:null}],parkingOptions:[],parkingList:[],parkingArray:[{id:null,status:2,effectiveTimeStart:null,effectiveTimeEnd:null}],userOptions:[{label:"身份证",value:1},{label:"营业执照",value:2}],identityOptions:[{label:"父亲",value:1},{label:"母亲",value:2},{label:"其他",value:3}],drawer_vrisible:!1,tableData:[],fromjson:{ruleForm:{tel:null,name:null,idType:null,idNumber:null},form_item:[{type:"Input",label:"业主姓名",placeholder:"请输入",width:"50%",prop:"name"},{type:"Input",label:"联系方式",placeholder:"请输入",width:"50%",prop:"tel"},{type:"Select",label:"证件类型",placeholder:"请输入",options:[{value:1,label:"身份证"},{value:2,label:"营业执照"}],width:"50%",prop:"idType"},{type:"Input",label:"证件号码",placeholder:"请输入",width:"50%",prop:"idNumber"}]}}},mounted(){Object(n["m"])().then(e=>{this.buildOptions=e}),Object(n["b"])({url:"parkList",data:{pageNum:1,size:100}}).then(e=>{this.parkingOptions=e.tableList,console.log(e)})},methods:{getTime(e){console.log(e),console.log(this.hoursArray),console.log(this.parkingArray)},parkingChange(e,t){this.$set(this.parkingList,t,e),console.log(this.parkingList)},onSubmit(){let e=this.hoursArray;for(let a in this.fromjson.ruleForm)if(!this.fromjson.ruleForm[a])return void this.$message({message:"基础信息为必填项",type:"error"});let t=!0,l=this.tableData.map(e=>(e.name&&e.tel&&e.idType&&e.idNumber&&e.identity||(t=!1),{name:e.name,tel:e.tel,idType:e.idType,idNumber:e.idNumber,identity:e.identity}));if(!1===t)return void this.$message({message:"请完善成员信息填写(可不填写)",type:"error"});for(let a=0;a<e.length;a++)if(null===e[a])return void this.$message({message:"请将房屋信息填写完整",type:"error"});let i={userResident:{name:this.fromjson.ruleForm.name,tel:this.fromjson.ruleForm.tel,idType:this.fromjson.ruleForm.idType,idNumber:this.fromjson.ruleForm.idNumber},voRelativesList:l,cpmResidentEstateList:e,cpmParkingSpaceList:this.parkingArray};console.log(i),Object(n["O"])(i).then(e=>{e.status&&(this.$message({message:e.message,type:"success"}),this.drawerClose())})},drawerClose(){console.log(1),this.parkingArray=[{id:null,status:2,effectiveTimeStart:null,effectiveTimeEnd:null}],this.tableData=[],this.drawer_vrisible=!1,this.$emit("handleClose","Close")},addMember(){this.tableData.push({name:null,tel:null,idType:null,idNumber:null,identity:null})},houseAdd(){this.hoursArray.push({buildValue:null,unitValue:null,unitOptions:[],hoursOptions:[],buildingUnitEstateId:null})},buildChange(e,t){this.hoursArray[t].unitOptions=[],this.hoursArray[t].hoursOptions=[],this.hoursArray[t].unitValue=null,this.hoursArray[t].buildingUnitEstateId=null;let l={id:e};Object(n["v"])(l).then(e=>{this.hoursArray[t].unitOptions=e})},unitChange(e,t){this.hoursArray[t].buildingUnitEstateId=null,this.hoursArray[t].hoursOptions=[];let l={id:e};Object(n["w"])(l).then(e=>{this.hoursArray[t].hoursOptions=e})},houseRemove(e){this.hoursArray.splice(e,1)},parkingAdd(){this.parkingArray.push({id:null,status:2,effectiveTimeStart:null,effectiveTimeEnd:null})},parkingRemove(e){this.parkingArray.splice(e,1)},deleteRow(e,t){t.splice(e,1)}},watch:{drawerVrisible:{handler(e){this.drawer_vrisible=e}}}},d=o,u=(l("8a5e"),l("2877")),c=Object(u["a"])(d,r,s,!1,null,"31e2bf61",null),p=c.exports,m=l("de4d"),h=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:"childFrom",attrs:{formObj:e.fromjson}}),[t("div",[t("div",{staticClass:"hr"}),t("div",[t("div",{staticClass:"add"},[t("span",{on:{click:e.addMember}},[e._v("添加成员")])]),t("div",{staticClass:"content-table"},[[t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData,"highlight-current-row":"","header-cell-style":{background:"#F5F5F6",color:"#999999"}}},[t("el-table-column",{attrs:{label:"序号",width:"80",type:"index"}}),t("el-table-column",{attrs:{prop:"date",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-input",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.name,callback:function(t){e.$set(l.row,"name",t)},expression:"scope.row.name"}})]}}])}),t("el-table-column",{attrs:{prop:"name",label:"手机号"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-input",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.tel,callback:function(t){e.$set(l.row,"tel",t)},expression:"scope.row.tel"}})]}}])}),t("el-table-column",{attrs:{prop:"address",label:"身份"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-select",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.identity,callback:function(t){e.$set(l.row,"identity",t)},expression:"scope.row.identity"}},e._l(e.identityOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)]}}])}),t("el-table-column",{attrs:{label:"证件类型"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("el-select",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.idType,callback:function(t){e.$set(l.row,"idType",t)},expression:"scope.row.idType"}},e._l(e.idTypeOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)]}}])}),t("el-table-column",{attrs:{prop:"address",width:"220",label:"证件号码"},scopedSlots:e._u([{key:"default",fn:function(l){return[t("div",{staticClass:"column_flex"},[t("div",{staticStyle:{flex:"1"}},[t("el-input",{attrs:{size:"small",placeholder:"请输入"},model:{value:l.row.idNumber,callback:function(t){e.$set(l.row,"idNumber",t)},expression:"scope.row.idNumber"}})],1),0!==l.$index?t("div",{staticStyle:{"padding-left":"10px"},on:{click:function(t){return e.deleteRow(l.$index,e.tableData)}}},[t("span",[t("i",{staticClass:"el-icon-delete"})])]):e._e()])]}}])})],1)]],2)])])]],2),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)},b=[],f={props:{drawerVrisible:{type:Boolean,default:()=>!1},drawerTitle:{type:String,default:()=>""},owerId:{type:Number,default:()=>null}},data(){return{idTypeOptions:[{label:"身份证",value:1},{label:"营业执照",value:2}],identityOptions:[{label:"父亲",value:1},{label:"母亲",value:2},{label:"其他",value:3}],drawer_vrisible:!1,tableData:[],userResident:{},cpmBuildingUnitEstateIdList:[],cpmParkingSpaceIdList:[],fromjson:{ruleForm:{tel:null,name:null,idType:null,idNumber:null},form_item:[{type:"Input",label:"业主姓名",placeholder:"请输入",disabled:!0,width:"50%",prop:"name"},{type:"Input",label:"联系方式",placeholder:"请输入",width:"50%",prop:"tel"},{type:"Select",label:"证件类型",disabled:!0,placeholder:"请输入",options:[{value:1,label:"身份证"},{value:2,label:"营业执照"}],width:"50%",prop:"idType"},{type:"Input",label:"证件号码",placeholder:"请输入",disabled:!0,width:"50%",prop:"idNumber"}]}}},methods:{onSubmit(){this.fromjson.ruleForm.id=this.owerId;let e=!0,t=this.tableData.map(t=>(t.name&&t.tel&&t.idType&&t.idNumber&&t.identity||(e=!1),{name:t.name,tel:t.tel,idType:t.idType,idNumber:t.idNumber,identity:t.identity}));if(!1===e)return void this.$message({message:"请完善成员信息填写(可不填写)",type:"error"});let l={userResident:this.fromjson.ruleForm,userRelatives:t};Object(n["P"])(l).then(e=>{e.status&&(this.$message({message:e.message,type:"success"}),this.drawerClose())})},getData(e){let t={id:e};Object(n["V"])(t).then(e=>{this.fromjson.ruleForm.tel=e.userResident.tel,this.fromjson.ruleForm.name=e.userResident.name,this.fromjson.ruleForm.idType=e.userResident.idType,this.fromjson.ruleForm.idNumber=e.userResident.idNumber,this.tableData=e.voRelativesList})},drawerClose(){this.drawer_vrisible=!1,this.$emit("handleClose","Close")},addMember(){this.tableData.push({name:null,tel:null,idType:null,idNumber:null,identity:null})},deleteRow(e,t){t.splice(e,1)}},watch:{drawerVrisible:{handler(e){this.drawer_vrisible=e}},owerId:{handler(e){this.getData(e)}}}},v=f,y=(l("3939"),Object(u["a"])(v,h,b,!1,null,"1b3db404",null)),w=y.exports,g=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:"childFrom",attrs:{formObj:e.fromjson}})],1),t("FromCard",{staticStyle:{margin:"30px"}},[t("span",{attrs:{slot:"title"},slot:"title"},[e._v("车位信息")]),e._l(e.parkingArray,(function(l,i){return t("div",{key:i,staticClass:"flex"},[t("div",{staticClass:"label-span"},[t("span",[e._v("车位信息"),t("span",{directives:[{name:"show",rawName:"v-show",value:0!==i,expression:"index !== 0"}]},[e._v(e._s(i+1))])])]),t("div",[t("el-select",{staticStyle:{"margin-right":"16px"},attrs:{size:"small","remote-method":e.parkRemoteMethod,remote:"",filterable:"",placeholder:"请输入"},on:{change:t=>e.parkChange(i,t),focus:e.parkFocus},model:{value:l.id,callback:function(t){e.$set(l,"id",t)},expression:"item.id"}},e._l(e.parkingOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-date-picker",{attrs:{type:"date",size:"mini","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择开始日期"},model:{value:e.parkingArray[i].effectiveTimeStart,callback:function(t){e.$set(e.parkingArray[i],"effectiveTimeStart",t)},expression:"parkingArray[index].effectiveTimeStart"}}),t("el-date-picker",{attrs:{type:"date",size:"mini","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择结束日期"},model:{value:e.parkingArray[i].effectiveTimeEnd,callback:function(t){e.$set(e.parkingArray[i],"effectiveTimeEnd",t)},expression:"parkingArray[index].effectiveTimeEnd"}})],1),t("div",[t("span",{staticStyle:{"font-size":"19px"},on:{click:e.parkingAdd}},[t("i",{staticClass:"el-icon-circle-plus-outline"})]),0!==i?t("span",{staticStyle:{"font-size":"19px","margin-left":"8px"},on:{click:function(t){return e.parkingRemove(i)}}},[t("i",{staticClass:"el-icon-remove-outline"})]):e._e()])])}))],2),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)},k=[],_={props:{drawerVrisible:{type:Boolean,default:()=>!1},drawerTitle:{type:String,default:()=>""},owerId:{type:Number,default:()=>null}},data(){return{loading:!1,drawer_vrisible:!1,parkingOptions:[],parkingArray:[{id:null,status:2,effectiveTimeStart:null,effectiveTimeEnd:null}],fromjson:{ruleForm:{tel:null,name:null,idType:null,idNumber:null},form_item:[{type:"span",label:"业主姓名",width:"50%",prop:"name"},{type:"span",width:"50%",label:"联系方式",prop:"tel"},{type:"span",width:"50%",label:"证件类型",prop:"idType"},{type:"span",width:"50%",label:"证件号码",prop:"idNumber"}]}}},mounted(){},methods:{parkChange(){},parkRemoteMethod(e){this.parkingOptions=[];let t={pageNum:1,size:50,code:e};this.loading=!0,Object(n["r"])(t).then(e=>{e.tableList.map(e=>{this.parkingOptions.push({value:e.id,label:e.code})}),this.loading=!1,console.log(e)})},parkFocus(){this.parkingOptions=[];let e={pageNum:1,size:50};this.loading=!0,Object(n["r"])(e).then(e=>{e.tableList.map(e=>{this.parkingOptions.push({value:e.id,label:e.code})}),this.loading=!1,console.log(e)})},onSubmit(){console.log(this.parkingOptions)},getData(e){let t={id:e};Object(n["Y"])(t).then(e=>{console.log(e),this.fromjson.ruleForm.tel=e.userResident.tel,this.fromjson.ruleForm.name=e.userResident.name,this.fromjson.ruleForm.idType=e.userResident.idType,this.fromjson.ruleForm.idNumber=e.userResident.idNumber})},parkingAdd(){this.parkingArray.push({id:null})},parkingRemove(e){this.parkingArray.splice(e,1)},drawerClose(){this.drawer_vrisible=!1,this.$emit("handleClose","Close")}},watch:{drawerVrisible:{handler(e){this.drawer_vrisible=e}},owerId:{handler(e){this.getData(e)}}}},C=_,x=(l("632f"),Object(u["a"])(C,g,k,!1,null,"15f3f5d2",null)),T=x.exports,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:"childFrom",attrs:{formObj:e.fromjson}})],1),t("FromCard",{staticStyle:{margin:"30px"}},[t("span",{attrs:{slot:"title"},slot:"title"},[e._v("房屋信息")]),e._l(e.hoursArray,(function(l,i){return t("div",{key:i,staticClass:"flex"},[[t("div",{staticClass:"label-span"},[t("span",[e._v("房屋信息"),t("span",{directives:[{name:"show",rawName:"v-show",value:0!==i,expression:"index !== 0"}]},[e._v(e._s(i+1))])])]),t("div",[t("el-select",{staticStyle:{width:"108px","margin-right":"16px"},attrs:{filterable:"",size:"small",placeholder:"幢"},on:{change:t=>e.buildChange(t,i)},model:{value:l.buildValue,callback:function(t){e.$set(l,"buildValue",t)},expression:"item.buildValue"}},e._l(e.buildOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticStyle:{width:"108px","margin-right":"16px"},attrs:{filterable:"",size:"small",placeholder:"单元"},on:{change:t=>e.unitChange(t,i)},model:{value:l.unitValue,callback:function(t){e.$set(l,"unitValue",t)},expression:"item.unitValue"}},e._l(l.unitOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticStyle:{width:"108px","margin-right":"16px"},attrs:{filterable:"",size:"small",placeholder:"房间号"},model:{value:l.hoursValue,callback:function(t){e.$set(l,"hoursValue",t)},expression:"item.hoursValue"}},e._l(l.hoursOptions,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-date-picker",{attrs:{type:"date",size:"mini","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择开始日期"},on:{change:e.getTime},model:{value:e.hoursArray[i].effectiveTimeStart,callback:function(t){e.$set(e.hoursArray[i],"effectiveTimeStart",t)},expression:"hoursArray[index].effectiveTimeStart"}}),t("el-date-picker",{attrs:{type:"date",size:"mini","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择结束日期"},on:{change:e.getTime},model:{value:e.hoursArray[i].effectiveTimeEnd,callback:function(t){e.$set(e.hoursArray[i],"effectiveTimeEnd",t)},expression:"hoursArray[index].effectiveTimeEnd"}})],1),t("div",[t("span",{staticStyle:{"font-size":"19px","margin-right":"8px"},on:{click:e.houseAdd}},[t("i",{staticClass:"el-icon-circle-plus-outline"})]),0!==i?t("span",{staticStyle:{"font-size":"19px"},on:{click:function(t){return e.houseRemove(i)}}},[t("i",{staticClass:"el-icon-remove-outline"})]):e._e()])]],2)}))],2),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)},S=[],A={props:{drawerVrisible:{type:Boolean,default:()=>!1},drawerTitle:{type:String,default:()=>""},owerId:{type:Number,default:()=>null}},data(){return{drawer_vrisible:!1,buildOptions:[],hoursArray:[{buildValue:null,unitValue:null,unitOptions:[],hoursOptions:[],buildingUnitEstateId:null,effectiveTimeStart:null,effectiveTimeEnd:null}],fromjson:{ruleForm:{tel:null,name:null,idType:null,idNumber:null},form_item:[{type:"span",label:"业主姓名",width:"50%",prop:"name"},{type:"span",width:"50%",label:"联系方式",prop:"tel"},{type:"span",width:"50%",label:"证件类型",prop:"idType"},{type:"span",width:"50%",label:"证件号码",prop:"idNumber"}]}}},mounted(){Object(n["m"])().then(e=>{this.buildOptions=e})},methods:{getTime(){console.log(this.hoursArray)},onSubmit(){},getData(e){this.hoursArray=[];let t={id:e};Object(n["X"])(t).then(e=>{console.log(e.cpmBuildingUnitEstateIdList);for(let t=0;t<e.cpmBuildingUnitEstateIdList.length;t++)this.houseAdd();this.fromjson.ruleForm.tel=e.userResident.tel,this.fromjson.ruleForm.name=e.userResident.name,this.fromjson.ruleForm.idType=e.userResident.idType,this.fromjson.ruleForm.idNumber=e.userResident.idNumber})},houseAdd(){this.hoursArray.push({buildValue:null,unitValue:null,unitOptions:[],hoursOptions:[],hoursValue:null})},buildChange(e,t){this.hoursArray[t].unitOptions=[],this.hoursArray[t].hoursOptions=[],this.hoursArray[t].unitValue=null,this.hoursArray[t].hoursValue=null;let l={id:e};Object(n["v"])(l).then(e=>{this.hoursArray[t].unitOptions=e})},unitChange(e,t){this.hoursArray[t].hoursValue=null,this.hoursArray[t].hoursOptions=[];let l={id:e};Object(n["w"])(l).then(e=>{this.hoursArray[t].hoursOptions=e})},houseRemove(e){this.hoursArray.splice(e,1)},drawerClose(){this.drawer_vrisible=!1,this.$emit("handleClose","Close")}},watch:{drawerVrisible:{handler(e){this.drawer_vrisible=e}},owerId:{handler(e){this.getData(e)}}}},$=A,I=(l("652a"),Object(u["a"])($,O,S,!1,null,"9fe0e45a",null)),V=I.exports,j={components:{addTenant:p,detailsOwner:m["a"],reviseOwner:w,linkParking:T,linkHouse:V},data(){return{owerId:null,reviseOwerId:null,linkHouseOwerId:null,linkParkOwerId:null,drawerTitle:"",drawer_vrisible:!1,add_vrisible:!1,details_vrisible:!1,revise_vrisible:!1,linkHouse_vrisible:!1,linkPark_vrisible:!1,table_row:[],parkType:[],parkStatus:[],config:{search_item:[{type:"Input",label:"租客姓名",placeholder:"请输入",prop:"name"},{type:"Input",label:"租客手机号",placeholder:"请输入",prop:"tel"}],thead:[{label:"序号",type:"index",width:"80"},{label:"姓名",prop:"name",width:"auto"},{label:"手机号",prop:"tel",width:"auto"},{label:"车牌号",prop:"carCode",width:"auto"},{label:"租房屋",prop:"roomName",width:"auto"},{label:"起始时间",prop:"effectiveTimeStart",width:"auto"},{label:"终止时间",prop:"effectiveTimeEnd",width:"auto"}],url:"tenantList",data:{pageNum:1,size:10}}}},methods:{linkParkDrawer(e){e.length?e.length>1?this.$message.error("只能选择一条数据"):(this.linkParkOwerId=e[0].id,this.linkPark_vrisible=!0):this.$message.error("请选中一条数据")},linkParkClose(){this.linkPark_vrisible=!1},linkHouseDrawer(e){e.length?e.length>1?this.$message.error("只能选择一条数据"):(this.linkHouseOwerId=e[0].id,this.linkHouse_vrisible=!0):this.$message.error("请选中一条数据")},linkHouseClose(){this.linkHouse_vrisible=!1},reviseOwnerDrawer(e){e.length?e.length>1?this.$message.error("只能选择一条数据"):(this.reviseOwerId=e[0].id,this.revise_vrisible=!0):this.$message.error("请选中一条需修改的数据")},reviseOwnerClose(){this.revise_vrisible=!1,this.$refs.table.loadData()},detailsOwnerDrawer(e){e.length?e.length>1?this.$message.error("只能选择一条数据"):(this.owerId=e[0].id,this.details_vrisible=!0):this.$message.error("请选中一条需要查看的数据")},detailsOwnerClose(){this.details_vrisible=!1},addOwnerDrawer(){this.add_vrisible=!0},addOwnerClose(){this.add_vrisible=!1,this.$refs.table.loadData()},add(){this.drawer_vrisible=!0},handleClose(){this.drawer_vrisible=!1},tableCheck(e){this.table_row=e},getData(){this.$refs.table.loadData()},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("请选中需要删除的数据")}}},F=j,N=Object(u["a"])(F,i,a,!1,null,"78474944",null);t["default"]=N.exports},aab4:function(e,t,l){},b89b:function(e,t,l){},b8ba:function(e,t,l){},de4d:function(e,t,l){"use strict";var i=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("div",{staticClass:"flex"},[t("div",{staticClass:"from_item"},[t("div",{staticClass:"from_lable"},[t("span",[e._v("姓名")])]),t("div",{staticClass:"from_content"},[t("span",[e._v(e._s(e.userResident.name))])])]),t("div",{staticClass:"from_item"},[t("div",{staticClass:"from_lable"},[t("span",[e._v("手机号")])]),t("div",{staticClass:"from_content"},[t("span",[e._v(e._s(e.userResident.tel))])])]),e.cpmBuildingUnitEstateIdList.length>0?e._l(e.cpmBuildingUnitEstateIdList,(function(l,i){return t("div",{key:"house"+i,staticClass:"from_item"},[t("div",{staticClass:"from_lable"},[t("span",[e._v("房屋产权"+e._s(i+1))])]),t("div",{staticClass:"from_content"},[t("span",[e._v(e._s(l))])])])})):e._e(),e.cpmParkingSpaceIdList.length>0?e._l(e.cpmParkingSpaceIdList,(function(l,i){return t("div",{key:"park"+i,staticClass:"from_item"},[t("div",{staticClass:"from_lable"},[t("span",[e._v("车位产权"+e._s(i+1))])]),t("div",{staticClass:"from_content"},[t("span",[e._v(e._s(l))])])])})):e._e()],2)]),t("FromCard",{staticStyle:{margin:"30px"}},[t("span",{attrs:{slot:"title"},slot:"title"},[e._v("家庭成员")]),t("div",{staticClass:"content-table"},[[t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData,"highlight-current-row":"","header-cell-style":{background:"#F5F5F6",color:"#999999"}}},[t("el-table-column",{attrs:{label:"序号",width:"80",type:"index"}}),t("el-table-column",{attrs:{prop:"name",label:"姓名"}}),t("el-table-column",{attrs:{prop:"tel",label:"手机号"}}),t("el-table-column",{attrs:{prop:"identity",label:"身份"}})],1)]],2)]),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=[],r=l("2b74"),s={props:{drawerVrisible:{type:Boolean,default:()=>!1},drawerTitle:{type:String,default:()=>"业主详情"},owerId:{type:Number,default:()=>null}},data(){return{drawer_vrisible:!1,tableData:[],userResident:{},cpmBuildingUnitEstateIdList:[],cpmParkingSpaceIdList:[]}},methods:{onSubmit(){},getData(e){let t={id:e};Object(r["V"])(t).then(e=>{console.log(e),this.tableData=e.voRelativesList,this.cpmParkingSpaceIdList=e.cpmParkingSpaceIdList,this.userResident=e.userResident,this.cpmBuildingUnitEstateIdList=e.cpmBuildingUnitEstateIdList})},drawerClose(){this.drawer_vrisible=!1,this.$emit("handleClose","Close")}},watch:{drawerVrisible:{handler(e){this.drawer_vrisible=e}},owerId:{handler(e){this.getData(e)}}}},n=s,o=(l("dee1"),l("2877")),d=Object(o["a"])(n,i,a,!1,null,"2a7919a4",null);t["a"]=d.exports},dee1:function(e,t,l){"use strict";l("61da")}}]);
|
|
//# sourceMappingURL=chunk-26cac444.83df7a7a.js.map
|