style:受理申请
Showing
2 changed files
with
14 additions
and
32 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-02 08:40:35 | 4 | * @LastEditTime: 2023-08-02 08:52:42 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -134,9 +134,9 @@ | ... | @@ -134,9 +134,9 @@ |
134 | <div class="triangle"></div> | 134 | <div class="triangle"></div> |
135 | </div> | 135 | </div> |
136 | <el-row :gutter="10"> | 136 | <el-row :gutter="10"> |
137 | <el-col :span="14" v-if="ruleForm.qlxx"> | 137 | <el-col :span="12" v-if="ruleForm.qlxx"> |
138 | <el-form-item label="共有方式:"> | 138 | <el-form-item label="共有方式:"> |
139 | <el-radio-group :disabled="!ableOperation" @change="showCZInfo" | 139 | <el-radio-group :disabled="!ableOperation" |
140 | v-model="ruleForm.sldy.gyfs"> | 140 | v-model="ruleForm.sldy.gyfs"> |
141 | <el-radio label="0">单独所有</el-radio> | 141 | <el-radio label="0">单独所有</el-radio> |
142 | <el-radio label="1">共同共有</el-radio> | 142 | <el-radio label="1">共同共有</el-radio> |
... | @@ -145,17 +145,16 @@ | ... | @@ -145,17 +145,16 @@ |
145 | </el-radio-group> | 145 | </el-radio-group> |
146 | </el-form-item> | 146 | </el-form-item> |
147 | </el-col> | 147 | </el-col> |
148 | <el-col :span="5"> | 148 | <!-- <el-col :span="5"> |
149 | <el-form-item label="发证方式:"> | 149 | <el-form-item label="发证方式:"> |
150 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> | 150 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> |
151 | <el-radio label="1">小证</el-radio> | 151 | <el-radio label="1">小证</el-radio> |
152 | <el-radio label="2">大证</el-radio> | 152 | <el-radio label="2">大证</el-radio> |
153 | </el-radio-group> | 153 | </el-radio-group> |
154 | </el-form-item> | 154 | </el-form-item> |
155 | </el-col> | 155 | </el-col> --> |
156 | 156 | ||
157 | 157 | <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'"> | |
158 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> | ||
159 | <el-form-item label="是否分别持证:"> | 158 | <el-form-item label="是否分别持证:"> |
160 | <el-radio-group v-model="ruleForm.sldy.sqfbcz" :disabled="!ableOperation"> | 159 | <el-radio-group v-model="ruleForm.sldy.sqfbcz" :disabled="!ableOperation"> |
161 | <el-radio label="1">是</el-radio> | 160 | <el-radio label="1">是</el-radio> |
... | @@ -163,7 +162,7 @@ | ... | @@ -163,7 +162,7 @@ |
163 | </el-radio-group> | 162 | </el-radio-group> |
164 | </el-form-item> | 163 | </el-form-item> |
165 | </el-col> | 164 | </el-col> |
166 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> | 165 | <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'"> |
167 | <el-form-item label="持证人:"> | 166 | <el-form-item label="持证人:"> |
168 | <el-select v-model="ruleForm.slsq.czr" placeholder="持证人" :disabled="!ableOperation"> | 167 | <el-select v-model="ruleForm.slsq.czr" placeholder="持证人" :disabled="!ableOperation"> |
169 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 168 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
... | @@ -288,13 +287,6 @@ | ... | @@ -288,13 +287,6 @@ |
288 | upDateQlrxxList (val) { | 287 | upDateQlrxxList (val) { |
289 | this.ruleForm.qlrList = _.cloneDeep(val); | 288 | this.ruleForm.qlrList = _.cloneDeep(val); |
290 | }, | 289 | }, |
291 | /** | ||
292 | * @description: showCZInfo | ||
293 | * @author: renchao | ||
294 | */ | ||
295 | showCZInfo () { | ||
296 | console.log(this.ruleForm.slsq.gyfs); | ||
297 | }, | ||
298 | // 更新权利人信息 | 290 | // 更新权利人信息 |
299 | /** | 291 | /** |
300 | * @description: 更新权利人信息 | 292 | * @description: 更新权利人信息 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-01 18:13:38 | 4 | * @LastEditTime: 2023-08-02 08:53:43 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -176,9 +176,9 @@ | ... | @@ -176,9 +176,9 @@ |
176 | <div class="triangle"></div> | 176 | <div class="triangle"></div> |
177 | </div> | 177 | </div> |
178 | <el-row :gutter="10"> | 178 | <el-row :gutter="10"> |
179 | <el-col :span="14" v-if="ruleForm.qlxx"> | 179 | <el-col :span="12" v-if="ruleForm.qlxx"> |
180 | <el-form-item label="共有方式:"> | 180 | <el-form-item label="共有方式:"> |
181 | <el-radio-group :disabled="!ableOperation" @change="showCZInfo" | 181 | <el-radio-group :disabled="!ableOperation" |
182 | v-model="ruleForm.sldy.gyfs"> | 182 | v-model="ruleForm.sldy.gyfs"> |
183 | <el-radio label="0">单独所有</el-radio> | 183 | <el-radio label="0">单独所有</el-radio> |
184 | <el-radio label="1">共同共有</el-radio> | 184 | <el-radio label="1">共同共有</el-radio> |
... | @@ -187,16 +187,16 @@ | ... | @@ -187,16 +187,16 @@ |
187 | </el-radio-group> | 187 | </el-radio-group> |
188 | </el-form-item> | 188 | </el-form-item> |
189 | </el-col> | 189 | </el-col> |
190 | <el-col :span="5"> | 190 | <!-- <el-col :span="5"> |
191 | <el-form-item label="发证方式:"> | 191 | <el-form-item label="发证方式:"> |
192 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> | 192 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> |
193 | <el-radio label="1">小证</el-radio> | 193 | <el-radio label="1">小证</el-radio> |
194 | <el-radio label="2">大证</el-radio> | 194 | <el-radio label="2">大证</el-radio> |
195 | </el-radio-group> | 195 | </el-radio-group> |
196 | </el-form-item> | 196 | </el-form-item> |
197 | </el-col> | 197 | </el-col> --> |
198 | 198 | ||
199 | <el-col :span="5" v-show="ruleForm.sldy.gyfs != '0'"> | 199 | <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'"> |
200 | <el-form-item label="是否分别持证:"> | 200 | <el-form-item label="是否分别持证:"> |
201 | <el-radio-group | 201 | <el-radio-group |
202 | v-model="ruleForm.sldy.sqfbcz" | 202 | v-model="ruleForm.sldy.sqfbcz" |
... | @@ -207,7 +207,7 @@ | ... | @@ -207,7 +207,7 @@ |
207 | </el-form-item> | 207 | </el-form-item> |
208 | </el-col> | 208 | </el-col> |
209 | <el-col | 209 | <el-col |
210 | :span="5" | 210 | :span="6" |
211 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> | 211 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> |
212 | <el-form-item label="持证人:"> | 212 | <el-form-item label="持证人:"> |
213 | <el-select | 213 | <el-select |
... | @@ -322,7 +322,6 @@ | ... | @@ -322,7 +322,6 @@ |
322 | } | 322 | } |
323 | }, | 323 | }, |
324 | methods: { | 324 | methods: { |
325 | // 更新土地用途信息 | ||
326 | /** | 325 | /** |
327 | * @description: 更新土地用途信息 | 326 | * @description: 更新土地用途信息 |
328 | * @param {*} val | 327 | * @param {*} val |
... | @@ -332,7 +331,6 @@ | ... | @@ -332,7 +331,6 @@ |
332 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 331 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
333 | this.key++; | 332 | this.key++; |
334 | }, | 333 | }, |
335 | // 更新权利人信息 | ||
336 | /** | 334 | /** |
337 | * @description: 更新权利人信息 | 335 | * @description: 更新权利人信息 |
338 | * @param {*} val | 336 | * @param {*} val |
... | @@ -342,14 +340,6 @@ | ... | @@ -342,14 +340,6 @@ |
342 | this.ruleForm.qlrList = _.cloneDeep(val); | 340 | this.ruleForm.qlrList = _.cloneDeep(val); |
343 | }, | 341 | }, |
344 | /** | 342 | /** |
345 | * @description: showCZInfo | ||
346 | * @author: renchao | ||
347 | */ | ||
348 | showCZInfo () { | ||
349 | console.log(this.ruleForm.slsq.gyfs); | ||
350 | }, | ||
351 | // 更新权利人信息 | ||
352 | /** | ||
353 | * @description: 更新权利人信息 | 343 | * @description: 更新权利人信息 |
354 | * @param {*} val | 344 | * @param {*} val |
355 | * @author: renchao | 345 | * @author: renchao | ... | ... |
-
Please register or sign in to post a comment