Blame view

src/views/ywbl/jsydsyq/slxx300.vue 9.51 KB
1 2 3 4 5 6 7 8 9 10 11 12
<template>
  <!-- 受理信息 -->
  <div class="slxx">
    <el-form :model="ruleForm" :rules="rules" ref="ruleForm" :label-position="flag ? 'top' : ''" :inline="flag"
      label-width="120px">
      <div class="slxx_con">
        <div class="slxx_title title-block">
          受理信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
          <el-col :span="8">
任超 committed
13
            <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:">
14 15 16 17
              <el-input disabled v-model="ruleForm.ywh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
18
            <el-form-item :class="flag ? 'marginBot0' : ''" label="受理人员:">
19 20 21 22
              <el-input disabled v-model="ruleForm.slry"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
23
            <el-form-item :class="flag ? 'marginBot0' : ''" label="受理时间:">
24 25 26 27 28 29
              <el-input disabled v-model="ruleForm.slsj"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10">
          <el-col :span="8">
任超 committed
30
            <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:">
31 32 33 34 35 36 37
              <el-select disabled v-model="ruleForm.qllx" filterable clearable placeholder="请选择权利类型">
                <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode">
                </el-option>
              </el-select>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
38
            <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:">
39 40 41 42 43 44 45
              <el-select disabled v-model="ruleForm.djlx" filterable clearable placeholder="请选择登记类型">
                <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode">
                </el-option>
              </el-select>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
46
            <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:">
47 48 49 50 51 52 53 54 55 56
              <el-input disabled v-model="ruleForm.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">
          <el-col :span="8">
任超 committed
57
            <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地代码:">
58 59 60 61
              <el-input disabled v-model="ruleForm.zddm"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
62
            <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:">
63 64 65 66
              <el-input disabled v-model="ruleForm.bdcdyh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
67
            <el-form-item :class="flag ? 'marginBot0' : ''" label="权利性质:">
68 69 70 71 72 73
              <el-input disabled v-model="ruleForm.qlxzmc"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10">
          <el-col :span="8">
任超 committed
74
            <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地面积:">
75 76 77 78
              <el-input disabled v-model="ruleForm.zdmj"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
79
            <el-form-item :class="flag ? 'marginBot0' : ''" label="土地用途:">
80 81 82 83
              <el-input disabled v-model="ruleForm.ghytmc"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
任超 committed
84
            <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:">
85 86 87 88 89 90
              <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10">
          <el-col :span="8">
任超 committed
91
            <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:">
92 93 94 95 96
              <el-input disabled v-model="ruleForm.qdjg"></el-input>
            </el-form-item>
          </el-col>

          <el-col :span="16">
任超 committed
97
            <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:">
98 99 100 101 102 103
              <el-input disabled v-model="ruleForm.zl"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10">
          <el-col :span="8">
任超 committed
104
            <el-form-item :class="flag ? 'marginBot0' : ''" label="使用期限:">
105 106 107 108 109
              <el-input disabled v-model="ruleForm.tdsyqx"></el-input>
            </el-form-item>
          </el-col>

          <el-col :span="16">
任超 committed
110
            <el-form-item :class="flag ? 'marginBot0' : ''" label="使用权起止时间:">
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
              <el-input disabled v-model="ruleForm.syqqzsj"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="10">
          <el-col>
            <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj">
              <el-input type="textarea" v-model="ruleForm.fj" :disabled="$route.query.viewtype==1"></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">
            <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:">
              <el-radio-group :disabled="$route.query.viewtype==1" v-model="ruleForm.gyfs">
                <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" v-show="ruleForm.gyfs == '2'">
            <el-form-item :class="flag ? 'marginBot0' : ''" label="是否分别持证:">
              <el-radio-group v-model="ruleForm.sffbcz">
                <el-radio label="1"></el-radio>
                <el-radio label="0"></el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
          <el-col :span="5" v-show="ruleForm.gyfs == '2'">
            <el-form-item :class="flag ? 'marginBot0' : ''" label="持证人:">
              <el-select v-model="ruleForm.czr" placeholder="持证人">
                <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value">
                </el-option>
              </el-select>
            </el-form-item>
          </el-col>
        </el-row>
        <InformationTable :tableData="ruleForm.qlrxx" :viewtype="$route.query.viewtype" :gyfs="ruleForm.gyfs" />
        <div class="slxx_title title-block">
          登记原因
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
          <el-col>
            <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy">
              <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype==1" v-model="ruleForm.djyy">
              </el-input>
            </el-form-item>
          </el-col>
        </el-row>
      </div>
      <el-row class="btn" v-if="!$route.query.viewtype">
        <el-form-item :class="flag ? 'marginBot0' : ''">
          <el-button type="primary" @click="onSubmit">保存</el-button>
        </el-form-item>
      </el-row>
    </el-form>
  </div>
</template>
<script>
import InformationTable from "@/views/workflow/components/InformationTable";
import { Init, fristReg } from "@/api/jsydsyqFlow.js";
import { mapGetters } from "vuex";
export default {
  async created () {
    this.propsParam = this.$attrs;
    var formdata = new FormData();
    formdata.append("bsmSldy", this.propsParam.bsmSldy);
    Init(formdata).then((res) => {
      if (res.code === 200 && res.result) {
        this.ruleForm = {
          ...res.result,
          ...res.result.zdjbxxdatas,
          ...res.result.qlxxdatas,
          ...res.result.jsydsyqdatas,
        };
      }
    });
  },
  components: { InformationTable },
  computed: {
任超 committed
197
    ...mapGetters(["dictData", "flag"])
198 199 200 201 202 203
  },
  data () {
    return {
      disabled: true,
      czrOptions: [],
      ruleForm: {
任超 committed
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
        // ywh: "",
        // slry: "",
        // slsj: "",
        // qllx: "",
        // djlx: "",
        // djqx: "",
        // zddm: "",
        // bdcdyh: "",
        // qlxzmc: "",
        // qlrxx: [],
        // zdmj: "",
        // zl: "",
        // tdyt: "",
        // qlsdfs: "",
        // qdjg: "",
        // tdsyqx: "",
        // syqqzsj: "",
        // fj: "",
        // djyy: "",
        // gyfs: "1",
        // sffbcz: "",
        // czr: "",
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
      },
      //传递参数
      propsParam: {},
      rules: {},
    };
  },
  methods: {
    list (bsmSldy) {
      var formdata = new FormData();
      formdata.append("bsmSldy", bsmSldy);
      Init(formdata).then((res) => {
        if (res.code === 200 && res.result) {
          this.ruleForm = {
            ...res.result,
            ...res.result.zdjbxxdatas,
            ...res.result.qlxxdatas,
            ...res.result.jsydsyqdatas,
          };
        }
      });
    },
    onSubmit () {
      fristReg(this.ruleForm).then((res) => {
        if (res.code === 200 && res.result) {
          console.log(res);
          //this.ruleForm = { ...res.result, ...res.result.zdjbxxdatas, ...res.result.qlxxdatas, ...res.result.jsydsyqdatas }
        }
      });
    },
  },
};
</script>
<style scoped lang='scss'>
@import "~@/styles/public.scss";
任超 committed
260
@import "~@/styles/slxx/slxx.scss";
261
</style>