Blame view

src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue 15.7 KB
1 2 3
<!--
 * @Description: 受理信息
 * @Autor: renchao
4
 * @LastEditTime: 2023-09-14 17:20:59
5 6 7
-->
<template>
  <div class="slxx">
xiaomiao committed
8 9 10 11 12 13
    <el-form
      :model="ruleForm"
      :rules="rules"
      ref="ruleForm"
      :label-position="flag ? 'top' : ''"
      :inline="flag"
14
      label-width="130px">
15 16
      <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''">
        <div class="slxx_title title-block">
17
          申请业务信息
18 19 20 21
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10" v-if="ruleForm.slsq">
          <el-col :span="8">
xiaomiao committed
22
            <el-form-item label="业务号:">
tianhaohao@pashanhoo.com committed
23
              <el-input disabled v-model="ruleForm.flow.ywh"></el-input>
24 25 26 27 28 29 30 31 32 33 34 35 36 37
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="受理人员:">
              <el-input disabled v-model="ruleForm.slsq.slry"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="受理时间:">
              <el-input disabled v-model="ruleForm.slsq.slsj"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10" v-if="ruleForm.slsq">
xiaomiao committed
38
          <el-col :span="8" v-if="ruleForm.sldyList.length > 0">
39
            <el-form-item label="权利类型:">
xiaomiao committed
40 41
              <el-input
                disabled
42
                v-model="ruleForm.sldyList[0].qllxmc"></el-input>
43 44
            </el-form-item>
          </el-col>
xiaomiao committed
45
          <el-col :span="8" v-if="ruleForm.sldyList.length > 0">
46
            <el-form-item label="登记类型:">
xiaomiao committed
47 48
              <el-input
                disabled
49
                v-model="ruleForm.sldyList[0].djlxmc"></el-input>
50 51 52 53 54 55 56 57 58
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="登记情形:">
              <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <div class="slxx_title title-block">
59
          房屋批量情况
60 61 62 63
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10" v-if="ruleForm.zdjbxx">
          <el-col :span="8">
64 65 66
            <el-form-item label="宗地面积:">
              <div class="flex">
                <el-input disabled v-model="ruleForm.zdjbxx.zdmj"></el-input>
xiaomiao committed
67 68 69
                <el-select
                  disabled
                  v-model="ruleForm.zdjbxx.mjdw"
70
                  style="width: 68px">
71 72 73 74
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
75
                    :value="item.dcode"></el-option>
76 77 78 79 80 81
                </el-select>
              </div>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="土地性质:">
82 83 84 85
              <el-input disabled v-model="ruleForm.zdjbxx.ghytmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
86 87
            <el-form-item label="土地用途:">
              <el-input disabled v-model="ruleForm.zdjbxx.ghytmc"></el-input>
88 89
            </el-form-item>
          </el-col>
90 91
        </el-row>
        <el-row :gutter="10" v-if="ruleForm.zdjbxx">
92 93
          <el-col :span="8">
            <el-form-item label="房屋性质:">
94 95 96 97 98
              <el-input disabled v-model="ruleForm.zdjbxx.qlsdfsmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="房屋用途:">
99 100 101 102 103 104 105 106
              <el-input disabled v-model="splicingFdcq2.fwxz"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="房屋结构:">
              <el-input disabled v-model="splicingFdcq2.fwjg"></el-input>
            </el-form-item>
          </el-col>
107 108
        </el-row>
        <el-row :gutter="10" v-if="ruleForm.zdjbxx">
109
          <el-col :span="8">
110 111 112 113 114 115
            <el-form-item label="房屋总层数:">
              <el-input disabled v-model="ruleForm.fdcq2List[0].zcs"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="房屋总建筑面积:">
116 117 118 119 120 121 122 123 124
              <el-input disabled v-model="splicingFdcq2.jzmj"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="房屋总套数:">
              <el-input disabled v-model="splicingFdcq2.zts"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
单帅旗 committed
125
        <el-row :gutter="10" v-if="ruleForm.slsq">
126 127 128 129 130
          <el-col :span="8">
            <el-form-item label="竣工时间:">
              <el-input disabled v-model="splicingFdcq2.jzmj"></el-input>
            </el-form-item>
          </el-col>
单帅旗 committed
131
          <el-col :span="5">
132
            <el-form-item label="发证方式:" :disabled="!viewEdit">
单帅旗 committed
133 134 135 136 137 138 139
              <el-radio-group v-model="ruleForm.slsq.fzfs">
                <el-radio label="1">小证</el-radio>
                <el-radio label="2">大证</el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
        </el-row>
140 141 142 143 144
        <div class="slxx_title title-block">
          权利人信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
xiaomiao committed
145
          <el-col :span="12" v-if="ruleForm.sldyList.length > 0">
146
            <el-form-item label="共有方式:">
xiaomiao committed
147
              <el-radio-group
148
                :disabled="!viewEdit"
149
                v-model="ruleForm.sldyList[0].gyfs">
150 151 152 153 154 155 156
                <el-radio label="0">单独所有</el-radio>
                <el-radio label="1">共同共有</el-radio>
                <el-radio label="2">按份所有</el-radio>
                <el-radio label="3">其它共有</el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
单帅旗 committed
157

xiaomiao committed
158
          <el-col :span="6" v-if="ruleForm.sldyList[0].gyfs != 0">
159 160
            <el-form-item label="是否分别持证:">
              <el-radio-group
xiaomiao committed
161
                v-model="ruleForm.sldyList[0].sqfbcz"
xiaomiao committed
162
                :disabled="!viewEdit"
163
                @input="updaterow()">
164 165
                <el-radio :label="1"></el-radio>
                <el-radio :label="0"></el-radio>
166 167 168
              </el-radio-group>
            </el-form-item>
          </el-col>
xiaomiao committed
169 170 171 172 173
          <el-col
            :span="6"
            v-if="
              ruleForm.sldyList[0].gyfs != 0 &&
              ruleForm.sldyList[0].sqfbcz == '0'
174
            ">
175
            <el-form-item label="持证人:">
176
              <el-select
xiaomiao committed
177
                v-model="czr"
178
                placeholder="持证人"
179
                :disabled="!viewEdit">
180 181 182 183
                <el-option
                  v-for="item in czrOptions"
                  :key="item.zjh"
                  :label="item.sqrmc"
184
                  :value="item.zjh"></el-option>
185
              </el-select>
186 187 188
            </el-form-item>
          </el-col>
        </el-row>
xiaomiao committed
189
        <qlrCommonTable
190
          :disabled="viewEdit"
xiaomiao committed
191 192
          @upDateQlrxxList="upDateQlrxxList"
          :tableData="ruleForm.qlrList"
193
          :gyfs="ruleForm.sldyList[0].gyfs" />
194 195 196 197 198
        <div class="slxx_title title-block">
          登记原因
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
xiaomiao committed
199
          <el-col v-if="ruleForm.fdcq2List.length > 0">
200
            <el-form-item v-if="ruleForm.slsq" label="登记原因:" prop="djyy">
xiaomiao committed
201 202 203
              <el-input
                class="textArea"
                type="textarea"
204 205 206
                maxlength="500"
                show-word-limit
                :disabled="!viewEdit"
207
                v-model="ruleForm.fdcq2List[0].djyy">
208 209 210 211 212
              </el-input>
            </el-form-item>
          </el-col>
        </el-row>
      </div>
213
      <el-row class="btn" v-if="viewEdit">
214 215 216 217 218 219 220 221
        <el-form-item>
          <el-button type="primary" @click="onSubmit">保存</el-button>
        </el-form-item>
      </el-row>
    </el-form>
  </div>
</template>
<script>
222 223 224 225 226 227 228 229 230 231 232 233 234
  import ywmix from "@/views/ywbl/mixin/index";
  import qlrCommonTable from "@/views/workflow/components/qlrCommonTable";
  import {
    BatchInit,
    Init,
    saveBatchData,
    saveData,
  } from "@/api/workflow/fwsyqFlow.js";
  import { mapGetters } from "vuex";
  export default {
    mixins: [ywmix],
    computed: {
      ...mapGetters(["dictData", "flag"]),
xiaomiao committed
235
    },
236
    components: { qlrCommonTable },
xiaomiao committed
237

xiaomiao committed
238 239 240 241 242 243
    // 更新义务人信息
    /**
     * @description: 更新义务人信息
     * @param {*} val
     * @author: renchao
     */
244
    upDateYwrxxList (val) {
xiaomiao committed
245
      this.ruleForm.ywrList = _.cloneDeep(val);
246
    },
247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
    data () {
      return {
        disabled: true,
        tdytOption: [],
        ruleForm: {
          cfdjList: [], //查封登记
          diyaqList: [], //抵押权
          fdcq2List: [], //房屋信息集合
          qlrList: [], //权利人
          ywrList: [], //义务人
          qlxxList: [], //权利信息集合
          sldyList: [], //受理不动产单元集合
          slsq: {}, //受理申请流程明细
          flow: {}, //受理申请流程明细
          sqrList: [], //申请人
          ssQlxxList: [], //上手权利信息
          user: {}, //用户
          zdjbxx: {}, //宗地基本信息
        },
        czrOptions: [],
        czr: "",
        //传递参数
        propsParam: this.$attrs,
        //表单是否可操作
        viewEdit: true,
        rules: {},
        gyfs: "",
        bsmSlsq: this.$route.query.bsmSlsq, //受理申请标识码
        splicingFdcq2: {
          //前端根据后台数组组装展示内容
          tdxz: "", //土地性质
          fwxz: "", //房屋性质
          fwjg: "", //房屋结构
          jzmj: "", //建筑面积
          zts: "", //房屋总套数
        },
      };
    },
    mounted (callbackfn, thisArg) {
      this.viewEdit = this.$parent.currentSelectTab.ableOperation;
      this.propsParam = this.$attrs;
      var formdata = new FormData();
      formdata.append("bsmSldy", this.propsParam.bsmSldy);
      formdata.append("djlx", this.propsParam.djlx);
      formdata.append("bsmSlsq", this.bsmSlsq);
      formdata.append("isEdit", this.viewEdit);
      BatchInit(formdata).then((res) => {
        if (res.code == 200) {
          this.ruleForm = res.result;
          this.czrOptions = this.ruleForm.qlrList;
          this.gyfs = this.ruleForm.sldyList[0].gyfs;
          this.splicingFdcq2Info();
299 300
        } else {
          this.$message.error(res.message);
301
        }
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340
        this.ruleForm.qlrList.forEach((item) => {
          if (item.sfczr == 1) {
            this.czr = item.zjh
          }
        });
      });
    },
    methods: {
      //组装房地产权通用信息
      /**
       * @description: 组装房地产权通用信息
       * @author: renchao
       */
      splicingFdcq2Info () {
        let fdcq2List = this.ruleForm.fdcq2List;
        let fwxzArr = [];
        let fwjgArr = [];
        let jzmj = 0;
        fdcq2List.forEach((fdcq2) => {
          fwxzArr.push(fdcq2.fwxzmc);
          fwjgArr.push(fdcq2.fwjgmc);
          jzmj += parseFloat(fdcq2.jzmj);
        });
        //将数据转为字符串
        //房屋性质
        let fwxz = Array.from(new Set(fwxzArr)).join(",");
        //房屋结构
        let fwjg = Array.from(new Set(fwjgArr)).join(",");
        this.splicingFdcq2.fwxz = fwxz;
        this.splicingFdcq2.fwjg = fwjg;
        this.splicingFdcq2.jzmj = jzmj == null ? 0 : jzmj;
        this.splicingFdcq2.zts = fdcq2List.length;
      },
      /**
       * @description: 更新权利人信息
       * @param {*} val
       * @author: renchao
       */
      upDateQlrxxList (val) {
341 342 343 344 345 346 347 348 349 350 351 352 353
        if (!_.isEqual(val, this.ruleForm.qlrList)) {
          this.ruleForm.qlrList = _.cloneDeep(val);
          this.czrOptions = this.ruleForm.qlrList;
        }
        this.num = 0
        this.ruleForm.qlrList.forEach(item => {
          if (item.zjh == this.czr) {
            this.num++
          }
        })
        if (this.num == 0) {
          this.czr = ''
        }
354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
      },
      // 是否持证人变化
      /**
       * @description: 是否持证人变化
       * @param {*} val
       * @author: renchao
       */
      updaterow () {
        this.czr = "";
      },
      // 更新义务人信息
      /**
       * @description: 更新义务人信息
       * @param {*} val
       * @author: renchao
       */
      upDateYwrxxList (val) {
        this.ruleForm.ywrList = _.cloneDeep(val);
      },
      /**
       * @description: onSubmit
       * @author: renchao
       */
      onSubmit () {
        let that = this;
        if (this.ruleForm.qlrList.length == 0) {
xiaomiao committed
380 381
          this.$message({
            showClose: true,
382
            message: "请确认权利人信息",
xiaomiao committed
383 384 385 386
            type: "error",
          });
          return false;
        }
387 388 389 390 391 392 393 394 395 396
        if (this.ruleForm.sldyList[0].gyfs == "0") {
          if (this.ruleForm.qlrList.length > 1) {
            this.$message({
              showClose: true,
              message: "共有方式:单独所有,权利人只能是一个人",
              type: "error",
            });
            return false;
          }
          this.ruleForm.qlrList[0].sfczr = "1";
397
        } else {
398 399
          if (this.ruleForm.qlrList.length <= 1) {
            this.$message({
400
              showClose: true,
401 402
              message:
                "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上",
403 404 405 406
              type: "error",
            });
            return false;
          }
407 408 409 410
          //是否分别持证
          if (this.ruleForm.sldyList[0].sqfbcz == "1") {
            //是
            this.ruleForm.qlrList.forEach((item, index) => {
411
              item.sfczr = "1";
412 413 414 415 416 417 418 419 420
            });
          } else {
            if (!that.czr) {
              that.$message({
                showClose: true,
                message: "请选择持证人",
                type: "error",
              });
              return false;
421
            }
422 423 424 425 426 427 428 429
            this.ruleForm.qlrList.forEach((item, index) => {
              if (item.zjh == that.czr) {
                item.sfczr = "1";
              } else {
                item.sfczr = "0";
              }
            });
          }
xiaomiao committed
430
        }
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447
        saveBatchData(this.ruleForm).then((res) => {
          if (res.code === 200) {
            this.$message({
              showClose: true,
              message: "保存成功!",
              type: "success",
            });
            this.$store.dispatch("user/refreshPage", true);
          } else {
            this.$message({
              showClose: true,
              message: res.message,
              type: "error",
            });
          }
        });
      },
448
    },
449
  };
450
</script>
xiaomiao committed
451
<style scoped lang="scss">
452
  @import "~@/styles/public.scss";
453

454 455 456 457 458
  /deep/.el-form {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 130px);
  }
459

460 461 462
  /deep/.el-form-item__label {
    padding: 0;
  }
463

464 465 466
  /deep/.el-radio {
    margin-right: 10px;
  }
467

468 469 470
  /deep/.el-select {
    width: 100%;
  }
471

472 473 474
  /deep/.el-form-item {
    margin-bottom: 8px;
  }
475

476 477 478
  .marginBot0 {
    margin-bottom: 0 !important;
  }
479

480 481 482
  .slxx {
    box-sizing: border-box;
  }
483

484 485 486 487 488 489 490 491
  .slxx_con {
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    padding-right: 3px;
    overflow-x: hidden;
  }
492

493 494 495
  .submit_btn {
    height: 50px;
  }
496

497 498 499 500 501 502 503 504 505 506
  .slxx_title {
    border-bottom: 1px solid $borderColor;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
  }
507

508 509 510 511 512 513 514
  .btn {
    text-align: center;
    padding-top: 10px;
    height: 36px;
    background-color: #ffffff;
    padding: 5px 0;
  }
515

516 517 518 519
  .textArea {
    /deep/.el-textarea__inner {
      min-height: 90px !important;
    }
520 521
  }

522 523 524
  /deep/.el-form-item__label {
    padding-bottom: 0px;
  }
525
</style>