5894e5ed by renchao@pashanhoo.com

style:权利人信息

1 parent 9bedf8a2
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 11:14:21 4 * @LastEditTime: 2023-08-16 15:51:58
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
475 <el-form-item label="共有方式:"> 475 <el-form-item label="共有方式:">
476 <el-radio-group 476 <el-radio-group
477 :disabled="!ableOperation" 477 :disabled="!ableOperation"
478 v-model="ruleForm.qlxx.gyfs"> 478 v-model="ruleForm.sldy.gyfs">
479 <el-radio label="0">单独所有</el-radio> 479 <el-radio label="0">单独所有</el-radio>
480 <el-radio label="1">共同共有</el-radio> 480 <el-radio label="1">共同共有</el-radio>
481 <el-radio label="2">按份所有</el-radio> 481 <el-radio label="2">按份所有</el-radio>
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
489 @upDateQlrxxList="upDateQlrxxList" 489 @upDateQlrxxList="upDateQlrxxList"
490 :key="key" 490 :key="key"
491 :ableOperation="ableOperation" 491 :ableOperation="ableOperation"
492 :gyfs="ruleForm.qlxx.gyfs" /> 492 :gyfs="ruleForm.sldy.gyfs" />
493 493
494 <div v-if="ruleForm.ywrData"> 494 <div v-if="ruleForm.ywrData">
495 <div class="slxx_title title-block"> 495 <div class="slxx_title title-block">
......
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
15 :label-position="flag ? 'top' : ''" 15 :label-position="flag ? 'top' : ''"
16 :inline="flag" 16 :inline="flag"
17 :show-message="false" 17 :show-message="false"
18 label-width="145px" 18 label-width="145px">
19 >
20 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> 19 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''">
21 <div class="slxx_title title-block"> 20 <div class="slxx_title title-block">
22 补录信息 21 补录信息
...@@ -162,8 +161,7 @@ ...@@ -162,8 +161,7 @@
162 <el-form-item 161 <el-form-item
163 label="业务号:" 162 label="业务号:"
164 prop="qlxx.ywh" 163 prop="qlxx.ywh"
165 :rules="rules.ywhrules" 164 :rules="rules.ywhrules">
166 >
167 <el-input maxlength="20" v-model="ruleForm.qlxx.ywh" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');"></el-input> 165 <el-input maxlength="20" v-model="ruleForm.qlxx.ywh" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');"></el-input>
168 </el-form-item> 166 </el-form-item>
169 </el-col> 167 </el-col>
...@@ -188,15 +186,13 @@ ...@@ -188,15 +186,13 @@
188 <el-form-item 186 <el-form-item
189 label="登记类型: " 187 label="登记类型: "
190 prop="qlxx.djlx" 188 prop="qlxx.djlx"
191 :rules="rules.djlxrules" 189 :rules="rules.djlxrules">
192 >
193 <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> 190 <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange">
194 <el-option 191 <el-option
195 v-for="item in djlxlist" 192 v-for="item in djlxlist"
196 :key="item.dcode" 193 :key="item.dcode"
197 :label="item.dname" 194 :label="item.dname"
198 :value="item.dcode" 195 :value="item.dcode">
199 >
200 </el-option> 196 </el-option>
201 </el-select> 197 </el-select>
202 </el-form-item> 198 </el-form-item>
...@@ -210,8 +206,7 @@ ...@@ -210,8 +206,7 @@
210 <el-form-item 206 <el-form-item
211 label="不动产权证号:" 207 label="不动产权证号:"
212 prop="qlxx.bdcqzh" 208 prop="qlxx.bdcqzh"
213 :rules="rules.bdcqzhrules" 209 :rules="rules.bdcqzhrules">
214 >
215 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> 210 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input>
216 </el-form-item> 211 </el-form-item>
217 </el-col> 212 </el-col>
...@@ -224,8 +219,7 @@ ...@@ -224,8 +219,7 @@
224 <el-form-item 219 <el-form-item
225 label="登记机构:" 220 label="登记机构:"
226 prop="qlxx.djjg" 221 prop="qlxx.djjg"
227 :rules="rules.djjgrules" 222 :rules="rules.djjgrules">
228 >
229 <el-input v-model="ruleForm.qlxx.djjg"></el-input> 223 <el-input v-model="ruleForm.qlxx.djjg"></el-input>
230 </el-form-item> 224 </el-form-item>
231 </el-col> 225 </el-col>
...@@ -233,8 +227,7 @@ ...@@ -233,8 +227,7 @@
233 <el-form-item 227 <el-form-item
234 label="登簿人:" 228 label="登簿人:"
235 prop="qlxx.dbr" 229 prop="qlxx.dbr"
236 :rules="rules.dbrrules" 230 :rules="rules.dbrrules">
237 >
238 <el-input v-model="ruleForm.qlxx.dbr"></el-input> 231 <el-input v-model="ruleForm.qlxx.dbr"></el-input>
239 </el-form-item> 232 </el-form-item>
240 </el-col> 233 </el-col>
...@@ -242,16 +235,14 @@ ...@@ -242,16 +235,14 @@
242 <el-form-item 235 <el-form-item
243 label="登记时间:" 236 label="登记时间:"
244 prop="qlxx.djsj" 237 prop="qlxx.djsj"
245 :rules="rules.djsjrules" 238 :rules="rules.djsjrules">
246 >
247 <el-date-picker 239 <el-date-picker
248 v-model="ruleForm.qlxx.djsj" 240 v-model="ruleForm.qlxx.djsj"
249 type="date" 241 type="date"
250 class="width100" 242 class="width100"
251 placeholder="选择日期" 243 placeholder="选择日期"
252 value-format="yyyy-MM-dd HH:mm:ss" 244 value-format="yyyy-MM-dd HH:mm:ss"
253 format="yyyy-MM-dd" 245 format="yyyy-MM-dd">
254 >
255 </el-date-picker> 246 </el-date-picker>
256 </el-form-item> 247 </el-form-item>
257 </el-col> 248 </el-col>
...@@ -262,8 +253,7 @@ ...@@ -262,8 +253,7 @@
262 v-for="item in qsztlist" 253 v-for="item in qsztlist"
263 :key="item.dcode" 254 :key="item.dcode"
264 :label="item.dname" 255 :label="item.dname"
265 :value="item.dcode" 256 :value="item.dcode">
266 >
267 </el-option> 257 </el-option>
268 </el-select> 258 </el-select>
269 </el-form-item> 259 </el-form-item>
...@@ -285,11 +275,8 @@ ...@@ -285,11 +275,8 @@
285 <el-tooltip 275 <el-tooltip
286 content="供役地权利人证件种类:" 276 content="供役地权利人证件种类:"
287 placement="top" 277 placement="top"
288 effect="light" 278 effect="light">
289 > 279 <span type="text" style="color: #444" size="mini">供役地权利人证件...</span>
290 <span type="text" style="color: #444" size="mini"
291 >供役地权利人证件...</span
292 >
293 </el-tooltip> 280 </el-tooltip>
294 </span> 281 </span>
295 <div class="flex"> 282 <div class="flex">
...@@ -298,8 +285,7 @@ ...@@ -298,8 +285,7 @@
298 v-for="item in dictData['A30']" 285 v-for="item in dictData['A30']"
299 :key="item.dcode" 286 :key="item.dcode"
300 :label="item.dname" 287 :label="item.dname"
301 :value="item.dcode" 288 :value="item.dcode"></el-option>
302 ></el-option>
303 </el-select> 289 </el-select>
304 </div> 290 </div>
305 </el-form-item> 291 </el-form-item>
...@@ -330,11 +316,8 @@ ...@@ -330,11 +316,8 @@
330 <el-tooltip 316 <el-tooltip
331 content="需役地权利人证件种类:" 317 content="需役地权利人证件种类:"
332 placement="top" 318 placement="top"
333 effect="light" 319 effect="light">
334 > 320 <span type="text" style="color: #444" size="mini">需役地权利人证件...</span>
335 <span type="text" style="color: #444" size="mini"
336 >需役地权利人证件...</span
337 >
338 </el-tooltip> 321 </el-tooltip>
339 </span> 322 </span>
340 <div class="flex"> 323 <div class="flex">
...@@ -343,8 +326,7 @@ ...@@ -343,8 +326,7 @@
343 v-for="item in dictData['A30']" 326 v-for="item in dictData['A30']"
344 :key="item.dcode" 327 :key="item.dcode"
345 :label="item.dname" 328 :label="item.dname"
346 :value="item.dcode" 329 :value="item.dcode"></el-option>
347 ></el-option>
348 </el-select> 330 </el-select>
349 </div> 331 </div>
350 </el-form-item> 332 </el-form-item>
...@@ -372,8 +354,7 @@ ...@@ -372,8 +354,7 @@
372 type="date" 354 type="date"
373 placeholder="选择日期" 355 placeholder="选择日期"
374 value-format="yyyy-MM-dd HH:mm:ss" 356 value-format="yyyy-MM-dd HH:mm:ss"
375 format="yyyy-MM-dd" 357 format="yyyy-MM-dd">
376 >
377 </el-date-picker> 358 </el-date-picker>
378 </el-form-item> 359 </el-form-item>
379 </el-col> 360 </el-col>
...@@ -385,8 +366,7 @@ ...@@ -385,8 +366,7 @@
385 type="date" 366 type="date"
386 placeholder="选择日期" 367 placeholder="选择日期"
387 value-format="yyyy-MM-dd HH:mm:ss" 368 value-format="yyyy-MM-dd HH:mm:ss"
388 format="yyyy-MM-dd" 369 format="yyyy-MM-dd">
389 >
390 </el-date-picker> 370 </el-date-picker>
391 </el-form-item> 371 </el-form-item>
392 </el-col> 372 </el-col>
...@@ -410,8 +390,7 @@ ...@@ -410,8 +390,7 @@
410 <el-form-item label="共有方式:"> 390 <el-form-item label="共有方式:">
411 <el-radio-group 391 <el-radio-group
412 :disabled="!ableOperation" 392 :disabled="!ableOperation"
413 v-model="ruleForm.qlxx.gyfs" 393 v-model="ruleForm.sldy.gyfs">
414 >
415 <el-radio label="0">单独所有</el-radio> 394 <el-radio label="0">单独所有</el-radio>
416 <el-radio label="1">共同共有</el-radio> 395 <el-radio label="1">共同共有</el-radio>
417 <el-radio label="2">按份所有</el-radio> 396 <el-radio label="2">按份所有</el-radio>
...@@ -425,8 +404,7 @@ ...@@ -425,8 +404,7 @@
425 @upDateQlrxxList="upDateQlrxxList" 404 @upDateQlrxxList="upDateQlrxxList"
426 :key="key" 405 :key="key"
427 :ableOperation="ableOperation" 406 :ableOperation="ableOperation"
428 :gyfs="ruleForm.qlxx.gyfs" 407 :gyfs="ruleForm.sldy.gyfs" />
429 />
430 408
431 <div> 409 <div>
432 <div class="slxx_title title-block"> 410 <div class="slxx_title title-block">
...@@ -438,8 +416,7 @@ ...@@ -438,8 +416,7 @@
438 :tableData="ruleForm.ywrData" 416 :tableData="ruleForm.ywrData"
439 :key="key" 417 :key="key"
440 :ableOperation="ableOperation" 418 :ableOperation="ableOperation"
441 @upDateQlrxxList="upDateYwrxxList" 419 @upDateQlrxxList="upDateYwrxxList" />
442 />
443 </div> 420 </div>
444 </div> 421 </div>
445 <el-row class="btn" v-if="ableOperation"> 422 <el-row class="btn" v-if="ableOperation">
...@@ -451,38 +428,38 @@ ...@@ -451,38 +428,38 @@
451 </div> 428 </div>
452 </template> 429 </template>
453 <script> 430 <script>
454 import ywmix from "./dataprocessing"; 431 import ywmix from "./dataprocessing";
455 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; 432 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
456 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; 433 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable";
457 import tdytTable from "@/views/workflow/components/tdytTable"; 434 import tdytTable from "@/views/workflow/components/tdytTable";
458 import selectTable from "@/components/selectTable/index.vue"; 435 import selectTable from "@/components/selectTable/index.vue";
459 export default { 436 export default {
460 mixins: [ywmix], 437 mixins: [ywmix],
461 components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, 438 components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable },
462 data() { 439 data () {
463 return { 440 return {
464 //传递参数\ 441 //传递参数\
465 rules: { 442 rules: {
466 ssQlxxrules: [ 443 ssQlxxrules: [
467 { required: true, message: "上手权利信息", trigger: "blur" }, 444 { required: true, message: "上手权利信息", trigger: "blur" },
468 ], 445 ],
469 ztQlxxrules: [ 446 ztQlxxrules: [
470 { required: true, message: "抵押不动产信息", trigger: "blur" }, 447 { required: true, message: "抵押不动产信息", trigger: "blur" },
471 ], 448 ],
472 bdcqzhrules: [ 449 bdcqzhrules: [
473 { required: true, message: "不动产登记证明号", trigger: "blur" }, 450 { required: true, message: "不动产登记证明号", trigger: "blur" },
474 ], 451 ],
475 djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], 452 djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }],
476 dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], 453 dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }],
477 djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], 454 djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }],
478 djlxrules: [{ required: true, message: "登记类型", trigger: "change" }], 455 djlxrules: [{ required: true, message: "登记类型", trigger: "change" }],
479 ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], 456 ywhrules: [{ required: true, message: "业务号", trigger: "blur" }],
480 }, 457 },
481 }; 458 };
482 }, 459 },
483 }; 460 };
484 </script> 461 </script>
485 <style scoped lang="scss"> 462 <style scoped lang="scss">
486 @import "~@/styles/public.scss"; 463 @import "~@/styles/public.scss";
487 @import "~@/styles/slxx/slxx.scss"; 464 @import "~@/styles/slxx/slxx.scss";
488 </style> 465 </style>
......
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
400 <el-form-item label="共有方式:"> 400 <el-form-item label="共有方式:">
401 <el-radio-group 401 <el-radio-group
402 :disabled="!ableOperation" 402 :disabled="!ableOperation"
403 v-model="ruleForm.qlxx.gyfs"> 403 v-model="ruleForm.sldy.gyfs">
404 <el-radio label="0">单独所有</el-radio> 404 <el-radio label="0">单独所有</el-radio>
405 <el-radio label="1">共同共有</el-radio> 405 <el-radio label="1">共同共有</el-radio>
406 <el-radio label="2">按份所有</el-radio> 406 <el-radio label="2">按份所有</el-radio>
...@@ -414,7 +414,7 @@ ...@@ -414,7 +414,7 @@
414 @upDateQlrxxList="upDateQlrxxList" 414 @upDateQlrxxList="upDateQlrxxList"
415 :ableOperation="ableOperation" 415 :ableOperation="ableOperation"
416 :key="key" 416 :key="key"
417 :gyfs="ruleForm.qlxx.gyfs" /> 417 :gyfs="ruleForm.sldy.gyfs" />
418 </div> 418 </div>
419 <el-row class="btn" v-if="ableOperation"> 419 <el-row class="btn" v-if="ableOperation">
420 <el-form-item> 420 <el-form-item>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-14 10:28:44 4 * @LastEditTime: 2023-08-16 15:52:24
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
253 <el-form-item label="共有方式:"> 253 <el-form-item label="共有方式:">
254 <el-radio-group 254 <el-radio-group
255 :disabled="!ableOperation" 255 :disabled="!ableOperation"
256 v-model="ruleForm.qlxx.gyfs"> 256 v-model="ruleForm.sldy.gyfs">
257 <el-radio label="0">单独所有</el-radio> 257 <el-radio label="0">单独所有</el-radio>
258 <el-radio label="1">共同共有</el-radio> 258 <el-radio label="1">共同共有</el-radio>
259 <el-radio label="2">按份所有</el-radio> 259 <el-radio label="2">按份所有</el-radio>
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
267 @upDateQlrxxList="upDateQlrxxList" 267 @upDateQlrxxList="upDateQlrxxList"
268 :key="key" 268 :key="key"
269 :ableOperation="ableOperation" 269 :ableOperation="ableOperation"
270 :gyfs="ruleForm.qlxx.gyfs" /> 270 :gyfs="ruleForm.sldy.gyfs" />
271 </div> 271 </div>
272 <el-row class="btn" v-if="ableOperation"> 272 <el-row class="btn" v-if="ableOperation">
273 <el-form-item> 273 <el-form-item>
......
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
354 <el-form-item label="共有方式:"> 354 <el-form-item label="共有方式:">
355 <el-radio-group 355 <el-radio-group
356 :disabled="!ableOperation" 356 :disabled="!ableOperation"
357 v-model="ruleForm.qlxx.gyfs"> 357 v-model="ruleForm.sldy.gyfs">
358 <el-radio label="0">单独所有</el-radio> 358 <el-radio label="0">单独所有</el-radio>
359 <el-radio label="1">共同共有</el-radio> 359 <el-radio label="1">共同共有</el-radio>
360 <el-radio label="2">按份所有</el-radio> 360 <el-radio label="2">按份所有</el-radio>
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
368 @upDateQlrxxList="upDateQlrxxList" 368 @upDateQlrxxList="upDateQlrxxList"
369 :key="key" 369 :key="key"
370 :ableOperation="ableOperation" 370 :ableOperation="ableOperation"
371 :gyfs="ruleForm.qlxx.gyfs" /> 371 :gyfs="ruleForm.sldy.gyfs" />
372 </div> 372 </div>
373 <el-row class="btn" v-if="ableOperation"> 373 <el-row class="btn" v-if="ableOperation">
374 <el-form-item> 374 <el-form-item>
......
...@@ -450,7 +450,7 @@ ...@@ -450,7 +450,7 @@
450 <el-form-item label="共有方式:"> 450 <el-form-item label="共有方式:">
451 <el-radio-group 451 <el-radio-group
452 :disabled="!ableOperation" 452 :disabled="!ableOperation"
453 v-model="ruleForm.qlxx.gyfs"> 453 v-model="ruleForm.sldy.gyfs">
454 <el-radio label="0">单独所有</el-radio> 454 <el-radio label="0">单独所有</el-radio>
455 <el-radio label="1">共同共有</el-radio> 455 <el-radio label="1">共同共有</el-radio>
456 <el-radio label="2">按份所有</el-radio> 456 <el-radio label="2">按份所有</el-radio>
...@@ -464,7 +464,7 @@ ...@@ -464,7 +464,7 @@
464 @upDateQlrxxList="upDateQlrxxList" 464 @upDateQlrxxList="upDateQlrxxList"
465 :key="key" 465 :key="key"
466 :ableOperation="ableOperation" 466 :ableOperation="ableOperation"
467 :gyfs="ruleForm.qlxx.gyfs" /> 467 :gyfs="ruleForm.sldy.gyfs" />
468 468
469 <div v-if="ruleForm.ywrData"> 469 <div v-if="ruleForm.ywrData">
470 <div class="slxx_title title-block"> 470 <div class="slxx_title title-block">
......
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
367 <el-form-item label="共有方式:"> 367 <el-form-item label="共有方式:">
368 <el-radio-group 368 <el-radio-group
369 :disabled="!ableOperation" 369 :disabled="!ableOperation"
370 v-model="ruleForm.qlxx.gyfs"> 370 v-model="ruleForm.sldy.gyfs">
371 <el-radio label="0">单独所有</el-radio> 371 <el-radio label="0">单独所有</el-radio>
372 <el-radio label="1">共同共有</el-radio> 372 <el-radio label="1">共同共有</el-radio>
373 <el-radio label="2">按份所有</el-radio> 373 <el-radio label="2">按份所有</el-radio>
...@@ -381,7 +381,7 @@ ...@@ -381,7 +381,7 @@
381 @upDateQlrxxList="upDateQlrxxList" 381 @upDateQlrxxList="upDateQlrxxList"
382 :key="key" 382 :key="key"
383 :ableOperation="ableOperation" 383 :ableOperation="ableOperation"
384 :gyfs="ruleForm.qlxx.gyfs" /> 384 :gyfs="ruleForm.sldy.gyfs" />
385 385
386 <div v-if="ruleForm.ywrData"> 386 <div v-if="ruleForm.ywrData">
387 <div class="slxx_title title-block"> 387 <div class="slxx_title title-block">
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-16 09:06:00 4 * @LastEditTime: 2023-08-16 15:51:42
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
199 <qlrCommonTable 199 <qlrCommonTable
200 @upDateQlrxxList="upDateQlrxxList" 200 @upDateQlrxxList="upDateQlrxxList"
201 :tableData="ruleForm.qlrList" 201 :tableData="ruleForm.qlrList"
202 :gyfs="ruleForm.slsq.gyfs" 202 :gyfs="ruleForm.sldy.gyfs"
203 /> 203 />
204 204
205 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> 205 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'">
......
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
346 </el-col> 346 </el-col>
347 </el-row> 347 </el-row>
348 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" 348 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit"
349 :gyfs="ruleForm.qlxx.gyfs" /> 349 :gyfs="ruleForm.sldy.gyfs" />
350 350
351 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> 351 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'">
352 <div class="slxx_title title-block"> 352 <div class="slxx_title title-block">
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
354 <div class="triangle"></div> 354 <div class="triangle"></div>
355 </div> 355 </div>
356 <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" 356 <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList"
357 :gyfs="ruleForm.qlxx.gyfs" /> 357 :gyfs="ruleForm.sldy.gyfs" />
358 </div> 358 </div>
359 <div class="slxx_title title-block"> 359 <div class="slxx_title title-block">
360 登记原因 360 登记原因
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 09:53:32 4 * @LastEditTime: 2023-08-16 15:53:25
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
226 </el-col> 226 </el-col>
227 </el-row> 227 </el-row>
228 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :tableData="ruleForm.qlrList" 228 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :tableData="ruleForm.qlrList"
229 :gyfs="ruleForm.slsq.gyfs" /> 229 :gyfs="ruleForm.sldy.gyfs" />
230 <div class="slxx_title title-block"> 230 <div class="slxx_title title-block">
231 登记原因 231 登记原因
232 <div class="triangle"></div> 232 <div class="triangle"></div>
......
...@@ -146,7 +146,8 @@ ...@@ -146,7 +146,8 @@
146 </el-radio-group> 146 </el-radio-group>
147 </el-form-item> 147 </el-form-item>
148 </el-col> 148 </el-col>
149 <el-col :span="5" v-show="ruleForm.gyfs == '2'"> 149
150 <el-col :span="5" v-show="ruleForm.gyfs != '1'">
150 <el-form-item label="是否分别持证:"> 151 <el-form-item label="是否分别持证:">
151 <el-radio-group v-model="ruleForm.sffbcz" :disabled="!viewEdit"> 152 <el-radio-group v-model="ruleForm.sffbcz" :disabled="!viewEdit">
152 <el-radio label="1"></el-radio> 153 <el-radio label="1"></el-radio>
...@@ -154,7 +155,7 @@ ...@@ -154,7 +155,7 @@
154 </el-radio-group> 155 </el-radio-group>
155 </el-form-item> 156 </el-form-item>
156 </el-col> 157 </el-col>
157 <el-col :span="5" v-show="ruleForm.gyfs == '2'"> 158 <el-col :span="5" v-show="ruleForm.gyfs != '1' && ruleForm.sffbcz=='0'">
158 <el-form-item label="持证人:"> 159 <el-form-item label="持证人:">
159 <el-select v-model="ruleForm.czr" placeholder="持证人" :disabled="!viewEdit"> 160 <el-select v-model="ruleForm.czr" placeholder="持证人" :disabled="!viewEdit">
160 <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> 161 <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value">
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-16 09:06:27 4 * @LastEditTime: 2023-08-16 15:56:05
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
204 @upDateQlrxxList="upDateQlrxxList" 204 @upDateQlrxxList="upDateQlrxxList"
205 :tableData="ruleForm.qlrList" 205 :tableData="ruleForm.qlrList"
206 :disabled="!ableOperation" 206 :disabled="!ableOperation"
207 :gyfs="ruleForm.slsq.gyfs" /> 207 :gyfs="ruleForm.sldy.gyfs" />
208 208
209 <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> 209 <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'">
210 <div class="slxx_title title-block"> 210 <div class="slxx_title title-block">
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
215 v-if="ruleForm.qlxx" 215 v-if="ruleForm.qlxx"
216 @upDateQlrxxList="upDateYwrxxList" 216 @upDateQlrxxList="upDateYwrxxList"
217 :tableData="ruleForm.ywrList" 217 :tableData="ruleForm.ywrList"
218 :gyfs="ruleForm.qlxx.gyfs" /> 218 :gyfs="ruleForm.sldy.gyfs" />
219 </div> 219 </div>
220 <div class="slxx_title title-block"> 220 <div class="slxx_title title-block">
221 登记原因 221 登记原因
......
...@@ -212,12 +212,12 @@ ...@@ -212,12 +212,12 @@
212 </el-form-item> 212 </el-form-item>
213 </el-col> 213 </el-col>
214 </el-row> 214 </el-row>
215 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :gyfs="ruleForm.slywxx.gyfs" /> 215 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :gyfs="ruleForm.sldy.gyfs" />
216 <div class="slxx_title title-block"> 216 <div class="slxx_title title-block">
217 家庭成员 217 家庭成员
218 <div class="triangle"></div> 218 <div class="triangle"></div>
219 </div> 219 </div>
220 <JtcyTable :tableData="ruleForm.jtcyList" @upDateJtcyList="upDateJtcyList" :disabled="!viewEdit" :gyfs="ruleForm.slywxx.gyfs" /> 220 <JtcyTable :tableData="ruleForm.jtcyList" @upDateJtcyList="upDateJtcyList" :disabled="!viewEdit" :gyfs="ruleForm.sldy.gyfs" />
221 <div class="slxx_title title-block"> 221 <div class="slxx_title title-block">
222 登记原因 222 登记原因
223 <div class="triangle"></div> 223 <div class="triangle"></div>
......
...@@ -182,13 +182,13 @@ ...@@ -182,13 +182,13 @@
182 </el-col> 182 </el-col>
183 </el-row> 183 </el-row>
184 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!ableOperation" :tableData="ruleForm.qlrList" 184 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!ableOperation" :tableData="ruleForm.qlrList"
185 :gyfs="ruleForm.qlxx.gyfs" /> 185 :gyfs="ruleForm.sldy.gyfs" />
186 <div class="slxx_title title-block"> 186 <div class="slxx_title title-block">
187 义务人信息 187 义务人信息
188 <div class="triangle"></div> 188 <div class="triangle"></div>
189 </div> 189 </div>
190 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :disabled="!ableOperation" :tableData="ruleForm.ywrList" 190 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :disabled="!ableOperation" :tableData="ruleForm.ywrList"
191 :gyfs="ruleForm.qlxx.gyfs" /> 191 :gyfs="ruleForm.sldy.gyfs" />
192 <div class="slxx_title title-block"> 192 <div class="slxx_title title-block">
193 登记原因 193 登记原因
194 <div class="triangle"></div> 194 <div class="triangle"></div>
......