Blame view

src/views/ywbl/slsqxx/lqslxx/index.vue 13.3 KB
yangwei committed
1 2 3
<!--
 * @Description: 房屋多幢受理信息
 * @Autor: ssq
4
 * @LastEditTime: 2023-08-04 15:46:17
yangwei committed
5 6 7 8 9 10 11 12 13
-->
<template>
  <div class="slxx">
    <el-form
      :model="ruleForm"
      :rules="rules"
      ref="ruleForm"
      :label-position="flag ? 'top' : ''"
      :inline="flag"
14
      label-width="140px">
yangwei committed
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
      <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''">
        <div class="slxx_title title-block">
          受理信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10" v-if="ruleForm.slsq">
          <el-col :span="8">
            <el-form-item label="业务号:">
              <el-input disabled v-model="ruleForm.flow.ywh"></el-input>
            </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">
          <el-col :span="8">
            <el-form-item label="权利类型:">
              <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="登记类型:">
              <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input>
            </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>
yangwei committed
54
        <div class="slxx_title title-block">
yangwei committed
55 56 57 58 59 60 61 62 63 64 65
          不动产单元情况
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10" v-if="ruleForm.qlxx">
          <el-col :span="8">
            <el-form-item label="不动产单元号:">
              <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="16">
            <el-form-item label="坐落:">
66
              <el-input disabled v-model="ruleForm.sldy.zl"></el-input>
yangwei committed
67 68 69
            </el-form-item>
          </el-col>
        </el-row>
yangwei committed
70
        <el-row :gutter="10">
yangwei committed
71
          <el-col :span="8">
yangwei committed
72
            <el-form-item label="发包方:">
73
              <el-input v-model="ruleForm.lq.fbf"></el-input>
yangwei committed
74 75 76
            </el-form-item>
          </el-col>
          <el-col :span="8">
yangwei committed
77
            <el-form-item label="发包方代码:">
78
              <el-input v-model="ruleForm.lq.fbfdm"></el-input>
yangwei committed
79 80 81
            </el-form-item>
          </el-col>
          <el-col :span="8">
yangwei committed
82
            <el-form-item label="使用权(承包)面积:">
83
              <el-input v-model="ruleForm.lq.syqmj"></el-input>
yangwei committed
84 85 86
            </el-form-item>
          </el-col>
        </el-row>
yangwei committed
87 88 89
        <el-row :gutter="10">
          <el-col :span="8">
            <el-form-item label="林地所有权性质:">
90
              <el-input v-model="ruleForm.lq.ldsyqxz"></el-input>
yangwei committed
91 92 93 94
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="森林类别:">
95
              <el-input v-model="ruleForm.lq.sllb"></el-input>
yangwei committed
96 97 98 99
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="主要树种:">
100
              <el-input v-model="ruleForm.lq.zysz"></el-input>
yangwei committed
101 102 103 104
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10">
yangwei committed
105
          <el-col :span="8">
yangwei committed
106
            <el-form-item label="株数:">
107
              <el-input v-model="ruleForm.lq.zs"></el-input>
yangwei committed
108 109 110
            </el-form-item>
          </el-col>
          <el-col :span="8">
yangwei committed
111
            <el-form-item label="林种:">
112
              <el-input v-model="ruleForm.lq.lz"></el-input>
yangwei committed
113 114 115
            </el-form-item>
          </el-col>
          <el-col :span="8">
yangwei committed
116
            <el-form-item label="起源:">
117
              <el-input v-model="ruleForm.lq.qy"></el-input>
yangwei committed
118 119 120
            </el-form-item>
          </el-col>
        </el-row>
yangwei committed
121
        <el-row :gutter="10">
yangwei committed
122
          <el-col :span="8">
yangwei committed
123
            <el-form-item label="造林年度:">
124
              <el-input v-model="ruleForm.lq.zlnd"></el-input>
yangwei committed
125 126 127
            </el-form-item>
          </el-col>
          <el-col :span="8">
yangwei committed
128
            <el-form-item label="林班:">
129
              <el-input v-model="ruleForm.lq.lb"></el-input>
yangwei committed
130 131 132
            </el-form-item>
          </el-col>
          <el-col :span="8">
yangwei committed
133
            <el-form-item label="小班:">
134
              <el-input v-model="ruleForm.lq.xb"></el-input>
yangwei committed
135 136 137 138 139
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10">
          <el-col :span="8">
yangwei committed
140
            <el-form-item label="小地名:">
141
              <el-input v-model="ruleForm.lq.xdm"></el-input>
yangwei committed
142 143
            </el-form-item>
          </el-col>
yangwei committed
144 145
          <el-col :span="8">
            <el-form-item label="附记:">
146
              <el-input v-model="ruleForm.lq.fj"></el-input>
yangwei committed
147 148 149
            </el-form-item>
          </el-col>
        </el-row>
yangwei committed
150 151 152 153 154 155 156
        <div class="slxx_title title-block">
          土地用途
          <div class="triangle"></div>
        </div>
        <tdytTable
          :ableOperation="ableOperation"
          :tableData="ruleForm.tdytqxList"
157
          @upDateTdytxxList="upDateTdytxxList" />
yangwei committed
158 159 160 161 162 163 164 165 166
        <div class="slxx_title title-block">
          权利人信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
          <el-col :span="12" v-if="ruleForm.qlxx">
            <el-form-item label="共有方式:">
              <el-radio-group
                :disabled="!ableOperation"
167
                v-model="ruleForm.sldy.gyfs">
yangwei committed
168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
                <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>
          <!-- <el-col :span="5">
              <el-form-item label="发证方式:">
                <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation">
                  <el-radio label="1">小证</el-radio>
                  <el-radio label="2">大证</el-radio>
                </el-radio-group>
              </el-form-item>
            </el-col> -->

          <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'">
            <el-form-item label="是否分别持证:">
              <el-radio-group
                v-model="ruleForm.sldy.sqfbcz"
188
                :disabled="!ableOperation">
yangwei committed
189 190 191 192 193 194 195 196 197 198
                <el-radio label="1"></el-radio>
                <el-radio label="0"></el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
          <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'">
            <el-form-item label="持证人:">
              <el-select
                v-model="ruleForm.slsq.czr"
                placeholder="持证人"
199
                :disabled="!ableOperation">
yangwei committed
200 201 202 203
                <el-option
                  v-for="item in czrOptions"
                  :key="item.value"
                  :label="item.label"
204
                  :value="item.value">
yangwei committed
205 206 207 208 209 210 211 212 213
                </el-option>
              </el-select>
            </el-form-item>
          </el-col>
        </el-row>
        <qlrCommonTable
          @upDateQlrxxList="upDateQlrxxList"
          :tableData="ruleForm.qlrList"
          :disabled="!ableOperation"
214
          :gyfs="ruleForm.slsq.gyfs" />
yangwei committed
215 216 217 218 219 220 221 222 223 224

        <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'">
          <div class="slxx_title title-block">
            义务人信息
            <div class="triangle"></div>
          </div>
          <qlrCommonTable
            v-if="ruleForm.qlxx"
            @upDateQlrxxList="upDateYwrxxList"
            :tableData="ruleForm.ywrList"
225
            :gyfs="ruleForm.qlxx.gyfs" />
yangwei committed
226 227 228 229 230
        </div>
        <div class="slxx_title title-block">
          登记原因
          <div class="triangle"></div>
        </div>
yangwei committed
231
        <el-row :gutter="10">
yangwei committed
232 233 234 235 236 237
          <el-col>
            <el-form-item v-if="ruleForm.sldy" label="登记原因:" prop="djyy">
              <el-input
                class="textArea"
                type="textarea"
                :disabled="!ableOperation"
238
                v-model="ruleForm.lq.djyy">
yangwei committed
239 240 241
              </el-input>
            </el-form-item>
          </el-col>
yangwei committed
242
        </el-row>
yangwei committed
243 244 245 246 247 248 249 250 251 252
      </div>
      <el-row class="btn" v-if="ableOperation">
        <el-form-item>
          <el-button type="primary" @click="onSubmit">保存</el-button>
        </el-form-item>
      </el-row>
    </el-form>
  </div>
</template>
<script>
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
  import ywmix from "@/views/ywbl/mixin/index";
  import qlrCommonTable from "@/views/workflow/components/qlrCommonTable";
  import tdytTable from "@/views/workflow/components/tdytTable";
  import { Init, saveData } from "@/api/workflow/lqFlow.js";
  import { mapGetters } from "vuex";
  export default {
    mixins: [ywmix],
    mounted () {
      this.ableOperation = 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("isEdit", this.ableOperation);
      Init(formdata).then((res) => {
        if (res.code === 200 && res.result) {
          this.ruleForm = {
            ...res.result,
            ...res.result.qlxxdatas,
          };
          //初始化发证方式,1:小证,2:大正
          this.ruleForm.slsq.fzfs == null
            ? (this.ruleForm.slsq.fzfs = "1")
            : this.ruleForm.slsq.fzfs;
        }
      });
yangwei committed
279
    },
280 281 282
    components: { qlrCommonTable, tdytTable },
    computed: {
      ...mapGetters(["dictData", "flag"]),
yangwei committed
283
    },
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313
    data () {
      return {
        disabled: true,
        tdytOption: [],
        czrOptions: [],
        ruleForm: {
          flow: {
            ywh: "",
          },
          qlxx: {
            mj: "",
          },
          sldy: {
            gyfs: "",
          },
          slsq: {},
          fdcq2: {
            zyjzmj: "",
            ftjzmj: "",
          },
          zdjbxx: {
            ghytmc: "",
          },
        },
        //传递参数
        propsParam: this.$attrs,
        //表单是否可操作
        ableOperation: true,
        rules: {},
      };
yangwei committed
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 341 342 343 344 345 346 347 348 349 350
    methods: {
      // 更新土地用途信息
      /**
       * @description: 更新土地用途信息
       * @param {*} val
       * @author: renchao
       */
      upDateTdytxxList (val) {
        this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
        this.key++;
      },
      // 更新权利人信息
      /**
       * @description: 更新权利人信息
       * @param {*} val
       * @author: renchao
       */
      upDateQlrxxList (val) {
        this.ruleForm.qlrList = _.cloneDeep(val);
      },
      // 更新权利人信息
      /**
       * @description: 更新权利人信息
       * @param {*} val
       * @author: renchao
       */
      upDateYwrxxList (val) {
        this.ruleForm.ywrList = _.cloneDeep(val);
      },
      /**
       * @description: onSubmit
       * @author: renchao
       */
      onSubmit () {
        let arr = this.ruleForm.tdytqxList.filter(item => !item.yt)
        if (arr.length > 0) {
yangwei committed
351 352
          this.$message({
            showClose: true,
353
            message: "土地用途不能为空",
yangwei committed
354 355
            type: "error",
          });
356
          return false;
yangwei committed
357
        }
358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374
        saveData(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",
            });
          }
        });
      },
yangwei committed
375
    },
376
  };
yangwei committed
377 378
</script>
<style scoped lang="scss">
379
  @import "~@/styles/public.scss";
yangwei committed
380

381 382 383 384 385
  /deep/.el-form {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 130px);
  }
yangwei committed
386

387 388 389
  /deep/.el-form-item__label {
    padding: 0;
  }
yangwei committed
390

391 392 393
  /deep/.el-radio {
    margin-right: 10px;
  }
yangwei committed
394

395 396 397
  /deep/.el-select {
    width: 100%;
  }
yangwei committed
398

399 400 401
  /deep/.el-form-item {
    margin-bottom: 8px;
  }
yangwei committed
402

403 404 405
  .marginBot0 {
    margin-bottom: 0 !important;
  }
yangwei committed
406

407 408 409
  .slxx {
    box-sizing: border-box;
  }
yangwei committed
410

411 412 413 414 415 416 417 418
  .slxx_con {
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    padding-right: 3px;
    overflow-x: hidden;
  }
yangwei committed
419

420 421 422
  .submit_btn {
    height: 50px;
  }
yangwei committed
423

424 425 426 427 428 429 430 431 432 433
  .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;
  }
yangwei committed
434

435 436 437 438 439 440 441
  .btn {
    text-align: center;
    padding-top: 10px;
    height: 36px;
    background-color: #ffffff;
    padding: 5px 0;
  }
yangwei committed
442

443 444 445 446
  .textArea {
    /deep/.el-textarea__inner {
      min-height: 90px !important;
    }
yangwei committed
447 448
  }

449 450 451
  /deep/.el-form-item__label {
    padding-bottom: 0px;
  }
yangwei committed
452
</style>