Blame view

src/views/ywbl/ywSlxx/ygdj/slxx.vue 9.21 KB
1 2 3
<template>
  <!-- 受理信息 -->
  <div class="slxx">
4 5
    <el-form :model="ruleForm" :rules="rules" class="loadingtext" ref="ruleForm" :label-position="flag ? 'top' : ''"
      :inline="flag" label-width="120px">
6
      <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''">
7 8 9 10 11 12
        <div class="slxx_title title-block">
          受理信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10" v-if="ruleForm.slywxx">
          <el-col :span="8">
13
            <el-form-item label="业务号:">
14 15 16 17
              <el-input disabled v-model="ruleForm.slywxx.ywh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
18
            <el-form-item label="受理人员:">
19 20 21 22
              <el-input disabled v-model="ruleForm.slywxx.slry"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
23
            <el-form-item label="受理时间:">
24 25 26 27 28 29
              <el-input disabled v-model="ruleForm.slywxx.slsj"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10" v-if="ruleForm.slywxx">
          <el-col :span="8">
30
            <el-form-item label="权利类型:">
31 32 33 34
              <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
35
            <el-form-item label="登记类型:">
36 37 38 39
              <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
40
            <el-form-item label="登记情形:">
41 42 43 44 45 46 47 48 49 50
              <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <div class="slxx_title title-block">
          不动产单元情况
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10" v-if="ruleForm.qlxx">
          <el-col :span="8">
51
            <el-form-item label="不动产单元号:">
52 53 54 55
              <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="16">
56
            <el-form-item label="坐落:">
57 58 59 60
              <el-input disabled v-model="ruleForm.qlxx.zl"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
61
        <el-row :gutter="10">
62
          <el-col :span="8">
63
            <el-form-item label="规划用途:">
64 65 66 67
              <el-input disabled v-model="ruleForm.ygdj.ghyt"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
68
            <el-form-item label="土地使用起止时间:">
69 70 71 72
              <el-input disabled v-model="ruleForm.ygdj.ghyt"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
73
            <el-form-item label="土地使用期限:">
74 75 76 77 78 79
              <el-input disabled v-model="ruleForm.ygdj.ghyt"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10" v-if="ruleForm.qlxx">
          <el-col :span="8">
80
            <el-form-item label="房屋用途:">
81 82 83 84
              <el-input disabled v-model="ruleForm.qlxx.ytmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
85
            <el-form-item label="房屋性质:">
86 87 88 89
              <el-input disabled v-model="ruleForm.ygdj.fwxzmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
90
            <el-form-item label="房屋结构:">
91 92 93 94
              <el-input disabled v-model="ruleForm.ygdj.fwjgmc"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
95
        <el-row :gutter="10">
96
          <el-col :span="8">
97
            <el-form-item label="所在层:">
98 99 100 101
              <el-input disabled v-model="ruleForm.ygdj.szc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
102
            <el-form-item label="总层数:">
103 104 105 106
              <el-input disabled v-model="ruleForm.ygdj.zcs"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
107
            <el-form-item label="竣工时间:">
108 109 110 111 112 113
              <el-input disabled v-model="ruleForm.ygdj.jgsj"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10" v-if="ruleForm.qlxx">
          <el-col :span="8">
114
            <el-form-item label="建筑面积:">
115 116 117 118
              <el-input disabled v-model="ruleForm.qlxx.mj"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
119
            <el-form-item label="专有建筑面积:">
120 121 122 123
              <el-input disabled v-model="ruleForm.ygdj.zyjzmj"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
124
            <el-form-item label="分摊建筑面积:">
125 126 127 128 129 130 131 132 133 134
              <el-input disabled v-model="ruleForm.ygdj.ftjzmj"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <div class="slxx_title title-block">
          权利人信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
          <el-col :span="14" v-if="ruleForm.qlxx">
135
            <el-form-item label="共有方式:">
136
              <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.slywxx.gyfs">
137 138 139 140
                <el-radio label="0">单独所有</el-radio>
                <el-radio label="1">共同共有</el-radio>
                <el-radio label="2">按份所有</el-radio>
                <el-radio label="3">其它共有</el-radio>
141 142 143 144
              </el-radio-group>
            </el-form-item>
          </el-col>
        </el-row>
145
        <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList"
146 147 148 149 150
          :gyfs="ruleForm.qlxx.gyfs" />
        <div class="slxx_title title-block">
          义务人信息
          <div class="triangle"></div>
        </div>
151
        <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList"
152
          :gyfs="ruleForm.qlxx.gyfs" />
153 154 155 156 157 158
        <div class="slxx_title title-block">
          登记原因
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
          <el-col>
159
            <el-form-item label="登记原因:" prop="djyy">
160
              <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1"
161 162 163 164 165 166 167
                v-model="ruleForm.ygdj.djyy">
              </el-input>
            </el-form-item>
          </el-col>
        </el-row>
      </div>
      <el-row class="btn" v-if="!$route.query.viewtype">
168
        <el-form-item>
169 170 171 172 173 174 175
          <el-button type="primary" @click="onSubmit">保存</el-button>
        </el-form-item>
      </el-row>
    </el-form>
  </div>
</template>
<script>
176
import qlrCommonTable from "@/views/workflow/components/qlrCommonTable";
177
import { Init, saveData } from "@/api/workflow/ygdjFlow.js";
178 179
import { mapGetters } from "vuex";
export default {
180 181
  mounted () {
    this.$startLoading();
182 183 184 185 186 187
    var formdata = new FormData();
    formdata.append("bsmSldy", this.propsParam.bsmSldy);
    formdata.append("djlx", this.propsParam.djlx);

    Init(formdata).then(res => {
      if (res.code === 200 && res.result) {
188
        this.$endLoading();
189 190 191 192
        this.ruleForm = res.result;
      }
    })
  },
193
  components: { qlrCommonTable },
194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
  computed: {
    ...mapGetters(["dictData", "flag"]),
  },
  data () {
    return {
      disabled: true,
      tdytOption: [],
      czrOptions: [],
      ruleForm: {},
      //传递参数
      propsParam: this.$attrs,
      rules: {},
    };
  },
  methods: {
    // 更新权利人信息
    upDateQlrxxList (val) {
211
      this.ruleForm.qlrList = _.cloneDeep(val);
212
    },
213
    // 更新权利人信息
214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 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 299 300 301 302 303 304 305 306 307 308 309 310 311
    upDateYwrxxList (val) {
      this.ruleForm.ywrList = _.cloneDeep(val);
    },
    onSubmit () {
      saveData(this.ruleForm).then((res) => {
        if (res.code === 200) {
          this.$message({
            showClose: true,
            message: "保存成功!",
            type: "success",
          });
        } else {
          this.$message({
            showClose: true,
            message: res.message,
            type: "error",
          });
        }
      });
    },
  },
};
</script>
<style scoped lang='scss'>
@import "~@/styles/public.scss";

/deep/.el-form {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
}

/deep/.el-form-item__label {
  padding: 0;
}

/deep/.el-radio {
  margin-right: 10px;
}

/deep/.el-select {
  width: 100%;
}

/deep/.el-form-item {
  margin-bottom: 8px;
}

.marginBot0 {
  margin-bottom: 0 !important;
}

.slxx {
  box-sizing: border-box;
}

.slxx_con {
  flex: 1;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  padding-right: 3px;
  overflow-x: hidden;
}

.submit_btn {
  height: 50px;
}

.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;
}

.btn {
  text-align: center;
  padding-top: 10px;
  height: 36px;
  background-color: #ffffff;
  padding: 5px 0;
}

.textArea {
  /deep/.el-textarea__inner {
    min-height: 90px !important;
  }
}

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