style:受理申请
Showing
12 changed files
with
84 additions
and
110 deletions
... | @@ -592,22 +592,6 @@ | ... | @@ -592,22 +592,6 @@ |
592 | } | 592 | } |
593 | }); | 593 | }); |
594 | }, | 594 | }, |
595 | // // 更新土地用途信息 | ||
596 | // upDateTdytxxList(val) { | ||
597 | // this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | ||
598 | // this.key++; | ||
599 | // }, | ||
600 | // // 更新权利人信息 | ||
601 | // upDateQlrxxList(val) { | ||
602 | // this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | ||
603 | // this.czrOptions = this.ruleForm.qlrData; | ||
604 | // this.key++; | ||
605 | // }, | ||
606 | // // 更新义务人信息 | ||
607 | // upDateYwrxxList(val) { | ||
608 | // this.ruleForm.ywrData && (this.ruleForm.ywrData = _.cloneDeep(val)); | ||
609 | // this.key++; | ||
610 | // }, | ||
611 | /** | 595 | /** |
612 | * @description: onSubmit | 596 | * @description: onSubmit |
613 | * @author: renchao | 597 | * @author: renchao | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-04 15:53:36 | 4 | * @LastEditTime: 2023-08-14 10:28:44 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -16,8 +16,7 @@ | ... | @@ -16,8 +16,7 @@ |
16 | :inline="flag" | 16 | :inline="flag" |
17 | label-width="145px" | 17 | label-width="145px" |
18 | inline-message | 18 | inline-message |
19 | :show-message="false" | 19 | :show-message="false"> |
20 | > | ||
21 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 20 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
22 | <div class="slxx_title title-block"> | 21 | <div class="slxx_title title-block"> |
23 | 补录信息 | 22 | 补录信息 |
... | @@ -80,8 +79,7 @@ | ... | @@ -80,8 +79,7 @@ |
80 | <el-form-item | 79 | <el-form-item |
81 | label="业务号:" | 80 | label="业务号:" |
82 | prop="qlxx.ywh" | 81 | prop="qlxx.ywh" |
83 | :rules="rules.ywhrules" | 82 | :rules="rules.ywhrules"> |
84 | > | ||
85 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 83 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> |
86 | </el-form-item> | 84 | </el-form-item> |
87 | </el-col> | 85 | </el-col> |
... | @@ -288,20 +286,20 @@ | ... | @@ -288,20 +286,20 @@ |
288 | </div> | 286 | </div> |
289 | </template> | 287 | </template> |
290 | <script> | 288 | <script> |
291 | import { mapGetters } from "vuex"; | 289 | import { mapGetters } from "vuex"; |
292 | import store from "@/store/index.js"; | 290 | import store from "@/store/index.js"; |
293 | import ywmix from "@/views/ywbl/mixin/index"; | 291 | import ywmix from "@/views/ywbl/mixin/index"; |
294 | import { init, getSsQlxx,getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; | 292 | import { init, getSsQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; |
295 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 293 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
296 | import tdytTable from "@/views/workflow/components/tdytTable"; | 294 | import tdytTable from "@/views/workflow/components/tdytTable"; |
297 | import selectTable from "@/components/selectTable/index.vue"; | 295 | import selectTable from "@/components/selectTable/index.vue"; |
298 | export default { | 296 | export default { |
299 | mixins: [ywmix], | 297 | mixins: [ywmix], |
300 | components: { qlrCommonTable, tdytTable, selectTable }, | 298 | components: { qlrCommonTable, tdytTable, selectTable }, |
301 | computed: { | 299 | computed: { |
302 | ...mapGetters(["dictData", "flag"]), | 300 | ...mapGetters(["dictData", "flag"]), |
303 | // 根据流程判断表单是否为只读 | 301 | // 根据流程判断表单是否为只读 |
304 | editDisabled() { | 302 | editDisabled () { |
305 | if (!this.ableOperation) { | 303 | if (!this.ableOperation) { |
306 | //只读状态 | 304 | //只读状态 |
307 | return true; | 305 | return true; |
... | @@ -309,7 +307,7 @@ export default { | ... | @@ -309,7 +307,7 @@ export default { |
309 | return false; | 307 | return false; |
310 | }, | 308 | }, |
311 | }, | 309 | }, |
312 | data() { | 310 | data () { |
313 | return { | 311 | return { |
314 | mjdw: "1", | 312 | mjdw: "1", |
315 | ssqlxxshow: true, | 313 | ssqlxxshow: true, |
... | @@ -318,7 +316,7 @@ export default { | ... | @@ -318,7 +316,7 @@ export default { |
318 | value: "bdcdyid", | 316 | value: "bdcdyid", |
319 | }, | 317 | }, |
320 | // 键名转换,方法默认是label和children进行树状渲染 | 318 | // 键名转换,方法默认是label和children进行树状渲染 |
321 | normalizer(node) { | 319 | normalizer (node) { |
322 | //方法 | 320 | //方法 |
323 | if (node.children == null || node.children == "null") { | 321 | if (node.children == null || node.children == "null") { |
324 | delete node.children; | 322 | delete node.children; |
... | @@ -394,10 +392,10 @@ export default { | ... | @@ -394,10 +392,10 @@ export default { |
394 | }, | 392 | }, |
395 | }; | 393 | }; |
396 | }, | 394 | }, |
397 | created() { | 395 | created () { |
398 | this.loadData(); | 396 | this.loadData(); |
399 | }, | 397 | }, |
400 | mounted() { | 398 | mounted () { |
401 | this.ableOperation = this.$parent.ableOperation; | 399 | this.ableOperation = this.$parent.ableOperation; |
402 | }, | 400 | }, |
403 | methods: { | 401 | methods: { |
... | @@ -406,13 +404,13 @@ export default { | ... | @@ -406,13 +404,13 @@ export default { |
406 | * @param {*} val | 404 | * @param {*} val |
407 | * @author: renchao | 405 | * @author: renchao |
408 | */ | 406 | */ |
409 | ssQlxxchange(val) { | 407 | ssQlxxchange (val) { |
410 | this.ruleForm.ssQlxx = val; | 408 | this.ruleForm.ssQlxx = val; |
411 | this.ruleForm.qlxx.ssywh = val.ywh; | 409 | this.ruleForm.qlxx.ssywh = val.ywh; |
412 | this.ssQlxxchangediolog(val); | 410 | this.ssQlxxchangediolog(val); |
413 | }, | 411 | }, |
414 | // 弹框事件 | 412 | // 弹框事件 |
415 | ssQlxxchangediolog(val) { | 413 | ssQlxxchangediolog (val) { |
416 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 414 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
417 | iconClass: "el-icon-question", //自定义图标样式 | 415 | iconClass: "el-icon-question", //自定义图标样式 |
418 | confirmButtonText: "确认", //确认按钮文字更换 | 416 | confirmButtonText: "确认", //确认按钮文字更换 |
... | @@ -433,7 +431,7 @@ export default { | ... | @@ -433,7 +431,7 @@ export default { |
433 | } | 431 | } |
434 | for (var key in this.ruleForm.qlxx) { | 432 | for (var key in this.ruleForm.qlxx) { |
435 | if ( | 433 | if ( |
436 | this.ruleForm.qlxx[key] == ""|| | 434 | this.ruleForm.qlxx[key] == "" || |
437 | this.ruleForm.qlxx[key] == null && | 435 | this.ruleForm.qlxx[key] == null && |
438 | key != "ywh" && | 436 | key != "ywh" && |
439 | key != "dbr" && | 437 | key != "dbr" && |
... | @@ -522,7 +520,6 @@ export default { | ... | @@ -522,7 +520,6 @@ export default { |
522 | } | 520 | } |
523 | }); | 521 | }); |
524 | }, | 522 | }, |
525 | // 更新土地用途信息 | ||
526 | /** | 523 | /** |
527 | * @description: 更新土地用途信息 | 524 | * @description: 更新土地用途信息 |
528 | * @param {*} val | 525 | * @param {*} val | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-04 15:53:40 | 4 | * @LastEditTime: 2023-08-14 10:29:57 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -15,8 +15,7 @@ | ... | @@ -15,8 +15,7 @@ |
15 | :show-message="false" | 15 | :show-message="false" |
16 | :label-position="flag ? 'top' : ''" | 16 | :label-position="flag ? 'top' : ''" |
17 | :inline="flag" | 17 | :inline="flag" |
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 | 补录信息 |
... | @@ -101,8 +100,7 @@ | ... | @@ -101,8 +100,7 @@ |
101 | <el-form-item | 100 | <el-form-item |
102 | label="业务号:" | 101 | label="业务号:" |
103 | prop="qlxx.ywh" | 102 | prop="qlxx.ywh" |
104 | :rules="rules.ywhrules" | 103 | :rules="rules.ywhrules"> |
105 | > | ||
106 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 104 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> |
107 | </el-form-item> | 105 | </el-form-item> |
108 | </el-col> | 106 | </el-col> |
... | @@ -364,33 +362,6 @@ | ... | @@ -364,33 +362,6 @@ |
364 | </el-radio-group> | 362 | </el-radio-group> |
365 | </el-form-item> | 363 | </el-form-item> |
366 | </el-col> | 364 | </el-col> |
367 | <!-- <el-col :span="6" v-show="ruleForm.qlxx.gyfs != '0'"> | ||
368 | <el-form-item label="是否分别持证:"> | ||
369 | <el-radio-group | ||
370 | v-model="ruleForm.qlxx.sqfbcz" | ||
371 | :disabled="!ableOperation"> | ||
372 | <el-radio :label="1">是</el-radio> | ||
373 | <el-radio :label="0">否</el-radio> | ||
374 | </el-radio-group> | ||
375 | </el-form-item> | ||
376 | </el-col> --> | ||
377 | <!-- <el-col | ||
378 | :span="6" | ||
379 | v-show="ruleForm.qlxx.sqfbcz == '0' && ruleForm.qlxx.gyfs != '0'"> | ||
380 | <el-form-item label="持证人:"> | ||
381 | <el-select | ||
382 | v-model="ruleForm.czr" | ||
383 | placeholder="持证人" | ||
384 | :disabled="!ableOperation"> | ||
385 | <el-option | ||
386 | v-for="item in czrOptions" | ||
387 | :key="item.zjh" | ||
388 | :label="item.sqrmc" | ||
389 | :value="item.zjh"> | ||
390 | </el-option> | ||
391 | </el-select> | ||
392 | </el-form-item> | ||
393 | </el-col> --> | ||
394 | </el-row> | 365 | </el-row> |
395 | <qlrCommonTable | 366 | <qlrCommonTable |
396 | :tableData="ruleForm.qlrData" | 367 | :tableData="ruleForm.qlrData" |
... | @@ -408,20 +379,20 @@ | ... | @@ -408,20 +379,20 @@ |
408 | </div> | 379 | </div> |
409 | </template> | 380 | </template> |
410 | <script> | 381 | <script> |
411 | import { mapGetters } from "vuex"; | 382 | import { mapGetters } from "vuex"; |
412 | import store from "@/store/index.js"; | 383 | import store from "@/store/index.js"; |
413 | import ywmix from "@/views/ywbl/mixin/index"; | 384 | import ywmix from "@/views/ywbl/mixin/index"; |
414 | import { init, getSsQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; | 385 | import { init, getSsQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; |
415 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 386 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
416 | import selectTable from "@/components/selectTable/index.vue"; | 387 | import selectTable from "@/components/selectTable/index.vue"; |
417 | import tdytTable from "@/views/workflow/components/tdytTable"; | 388 | import tdytTable from "@/views/workflow/components/tdytTable"; |
418 | export default { | 389 | export default { |
419 | mixins: [ywmix], | 390 | mixins: [ywmix], |
420 | components: { qlrCommonTable, tdytTable, selectTable }, | 391 | components: { qlrCommonTable, tdytTable, selectTable }, |
421 | computed: { | 392 | computed: { |
422 | ...mapGetters(["dictData", "flag"]), | 393 | ...mapGetters(["dictData", "flag"]), |
423 | // 根据流程判断表单是否为只读 | 394 | // 根据流程判断表单是否为只读 |
424 | editDisabled() { | 395 | editDisabled () { |
425 | if (!this.ableOperation) { | 396 | if (!this.ableOperation) { |
426 | //只读状态 | 397 | //只读状态 |
427 | return true; | 398 | return true; |
... | @@ -429,7 +400,7 @@ export default { | ... | @@ -429,7 +400,7 @@ export default { |
429 | return false; | 400 | return false; |
430 | }, | 401 | }, |
431 | }, | 402 | }, |
432 | data() { | 403 | data () { |
433 | return { | 404 | return { |
434 | ssqlxxshow: true, | 405 | ssqlxxshow: true, |
435 | props: { | 406 | props: { |
... | @@ -437,7 +408,7 @@ export default { | ... | @@ -437,7 +408,7 @@ export default { |
437 | value: "bdcdyid", | 408 | value: "bdcdyid", |
438 | }, | 409 | }, |
439 | // 键名转换,方法默认是label和children进行树状渲染 | 410 | // 键名转换,方法默认是label和children进行树状渲染 |
440 | normalizer(node) { | 411 | normalizer (node) { |
441 | //方法 | 412 | //方法 |
442 | if (node.children == null || node.children == "null") { | 413 | if (node.children == null || node.children == "null") { |
443 | delete node.children; | 414 | delete node.children; |
... | @@ -491,7 +462,6 @@ export default { | ... | @@ -491,7 +462,6 @@ export default { |
491 | ], | 462 | ], |
492 | isShow: false, | 463 | isShow: false, |
493 | disabled: true, | 464 | disabled: true, |
494 | czrOptions: [], | ||
495 | ssQlxxList: [], | 465 | ssQlxxList: [], |
496 | ruleForm: {}, | 466 | ruleForm: {}, |
497 | ableOperation: false, | 467 | ableOperation: false, |
... | @@ -512,8 +482,8 @@ export default { | ... | @@ -512,8 +482,8 @@ export default { |
512 | }, | 482 | }, |
513 | }; | 483 | }; |
514 | }, | 484 | }, |
515 | created() {}, | 485 | created () { }, |
516 | mounted() { | 486 | mounted () { |
517 | this.loadData(); | 487 | this.loadData(); |
518 | this.ableOperation = this.$parent.ableOperation; | 488 | this.ableOperation = this.$parent.ableOperation; |
519 | }, | 489 | }, |
... | @@ -523,13 +493,13 @@ export default { | ... | @@ -523,13 +493,13 @@ export default { |
523 | * @param {*} val | 493 | * @param {*} val |
524 | * @author: renchao | 494 | * @author: renchao |
525 | */ | 495 | */ |
526 | ssQlxxchange(val) { | 496 | ssQlxxchange (val) { |
527 | this.ruleForm.ssQlxx = val; | 497 | this.ruleForm.ssQlxx = val; |
528 | this.ruleForm.qlxx.ssywh = val.ywh; | 498 | this.ruleForm.qlxx.ssywh = val.ywh; |
529 | this.ssQlxxchangediolog(val); | 499 | this.ssQlxxchangediolog(val); |
530 | }, | 500 | }, |
531 | // 弹框事件 | 501 | // 弹框事件 |
532 | ssQlxxchangediolog(val) { | 502 | ssQlxxchangediolog (val) { |
533 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 503 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
534 | iconClass: "el-icon-question", //自定义图标样式 | 504 | iconClass: "el-icon-question", //自定义图标样式 |
535 | confirmButtonText: "确认", //确认按钮文字更换 | 505 | confirmButtonText: "确认", //确认按钮文字更换 |
... | @@ -551,7 +521,7 @@ export default { | ... | @@ -551,7 +521,7 @@ export default { |
551 | } | 521 | } |
552 | for (var key in this.ruleForm.qlxx) { | 522 | for (var key in this.ruleForm.qlxx) { |
553 | if ( | 523 | if ( |
554 | this.ruleForm.qlxx[key] == ""|| | 524 | this.ruleForm.qlxx[key] == "" || |
555 | this.ruleForm.qlxx[key] == null && | 525 | this.ruleForm.qlxx[key] == null && |
556 | key != "ywh" && | 526 | key != "ywh" && |
557 | key != "dbr" && | 527 | key != "dbr" && |
... | @@ -591,7 +561,7 @@ export default { | ... | @@ -591,7 +561,7 @@ export default { |
591 | * @param {*} val | 561 | * @param {*} val |
592 | * @author: renchao | 562 | * @author: renchao |
593 | */ | 563 | */ |
594 | djlxchange(val) { | 564 | djlxchange (val) { |
595 | if (val == null || val == 100) { | 565 | if (val == null || val == 100) { |
596 | this.ssqlxxshow = false; | 566 | this.ssqlxxshow = false; |
597 | } else { | 567 | } else { |
... | @@ -605,20 +575,20 @@ export default { | ... | @@ -605,20 +575,20 @@ export default { |
605 | * @param {*} val | 575 | * @param {*} val |
606 | * @author: renchao | 576 | * @author: renchao |
607 | */ | 577 | */ |
608 | getDictData(val) { | 578 | getDictData (val) { |
609 | return store.getters.dictData[val]; | 579 | return store.getters.dictData[val]; |
610 | }, | 580 | }, |
611 | /** | 581 | /** |
612 | * @description: loadData | 582 | * @description: loadData |
613 | * @author: renchao | 583 | * @author: renchao |
614 | */ | 584 | */ |
615 | loadData() { | 585 | loadData () { |
616 | this.$startLoading(); | 586 | this.$startLoading(); |
617 | this.propsParam.isEdit = this.$parent.isEdit; | 587 | this.propsParam.isEdit = this.$parent.isEdit; |
618 | init(this.propsParam).then((res) => { | 588 | init(this.propsParam).then((res) => { |
619 | if (res.code == 200) { | 589 | if (res.code == 200) { |
620 | this.ruleForm = res.result; | 590 | this.ruleForm = res.result; |
621 | this.ruleForm.tdsyq.mjdw="1" | 591 | this.ruleForm.tdsyq.mjdw = "1" |
622 | 592 | ||
623 | let djlx = this.ruleForm.qlxx.djlx; | 593 | let djlx = this.ruleForm.qlxx.djlx; |
624 | if (djlx == null || djlx == 100) { | 594 | if (djlx == null || djlx == 100) { |
... | @@ -645,7 +615,7 @@ export default { | ... | @@ -645,7 +615,7 @@ export default { |
645 | * @param {*} val | 615 | * @param {*} val |
646 | * @author: renchao | 616 | * @author: renchao |
647 | */ | 617 | */ |
648 | upDateTdytxxList(val) { | 618 | upDateTdytxxList (val) { |
649 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 619 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
650 | this.key++; | 620 | this.key++; |
651 | }, | 621 | }, |
... | @@ -655,9 +625,8 @@ export default { | ... | @@ -655,9 +625,8 @@ export default { |
655 | * @param {*} val | 625 | * @param {*} val |
656 | * @author: renchao | 626 | * @author: renchao |
657 | */ | 627 | */ |
658 | upDateQlrxxList(val) { | 628 | upDateQlrxxList (val) { |
659 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 629 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
660 | this.czrOptions = this.ruleForm.qlrData; | ||
661 | this.key++; | 630 | this.key++; |
662 | }, | 631 | }, |
663 | /** | 632 | /** | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-04 16:33:46 | 4 | * @LastEditTime: 2023-08-14 10:26:42 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -250,6 +250,7 @@ | ... | @@ -250,6 +250,7 @@ |
250 | */ | 250 | */ |
251 | upDateTdytxxList (val) { | 251 | upDateTdytxxList (val) { |
252 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 252 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
253 | this.czrOptions = this.ruleForm.qlrList; | ||
253 | this.key++; | 254 | this.key++; |
254 | }, | 255 | }, |
255 | // 更新权利人信息 | 256 | // 更新权利人信息 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-04 16:32:05 | 4 | * @LastEditTime: 2023-08-14 10:23:11 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -329,8 +329,10 @@ | ... | @@ -329,8 +329,10 @@ |
329 | */ | 329 | */ |
330 | upDateTdytxxList (val) { | 330 | upDateTdytxxList (val) { |
331 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 331 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
332 | this.czrOptions = this.ruleForm.qlrList; | ||
332 | this.key++; | 333 | this.key++; |
333 | }, | 334 | }, |
335 | |||
334 | /** | 336 | /** |
335 | * @description: 更新权利人信息 | 337 | * @description: 更新权利人信息 |
336 | * @param {*} val | 338 | * @param {*} val | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-04 16:32:08 | 4 | * @LastEditTime: 2023-08-14 10:27:21 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -367,6 +367,7 @@ | ... | @@ -367,6 +367,7 @@ |
367 | */ | 367 | */ |
368 | upDateTdytxxList (val) { | 368 | upDateTdytxxList (val) { |
369 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 369 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
370 | this.czrOptions = this.ruleForm.qlrList; | ||
370 | this.key++; | 371 | this.key++; |
371 | }, | 372 | }, |
372 | // 更新权利人信息 | 373 | // 更新权利人信息 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-01 18:14:10 | 4 | * @LastEditTime: 2023-08-14 10:37:56 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -99,7 +99,7 @@ | ... | @@ -99,7 +99,7 @@ |
99 | <div class="triangle"></div> | 99 | <div class="triangle"></div> |
100 | </div> | 100 | </div> |
101 | <el-row :gutter="10"> | 101 | <el-row :gutter="10"> |
102 | <el-col :span="14" v-if="ruleForm.sldyList.length>0"> | 102 | <el-col :span="12" v-if="ruleForm.sldyList.length>0"> |
103 | <el-form-item label="共有方式:"> | 103 | <el-form-item label="共有方式:"> |
104 | <el-radio-group :disabled="!ableOperation" @change="showCZInfo" | 104 | <el-radio-group :disabled="!ableOperation" @change="showCZInfo" |
105 | v-model="ruleForm.sldyList[0].gyfs"> | 105 | v-model="ruleForm.sldyList[0].gyfs"> |
... | @@ -111,19 +111,34 @@ | ... | @@ -111,19 +111,34 @@ |
111 | </el-form-item> | 111 | </el-form-item> |
112 | </el-col> | 112 | </el-col> |
113 | 113 | ||
114 | <el-col :span="5" v-show="ruleForm.sldyList.length>0 && ruleForm.slsq.gyfs != '0'"> | 114 | <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'"> |
115 | <el-form-item label="是否分别持证:" v-if="ruleForm.sldyList.length>0"> | 115 | <el-form-item label="是否分别持证:"> |
116 | <el-radio-group v-model="ruleForm.sldyList[0].sqfbcz"> | 116 | <el-radio-group |
117 | <el-radio label="1">是</el-radio> | 117 | v-model="ruleForm.sldy.sqfbcz" |
118 | <el-radio label="0">否</el-radio> | 118 | :disabled="!ableOperation"> |
119 | <el-radio :label="1">是</el-radio> | ||
120 | <el-radio :label="0">否</el-radio> | ||
119 | </el-radio-group> | 121 | </el-radio-group> |
120 | </el-form-item> | 122 | </el-form-item> |
121 | </el-col> | 123 | </el-col> |
122 | <el-col :span="5" v-show="ruleForm.sldyList.length>0 && ruleForm.sldyList[0].gyfs != '0'"> | 124 | <el-col |
125 | :span="6" | ||
126 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'"> | ||
123 | <el-form-item label="持证人:"> | 127 | <el-form-item label="持证人:"> |
124 | <el-input v-model="ruleForm.slsq.czr"></el-input> | 128 | <el-select |
129 | v-model="ruleForm.czr" | ||
130 | placeholder="持证人" | ||
131 | :disabled="!ableOperation"> | ||
132 | <el-option | ||
133 | v-for="item in czrOptions" | ||
134 | :key="item.zjh" | ||
135 | :label="item.sqrmc" | ||
136 | :value="item.zjh"> | ||
137 | </el-option> | ||
138 | </el-select> | ||
125 | </el-form-item> | 139 | </el-form-item> |
126 | </el-col> | 140 | </el-col> |
141 | |||
127 | </el-row> | 142 | </el-row> |
128 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 143 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
129 | :gyfs="ruleForm.slsq.gyfs" /> | 144 | :gyfs="ruleForm.slsq.gyfs" /> |
... | @@ -194,6 +209,7 @@ | ... | @@ -194,6 +209,7 @@ |
194 | , user: {}//用户 | 209 | , user: {}//用户 |
195 | , zdjbxx: {}//宗地基本信息 | 210 | , zdjbxx: {}//宗地基本信息 |
196 | }, | 211 | }, |
212 | czrOptions: [], | ||
197 | //传递参数 | 213 | //传递参数 |
198 | propsParam: this.$attrs, | 214 | propsParam: this.$attrs, |
199 | //表单是否可操作 | 215 | //表单是否可操作 |
... | @@ -244,6 +260,7 @@ | ... | @@ -244,6 +260,7 @@ |
244 | */ | 260 | */ |
245 | upDateQlrxxList (val) { | 261 | upDateQlrxxList (val) { |
246 | this.ruleForm.qlrList = _.cloneDeep(val); | 262 | this.ruleForm.qlrList = _.cloneDeep(val); |
263 | |||
247 | }, | 264 | }, |
248 | /** | 265 | /** |
249 | * @description: showCZInfo | 266 | * @description: showCZInfo | ... | ... |
... | @@ -266,6 +266,7 @@ | ... | @@ -266,6 +266,7 @@ |
266 | */ | 266 | */ |
267 | upDateTdytxxList (val) { | 267 | upDateTdytxxList (val) { |
268 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 268 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
269 | this.czrOptions = this.ruleForm.qlrData; | ||
269 | this.key++; | 270 | this.key++; |
270 | }, | 271 | }, |
271 | /** | 272 | /** | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-11 08:48:21 | 4 | * @LastEditTime: 2023-08-14 10:27:43 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -283,6 +283,7 @@ | ... | @@ -283,6 +283,7 @@ |
283 | */ | 283 | */ |
284 | upDateTdytxxList (val) { | 284 | upDateTdytxxList (val) { |
285 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 285 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
286 | this.czrOptions = this.ruleForm.qlrList; | ||
286 | this.key++; | 287 | this.key++; |
287 | }, | 288 | }, |
288 | // 更新权利人信息 | 289 | // 更新权利人信息 | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | <!-- | 2 | <!-- |
3 | * @Description: | 3 | * @Description: |
4 | * @Autor: renchao | 4 | * @Autor: renchao |
5 | * @LastEditTime: 2023-08-04 16:32:14 | 5 | * @LastEditTime: 2023-08-14 10:28:15 |
6 | --> | 6 | --> |
7 | <template> | 7 | <template> |
8 | <!-- 受理信息 --> | 8 | <!-- 受理信息 --> |
... | @@ -265,6 +265,7 @@ | ... | @@ -265,6 +265,7 @@ |
265 | */ | 265 | */ |
266 | upDateTdytxxList (val) { | 266 | upDateTdytxxList (val) { |
267 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 267 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
268 | this.czrOptions = this.ruleForm.qlrList; | ||
268 | this.key++; | 269 | this.key++; |
269 | }, | 270 | }, |
270 | /** | 271 | /** | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-04 15:46:17 | 4 | * @LastEditTime: 2023-08-14 10:27:58 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -321,6 +321,7 @@ | ... | @@ -321,6 +321,7 @@ |
321 | */ | 321 | */ |
322 | upDateTdytxxList (val) { | 322 | upDateTdytxxList (val) { |
323 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 323 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
324 | this.czrOptions = this.ruleForm.qlrList; | ||
324 | this.key++; | 325 | this.key++; |
325 | }, | 326 | }, |
326 | // 更新权利人信息 | 327 | // 更新权利人信息 | ... | ... |
-
Please register or sign in to post a comment