style:批量房屋
Showing
1 changed file
with
20 additions
and
13 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-22 17:08:30 | 4 | * @LastEditTime: 2024-01-24 09:30:19 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -56,16 +56,23 @@ | ... | @@ -56,16 +56,23 @@ |
56 | </el-form-item> | 56 | </el-form-item> |
57 | </el-col> | 57 | </el-col> |
58 | </el-row> | 58 | </el-row> |
59 | <div class="slxx_title title-block"> | 59 | <div class="slxx_title title-block" v-if="ruleForm.slsq.djywbm.includes('100')"> |
60 | 房屋信息列表 <el-form-item label="发证方式:" :disabled="!viewEdit"> | 60 | <el-row> |
61 | <el-radio-group v-model="ruleForm.slsq.fzfs"> | 61 | <el-col :span="19"> |
62 | <el-radio label="2">大证</el-radio> | 62 | <p>房屋信息列表</p> |
63 | <el-radio label="1">小证</el-radio> | 63 | </el-col> |
64 | </el-radio-group> | 64 | <el-col :span="5"> |
65 | </el-form-item> | 65 | <el-form-item label="发证方式:" :disabled="!viewEdit"> |
66 | <div class="triangle"></div> | 66 | <el-radio-group v-model="ruleForm.slsq.fzfs"> |
67 | <el-radio label="2">大证</el-radio> | ||
68 | <el-radio label="1">小证</el-radio> | ||
69 | </el-radio-group> | ||
70 | </el-form-item> | ||
71 | </el-col> | ||
72 | <!-- <div class="triangle"></div> --> | ||
73 | </el-row> | ||
67 | </div> | 74 | </div> |
68 | <cfBdcdyTable :tableData="ruleForm.qlxxList" /> | 75 | <cfBdcdyTable :tableData="ruleForm.qlxxList" /> |
69 | <div class="slxx_title title-block" v-if="ruleForm.slsq.djywbm.includes('100')"> | 76 | <div class="slxx_title title-block" v-if="ruleForm.slsq.djywbm.includes('100')"> |
70 | 权利人信息 | 77 | 权利人信息 |
71 | <div class="triangle"></div> | 78 | <div class="triangle"></div> |
... | @@ -119,7 +126,7 @@ | ... | @@ -119,7 +126,7 @@ |
119 | :disabled="viewEdit" | 126 | :disabled="viewEdit" |
120 | @upDateQlrxxList="upDateQlrxxList" | 127 | @upDateQlrxxList="upDateQlrxxList" |
121 | :tableData="ruleForm.qlrList" | 128 | :tableData="ruleForm.qlrList" |
122 | :gyfs="ruleForm.sldyList[0].gyfs" v-if="ruleForm.slsq.djywbm.includes('100')"/> | 129 | :gyfs="ruleForm.sldyList[0].gyfs" v-if="ruleForm.slsq.djywbm.includes('100')" /> |
123 | <div class="slxx_title title-block"> | 130 | <div class="slxx_title title-block"> |
124 | 登记原因 | 131 | 登记原因 |
125 | <div class="triangle"></div> | 132 | <div class="triangle"></div> |
... | @@ -163,7 +170,7 @@ | ... | @@ -163,7 +170,7 @@ |
163 | computed: { | 170 | computed: { |
164 | ...mapGetters(["dictData", "flag"]) | 171 | ...mapGetters(["dictData", "flag"]) |
165 | }, | 172 | }, |
166 | components: { qlrCommonTable ,cfBdcdyTable}, | 173 | components: { qlrCommonTable, cfBdcdyTable }, |
167 | data () { | 174 | data () { |
168 | return { | 175 | return { |
169 | isSave: true, | 176 | isSave: true, |
... | @@ -221,7 +228,7 @@ | ... | @@ -221,7 +228,7 @@ |
221 | } | 228 | } |
222 | }) | 229 | }) |
223 | that.isSave = this.viewEdit | 230 | that.isSave = this.viewEdit |
224 | 231 | ||
225 | } else { | 232 | } else { |
226 | that.isSave = false | 233 | that.isSave = false |
227 | that.$confirm(res.message, '提示', { | 234 | that.$confirm(res.message, '提示', { | ... | ... |
-
Please register or sign in to post a comment