|
|
|
@ -117,9 +117,10 @@
|
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column label="操作" width="150"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<el-button type="text" size="small" @click="infoEditing(scope.row)" |
|
|
|
|
>编辑</el-button> |
|
|
|
|
<el-button type="text" size="small" @click="info(scope.row)" |
|
|
|
|
>房屋信息</el-button |
|
|
|
|
> |
|
|
|
|
>房屋信息</el-button> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
</el-table> |
|
|
|
@ -140,45 +141,45 @@
|
|
|
|
|
<el-dialog |
|
|
|
|
title="数据处理" |
|
|
|
|
:visible.sync="dialogFormVisible" |
|
|
|
|
width="70%" |
|
|
|
|
width="60%" |
|
|
|
|
:modal="false" |
|
|
|
|
> |
|
|
|
|
<el-form |
|
|
|
|
:model="ruleForm" |
|
|
|
|
:model="ruleFormer" |
|
|
|
|
:rules="rules" |
|
|
|
|
ref="ruleForm" |
|
|
|
|
label-width="180px" |
|
|
|
|
class="demo-ruleForm" |
|
|
|
|
> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="预售许可证号/房产证号:"> |
|
|
|
|
<span>渝住建委(2021)预字第(684)号</span> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="315楼盘名称:"> |
|
|
|
|
<span>上东汇小区F66-2</span> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="楼栋:"> |
|
|
|
|
<span>1号楼</span> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="业态:"> |
|
|
|
|
<span>高层</span> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<!-- <el-row>--> |
|
|
|
|
<!-- <el-col :span="12">--> |
|
|
|
|
<!-- <el-form-item label="预售许可证号/房产证号:">--> |
|
|
|
|
<!-- <span>渝住建委(2021)预字第(684)号</span>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- <el-col :span="12">--> |
|
|
|
|
<!-- <el-form-item label="315楼盘名称:">--> |
|
|
|
|
<!-- <span>上东汇小区F66-2</span>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- </el-row>--> |
|
|
|
|
<!-- <el-row>--> |
|
|
|
|
<!-- <el-col :span="12">--> |
|
|
|
|
<!-- <el-form-item label="楼栋:">--> |
|
|
|
|
<!-- <span>1号楼</span>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- <el-col :span="12">--> |
|
|
|
|
<!-- <el-form-item label="业态:">--> |
|
|
|
|
<!-- <span>高层</span>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- </el-row>--> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="楼盘名称:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
v-model="ruleFormer.blockName" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
|
style="width: 100%" |
|
|
|
@ -196,45 +197,47 @@
|
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="公告编号:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
placeholder="请输入公告编号" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="其它编号:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
placeholder="请输入其它编号" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="大业态:"> |
|
|
|
|
<el-form-item label="物业类型:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.value" |
|
|
|
|
placeholder="请选择大业态" |
|
|
|
|
style="width: 100%" |
|
|
|
|
v-model="ruleFormer.propertyType" |
|
|
|
|
placeholder="请选择物业类型" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in options" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
v-for="item in options" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<!-- <el-row>--> |
|
|
|
|
<!-- <el-col :span="12">--> |
|
|
|
|
<!-- <el-form-item label="公告编号:">--> |
|
|
|
|
<!-- <el-input--> |
|
|
|
|
<!-- v-model="ruleFormer.name"--> |
|
|
|
|
<!-- placeholder="请输入公告编号"--> |
|
|
|
|
<!-- ></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- <el-col :span="12">--> |
|
|
|
|
<!-- <el-form-item label="其它编号:">--> |
|
|
|
|
<!-- <el-input--> |
|
|
|
|
<!-- v-model="ruleFormer.name"--> |
|
|
|
|
<!-- placeholder="请输入其它编号"--> |
|
|
|
|
<!-- ></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- </el-row>--> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="业态:"> |
|
|
|
|
<el-form-item label="大业态:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.value" |
|
|
|
|
placeholder="请选择业态" |
|
|
|
|
v-model="ruleFormer.largeFormat" |
|
|
|
|
placeholder="请选择大业态" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
@ -247,13 +250,11 @@
|
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="物业类型:"> |
|
|
|
|
<el-form-item label="业态:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.value" |
|
|
|
|
placeholder="请选择大物业类型" |
|
|
|
|
v-model="ruleFormer.format" |
|
|
|
|
placeholder="请选择业态" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
@ -267,8 +268,9 @@
|
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12" style="float: right"> |
|
|
|
|
<el-col style="text-align: center"> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-button type="primary" @click="submitForm('ruleForm')" |
|
|
|
|
>提交</el-button |
|
|
|
@ -340,7 +342,7 @@ export default {
|
|
|
|
|
prop: "format", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
ruleForm: {}, |
|
|
|
|
ruleFormer: {}, |
|
|
|
|
rules: { |
|
|
|
|
name: [ |
|
|
|
|
{ required: true, message: "请输入活动名称", trigger: "blur" }, |
|
|
|
@ -449,11 +451,20 @@ export default {
|
|
|
|
|
// }, |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
//编辑弹框 |
|
|
|
|
infoEditing(row){ |
|
|
|
|
this.dialogFormVisible = true; |
|
|
|
|
console.log(row) |
|
|
|
|
this.ruleFormer = row; |
|
|
|
|
this.ruleFormer.blockName = this.upInfo.name; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//跳转到业态 |
|
|
|
|
infoYeTai() { |
|
|
|
|
|
|
|
|
|
// //业态 |
|
|
|
|
// this.$router.push({path:"/houseList/page/FormatInfo",query:{id:data.housingEstateId}}); |
|
|
|
|
this.$router.push({path:"/houseList/page/FormatInfo",query:{id:this.$route.query.id}}); |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
//子列表 |
|
|
|
@ -473,9 +484,12 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
//提交 |
|
|
|
|
submitForm(formName) { |
|
|
|
|
|
|
|
|
|
this.$refs[formName].validate((valid) => { |
|
|
|
|
|
|
|
|
|
if (valid) { |
|
|
|
|
alert("submit!"); |
|
|
|
|
// alert("submit!"); |
|
|
|
|
console.log(this.ruleFormer) |
|
|
|
|
} else { |
|
|
|
|
console.log("error submit!!"); |
|
|
|
|
return false; |
|
|
|
|