Merge branch 'dev'
Showing
9 changed files
with
224 additions
and
141 deletions
| ... | @@ -317,7 +317,7 @@ | ... | @@ -317,7 +317,7 @@ |
| 317 | </el-col> | 317 | </el-col> |
| 318 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 318 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 319 | <el-form-item label="解封业务号:"> | 319 | <el-form-item label="解封业务号:"> |
| 320 | <el-input v-model="ruleForm.cfdj.jfywh"></el-input> | 320 | <el-input v-model="ruleForm.qlxx.zxywh"></el-input> |
| 321 | </el-form-item> | 321 | </el-form-item> |
| 322 | </el-col> | 322 | </el-col> |
| 323 | </el-row> | 323 | </el-row> |
| ... | @@ -340,13 +340,13 @@ | ... | @@ -340,13 +340,13 @@ |
| 340 | </el-col> | 340 | </el-col> |
| 341 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 341 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 342 | <el-form-item label="解封登簿人:"> | 342 | <el-form-item label="解封登簿人:"> |
| 343 | <el-input v-model="ruleForm.cfdj.jfdbr"></el-input> | 343 | <el-input v-model="ruleForm.qlxx.zxdbr"></el-input> |
| 344 | </el-form-item> | 344 | </el-form-item> |
| 345 | </el-col> | 345 | </el-col> |
| 346 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 346 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 347 | <el-form-item label="解封登记时间:"> | 347 | <el-form-item label="解封登记时间:"> |
| 348 | <el-date-picker | 348 | <el-date-picker |
| 349 | v-model="ruleForm.cfdj.jfdjsj" | 349 | v-model="ruleForm.qlxx.zxsj" |
| 350 | class="width100" | 350 | class="width100" |
| 351 | type="date" | 351 | type="date" |
| 352 | placeholder="选择日期" | 352 | placeholder="选择日期" | ... | ... |
| ... | @@ -189,6 +189,9 @@ export default { | ... | @@ -189,6 +189,9 @@ export default { |
| 189 | if(this.ruleForm.ygdj){ | 189 | if(this.ruleForm.ygdj){ |
| 190 | this.ruleForm.ygdj.jedw="1" | 190 | this.ruleForm.ygdj.jedw="1" |
| 191 | this.ruleForm.ygdj.mjdw="1" | 191 | this.ruleForm.ygdj.mjdw="1" |
| 192 | if(this.ruleForm.ygdj.sfczjzhxz==null){ | ||
| 193 | this.ruleForm.ygdj.sfczjzhxz="1" | ||
| 194 | } | ||
| 192 | } | 195 | } |
| 193 | if(this.ruleForm.diyaq){ | 196 | if(this.ruleForm.diyaq){ |
| 194 | this.ruleForm.diyaq.mjdw="1" | 197 | this.ruleForm.diyaq.mjdw="1" | ... | ... |
| ... | @@ -15,7 +15,8 @@ | ... | @@ -15,7 +15,8 @@ |
| 15 | :label-position="flag ? 'top' : ''" | 15 | :label-position="flag ? 'top' : ''" |
| 16 | :inline="flag" | 16 | :inline="flag" |
| 17 | :show-message="false" | 17 | :show-message="false" |
| 18 | label-width="145px"> | 18 | label-width="145px" |
| 19 | > | ||
| 19 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 20 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
| 20 | <div class="slxx_title title-block"> | 21 | <div class="slxx_title title-block"> |
| 21 | 补录信息 | 22 | 补录信息 |
| ... | @@ -158,7 +159,11 @@ | ... | @@ -158,7 +159,11 @@ |
| 158 | </el-form-item> | 159 | </el-form-item> |
| 159 | </el-col> | 160 | </el-col> |
| 160 | <el-col :span="8"> | 161 | <el-col :span="8"> |
| 161 | <el-form-item label="业务号:" prop="qlxx.ywh" :rules="rules.ywhrules"> | 162 | <el-form-item |
| 163 | label="业务号:" | ||
| 164 | prop="qlxx.ywh" | ||
| 165 | :rules="rules.ywhrules" | ||
| 166 | > | ||
| 162 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 167 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> |
| 163 | </el-form-item> | 168 | </el-form-item> |
| 164 | </el-col> | 169 | </el-col> |
| ... | @@ -183,13 +188,15 @@ | ... | @@ -183,13 +188,15 @@ |
| 183 | <el-form-item | 188 | <el-form-item |
| 184 | label="登记类型: " | 189 | label="登记类型: " |
| 185 | prop="qlxx.djlx" | 190 | prop="qlxx.djlx" |
| 186 | :rules="rules.djlxrules"> | 191 | :rules="rules.djlxrules" |
| 192 | > | ||
| 187 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> | 193 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> |
| 188 | <el-option | 194 | <el-option |
| 189 | v-for="item in djlxlist" | 195 | v-for="item in djlxlist" |
| 190 | :key="item.dcode" | 196 | :key="item.dcode" |
| 191 | :label="item.dname" | 197 | :label="item.dname" |
| 192 | :value="item.dcode"> | 198 | :value="item.dcode" |
| 199 | > | ||
| 193 | </el-option> | 200 | </el-option> |
| 194 | </el-select> | 201 | </el-select> |
| 195 | </el-form-item> | 202 | </el-form-item> |
| ... | @@ -203,7 +210,8 @@ | ... | @@ -203,7 +210,8 @@ |
| 203 | <el-form-item | 210 | <el-form-item |
| 204 | label="不动产权证号:" | 211 | label="不动产权证号:" |
| 205 | prop="qlxx.bdcqzh" | 212 | prop="qlxx.bdcqzh" |
| 206 | :rules="rules.bdcqzhrules"> | 213 | :rules="rules.bdcqzhrules" |
| 214 | > | ||
| 207 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | 215 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> |
| 208 | </el-form-item> | 216 | </el-form-item> |
| 209 | </el-col> | 217 | </el-col> |
| ... | @@ -216,7 +224,8 @@ | ... | @@ -216,7 +224,8 @@ |
| 216 | <el-form-item | 224 | <el-form-item |
| 217 | label="登记机构:" | 225 | label="登记机构:" |
| 218 | prop="qlxx.djjg" | 226 | prop="qlxx.djjg" |
| 219 | :rules="rules.djjgrules"> | 227 | :rules="rules.djjgrules" |
| 228 | > | ||
| 220 | <el-input v-model="ruleForm.qlxx.djjg"></el-input> | 229 | <el-input v-model="ruleForm.qlxx.djjg"></el-input> |
| 221 | </el-form-item> | 230 | </el-form-item> |
| 222 | </el-col> | 231 | </el-col> |
| ... | @@ -224,7 +233,8 @@ | ... | @@ -224,7 +233,8 @@ |
| 224 | <el-form-item | 233 | <el-form-item |
| 225 | label="登簿人:" | 234 | label="登簿人:" |
| 226 | prop="qlxx.dbr" | 235 | prop="qlxx.dbr" |
| 227 | :rules="rules.dbrrules"> | 236 | :rules="rules.dbrrules" |
| 237 | > | ||
| 228 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> | 238 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> |
| 229 | </el-form-item> | 239 | </el-form-item> |
| 230 | </el-col> | 240 | </el-col> |
| ... | @@ -232,14 +242,16 @@ | ... | @@ -232,14 +242,16 @@ |
| 232 | <el-form-item | 242 | <el-form-item |
| 233 | label="登记时间:" | 243 | label="登记时间:" |
| 234 | prop="qlxx.djsj" | 244 | prop="qlxx.djsj" |
| 235 | :rules="rules.djsjrules"> | 245 | :rules="rules.djsjrules" |
| 246 | > | ||
| 236 | <el-date-picker | 247 | <el-date-picker |
| 237 | v-model="ruleForm.qlxx.djsj" | 248 | v-model="ruleForm.qlxx.djsj" |
| 238 | type="date" | 249 | type="date" |
| 239 | class="width100" | 250 | class="width100" |
| 240 | placeholder="选择日期" | 251 | placeholder="选择日期" |
| 241 | value-format="yyyy-MM-dd HH:mm:ss" | 252 | value-format="yyyy-MM-dd HH:mm:ss" |
| 242 | format="yyyy-MM-dd"> | 253 | format="yyyy-MM-dd" |
| 254 | > | ||
| 243 | </el-date-picker> | 255 | </el-date-picker> |
| 244 | </el-form-item> | 256 | </el-form-item> |
| 245 | </el-col> | 257 | </el-col> |
| ... | @@ -250,7 +262,8 @@ | ... | @@ -250,7 +262,8 @@ |
| 250 | v-for="item in qsztlist" | 262 | v-for="item in qsztlist" |
| 251 | :key="item.dcode" | 263 | :key="item.dcode" |
| 252 | :label="item.dname" | 264 | :label="item.dname" |
| 253 | :value="item.dcode"> | 265 | :value="item.dcode" |
| 266 | > | ||
| 254 | </el-option> | 267 | </el-option> |
| 255 | </el-select> | 268 | </el-select> |
| 256 | </el-form-item> | 269 | </el-form-item> |
| ... | @@ -267,14 +280,28 @@ | ... | @@ -267,14 +280,28 @@ |
| 267 | </el-form-item> | 280 | </el-form-item> |
| 268 | </el-col> | 281 | </el-col> |
| 269 | <el-col :span="8"> | 282 | <el-col :span="8"> |
| 270 | <el-form-item label="供役地权利人证件种类:"> | 283 | <el-form-item> |
| 271 | <el-select v-model="ruleForm.qlxx.gydqlrzjzl"> | 284 | <span slot="label" style="display: inline-block"> |
| 272 | <el-option | 285 | <el-tooltip |
| 273 | v-for="item in dictData['A30']" | 286 | content="供役地权利人证件种类:" |
| 274 | :key="item.dcode" | 287 | placement="top" |
| 275 | :label="item.dname" | 288 | effect="light" |
| 276 | :value="item.dcode"></el-option> | 289 | > |
| 277 | </el-select> | 290 | <span type="text" style="color: #444" size="mini" |
| 291 | >供役地权利人证件...</span | ||
| 292 | > | ||
| 293 | </el-tooltip> | ||
| 294 | </span> | ||
| 295 | <div class="flex"> | ||
| 296 | <el-select v-model="ruleForm.qlxx.gydqlrzjzl"> | ||
| 297 | <el-option | ||
| 298 | v-for="item in dictData['A30']" | ||
| 299 | :key="item.dcode" | ||
| 300 | :label="item.dname" | ||
| 301 | :value="item.dcode" | ||
| 302 | ></el-option> | ||
| 303 | </el-select> | ||
| 304 | </div> | ||
| 278 | </el-form-item> | 305 | </el-form-item> |
| 279 | </el-col> | 306 | </el-col> |
| 280 | <el-col :span="8"> | 307 | <el-col :span="8"> |
| ... | @@ -298,14 +325,28 @@ | ... | @@ -298,14 +325,28 @@ |
| 298 | </el-form-item> | 325 | </el-form-item> |
| 299 | </el-col> | 326 | </el-col> |
| 300 | <el-col :span="8"> | 327 | <el-col :span="8"> |
| 301 | <el-form-item label="需役地权利人证件种类:"> | 328 | <el-form-item> |
| 302 | <el-select v-model="ruleForm.qlxx.xydqlrzjzl"> | 329 | <span slot="label" style="display: inline-block"> |
| 303 | <el-option | 330 | <el-tooltip |
| 304 | v-for="item in dictData['A30']" | 331 | content="需役地权利人证件种类:" |
| 305 | :key="item.dcode" | 332 | placement="top" |
| 306 | :label="item.dname" | 333 | effect="light" |
| 307 | :value="item.dcode"></el-option> | 334 | > |
| 308 | </el-select> | 335 | <span type="text" style="color: #444" size="mini" |
| 336 | >需役地权利人证件...</span | ||
| 337 | > | ||
| 338 | </el-tooltip> | ||
| 339 | </span> | ||
| 340 | <div class="flex"> | ||
| 341 | <el-select v-model="ruleForm.qlxx.xydqlrzjzl"> | ||
| 342 | <el-option | ||
| 343 | v-for="item in dictData['A30']" | ||
| 344 | :key="item.dcode" | ||
| 345 | :label="item.dname" | ||
| 346 | :value="item.dcode" | ||
| 347 | ></el-option> | ||
| 348 | </el-select> | ||
| 349 | </div> | ||
| 309 | </el-form-item> | 350 | </el-form-item> |
| 310 | </el-col> | 351 | </el-col> |
| 311 | <el-col :span="8"> | 352 | <el-col :span="8"> |
| ... | @@ -331,7 +372,8 @@ | ... | @@ -331,7 +372,8 @@ |
| 331 | type="date" | 372 | type="date" |
| 332 | placeholder="选择日期" | 373 | placeholder="选择日期" |
| 333 | value-format="yyyy-MM-dd HH:mm:ss" | 374 | value-format="yyyy-MM-dd HH:mm:ss" |
| 334 | format="yyyy-MM-dd"> | 375 | format="yyyy-MM-dd" |
| 376 | > | ||
| 335 | </el-date-picker> | 377 | </el-date-picker> |
| 336 | </el-form-item> | 378 | </el-form-item> |
| 337 | </el-col> | 379 | </el-col> |
| ... | @@ -343,7 +385,8 @@ | ... | @@ -343,7 +385,8 @@ |
| 343 | type="date" | 385 | type="date" |
| 344 | placeholder="选择日期" | 386 | placeholder="选择日期" |
| 345 | value-format="yyyy-MM-dd HH:mm:ss" | 387 | value-format="yyyy-MM-dd HH:mm:ss" |
| 346 | format="yyyy-MM-dd"> | 388 | format="yyyy-MM-dd" |
| 389 | > | ||
| 347 | </el-date-picker> | 390 | </el-date-picker> |
| 348 | </el-form-item> | 391 | </el-form-item> |
| 349 | </el-col> | 392 | </el-col> |
| ... | @@ -367,7 +410,8 @@ | ... | @@ -367,7 +410,8 @@ |
| 367 | <el-form-item label="共有方式:"> | 410 | <el-form-item label="共有方式:"> |
| 368 | <el-radio-group | 411 | <el-radio-group |
| 369 | :disabled="!ableOperation" | 412 | :disabled="!ableOperation" |
| 370 | v-model="ruleForm.qlxx.gyfs"> | 413 | v-model="ruleForm.qlxx.gyfs" |
| 414 | > | ||
| 371 | <el-radio label="0">单独所有</el-radio> | 415 | <el-radio label="0">单独所有</el-radio> |
| 372 | <el-radio label="1">共同共有</el-radio> | 416 | <el-radio label="1">共同共有</el-radio> |
| 373 | <el-radio label="2">按份所有</el-radio> | 417 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -381,7 +425,8 @@ | ... | @@ -381,7 +425,8 @@ |
| 381 | @upDateQlrxxList="upDateQlrxxList" | 425 | @upDateQlrxxList="upDateQlrxxList" |
| 382 | :key="key" | 426 | :key="key" |
| 383 | :ableOperation="ableOperation" | 427 | :ableOperation="ableOperation" |
| 384 | :gyfs="ruleForm.qlxx.gyfs" /> | 428 | :gyfs="ruleForm.qlxx.gyfs" |
| 429 | /> | ||
| 385 | 430 | ||
| 386 | <div> | 431 | <div> |
| 387 | <div class="slxx_title title-block"> | 432 | <div class="slxx_title title-block"> |
| ... | @@ -393,7 +438,8 @@ | ... | @@ -393,7 +438,8 @@ |
| 393 | :tableData="ruleForm.ywrData" | 438 | :tableData="ruleForm.ywrData" |
| 394 | :key="key" | 439 | :key="key" |
| 395 | :ableOperation="ableOperation" | 440 | :ableOperation="ableOperation" |
| 396 | @upDateQlrxxList="upDateYwrxxList" /> | 441 | @upDateQlrxxList="upDateYwrxxList" |
| 442 | /> | ||
| 397 | </div> | 443 | </div> |
| 398 | </div> | 444 | </div> |
| 399 | <el-row class="btn" v-if="ableOperation"> | 445 | <el-row class="btn" v-if="ableOperation"> |
| ... | @@ -405,38 +451,38 @@ | ... | @@ -405,38 +451,38 @@ |
| 405 | </div> | 451 | </div> |
| 406 | </template> | 452 | </template> |
| 407 | <script> | 453 | <script> |
| 408 | import ywmix from "./dataprocessing"; | 454 | import ywmix from "./dataprocessing"; |
| 409 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 455 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
| 410 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; | 456 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; |
| 411 | import tdytTable from "@/views/workflow/components/tdytTable"; | 457 | import tdytTable from "@/views/workflow/components/tdytTable"; |
| 412 | import selectTable from "@/components/selectTable/index.vue"; | 458 | import selectTable from "@/components/selectTable/index.vue"; |
| 413 | export default { | 459 | export default { |
| 414 | mixins: [ywmix], | 460 | mixins: [ywmix], |
| 415 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, | 461 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, |
| 416 | data () { | 462 | data() { |
| 417 | return { | 463 | return { |
| 418 | //传递参数\ | 464 | //传递参数\ |
| 419 | rules: { | 465 | rules: { |
| 420 | ssQlxxrules: [ | 466 | ssQlxxrules: [ |
| 421 | { required: true, message: "上手权利信息", trigger: "blur" }, | 467 | { required: true, message: "上手权利信息", trigger: "blur" }, |
| 422 | ], | 468 | ], |
| 423 | ztQlxxrules: [ | 469 | ztQlxxrules: [ |
| 424 | { required: true, message: "抵押不动产信息", trigger: "blur" }, | 470 | { required: true, message: "抵押不动产信息", trigger: "blur" }, |
| 425 | ], | 471 | ], |
| 426 | bdcqzhrules: [ | 472 | bdcqzhrules: [ |
| 427 | { required: true, message: "不动产登记证明号", trigger: "blur" }, | 473 | { required: true, message: "不动产登记证明号", trigger: "blur" }, |
| 428 | ], | 474 | ], |
| 429 | djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], | 475 | djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], |
| 430 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], | 476 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], |
| 431 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], | 477 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], |
| 432 | djlxrules: [{ required: true, message: "登记类型", trigger: "change" }], | 478 | djlxrules: [{ required: true, message: "登记类型", trigger: "change" }], |
| 433 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], | 479 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], |
| 434 | }, | 480 | }, |
| 435 | }; | 481 | }; |
| 436 | }, | 482 | }, |
| 437 | } | 483 | }; |
| 438 | </script> | 484 | </script> |
| 439 | <style scoped lang="scss"> | 485 | <style scoped lang="scss"> |
| 440 | @import "~@/styles/public.scss"; | 486 | @import "~@/styles/public.scss"; |
| 441 | @import "~@/styles/slxx/slxx.scss"; | 487 | @import "~@/styles/slxx/slxx.scss"; |
| 442 | </style> | 488 | </style> | ... | ... |
| ... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
| 96 | </el-form-item> | 96 | </el-form-item> |
| 97 | </el-col> | 97 | </el-col> |
| 98 | <el-col :span="8"> | 98 | <el-col :span="8"> |
| 99 | <el-form-item label="不动产权证号:"> | 99 | <el-form-item label="不动产登记证明号"> |
| 100 | <el-input disabled v-model="ruleForm.ztQlxx.bdcqzh"></el-input> | 100 | <el-input disabled v-model="ruleForm.ztQlxx.bdcqzh"></el-input> |
| 101 | </el-form-item> | 101 | </el-form-item> |
| 102 | </el-col> | 102 | </el-col> |
| ... | @@ -204,14 +204,6 @@ | ... | @@ -204,14 +204,6 @@ |
| 204 | <el-input v-model="ruleForm.qlxx.zl"></el-input> | 204 | <el-input v-model="ruleForm.qlxx.zl"></el-input> |
| 205 | </el-form-item> | 205 | </el-form-item> |
| 206 | </el-col> | 206 | </el-col> |
| 207 | <el-col :span="8"> | ||
| 208 | <el-form-item | ||
| 209 | label="不动产权证号:" | ||
| 210 | prop="qlxx.bdcqzh" | ||
| 211 | :rules="rules.bdcqzhrules"> | ||
| 212 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | ||
| 213 | </el-form-item> | ||
| 214 | </el-col> | ||
| 215 | <!-- <el-col :span="8"> | 207 | <!-- <el-col :span="8"> |
| 216 | <el-form-item label="区县代码:" prop="qlxx.qxdm" :rules="rules.qxdmrules"> | 208 | <el-form-item label="区县代码:" prop="qlxx.qxdm" :rules="rules.qxdmrules"> |
| 217 | <el-input v-model="ruleForm.qlxx.qxdm"></el-input> | 209 | <el-input v-model="ruleForm.qlxx.qxdm"></el-input> |
| ... | @@ -334,7 +326,7 @@ | ... | @@ -334,7 +326,7 @@ |
| 334 | </el-col> | 326 | </el-col> |
| 335 | <el-col :span="8"> | 327 | <el-col :span="8"> |
| 336 | <el-form-item label="总层数:"> | 328 | <el-form-item label="总层数:"> |
| 337 | <el-input v-model="ruleForm.ygdj.zcs"></el-input> | 329 | <el-input oninput = "value=value.replace(/[^\d]/g,'')" maxlength="4" v-model="ruleForm.ygdj.zcs"></el-input> |
| 338 | </el-form-item> | 330 | </el-form-item> |
| 339 | </el-col> | 331 | </el-col> |
| 340 | <el-col :span="8"> | 332 | <el-col :span="8"> |
| ... | @@ -359,22 +351,22 @@ | ... | @@ -359,22 +351,22 @@ |
| 359 | </el-col> | 351 | </el-col> |
| 360 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 352 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 361 | <el-form-item label="注销预告业务号:"> | 353 | <el-form-item label="注销预告业务号:"> |
| 362 | <el-input v-model="ruleForm.ygdj.zxygywh"></el-input> | 354 | <el-input v-model="ruleForm.qlxx.zxywh"></el-input> |
| 363 | </el-form-item> | 355 | </el-form-item> |
| 364 | </el-col> | 356 | </el-col> |
| 365 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 357 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 366 | <el-form-item label="注销预告原因:"> | 358 | <el-form-item label="注销预告原因:"> |
| 367 | <el-input v-model="ruleForm.ygdj.zxygyy"></el-input> | 359 | <el-input v-model="ruleForm.ygdj.zxyy"></el-input> |
| 368 | </el-form-item> | 360 | </el-form-item> |
| 369 | </el-col> | 361 | </el-col> |
| 370 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 362 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 371 | <el-form-item label="注销时间:"> | 363 | <el-form-item label="注销时间:"> |
| 372 | <el-date-picker | 364 | <el-date-picker |
| 373 | v-model="ruleForm.ygdj.zxsj" | 365 | v-model="ruleForm.qlxx.zxsj" |
| 374 | type="date" | 366 | type="date" |
| 375 | class="width100" | 367 | class="width100" |
| 376 | placeholder="选择日期" | 368 | placeholder="选择日期" |
| 377 | value-format="yyyy-MM-dd HH:mm:ss" | 369 | value-format="yyyy-MM-dd HH/mm/ss" |
| 378 | format="yyyy-MM-dd"> | 370 | format="yyyy-MM-dd"> |
| 379 | </el-date-picker> | 371 | </el-date-picker> |
| 380 | </el-form-item> | 372 | </el-form-item> |
| ... | @@ -386,7 +378,7 @@ | ... | @@ -386,7 +378,7 @@ |
| 386 | content="取得价格被担保主债权数额:" | 378 | content="取得价格被担保主债权数额:" |
| 387 | placement="top" | 379 | placement="top" |
| 388 | effect="light"> | 380 | effect="light"> |
| 389 | <span type="text" style="color: #444" size="mini">取得价格被担保...</span> | 381 | <span type="text" style="color: #444" size="mini">取得价格被...:</span> |
| 390 | </el-tooltip> | 382 | </el-tooltip> |
| 391 | </span> | 383 | </span> |
| 392 | <div class="flex"> | 384 | <div class="flex"> |
| ... | @@ -419,15 +411,28 @@ | ... | @@ -419,15 +411,28 @@ |
| 419 | content="是否存在禁止或限制转让抵押不动产的约定:" | 411 | content="是否存在禁止或限制转让抵押不动产的约定:" |
| 420 | placement="top" | 412 | placement="top" |
| 421 | effect="light"> | 413 | effect="light"> |
| 422 | <span type="text" style="color: #444" size="mini">是否存在禁止或限制...</span> | 414 | <span type="text" style="color: #444" size="mini">是否存在禁止...:</span> |
| 423 | </el-tooltip> | 415 | </el-tooltip> |
| 424 | </span> | 416 | </span> |
| 425 | <el-input v-model="ruleForm.ygdj.sfczjzhxz"></el-input> | 417 | <el-radio-group v-model="ruleForm.ygdj.sfczjzhxz"> |
| 418 | <el-radio label="1">是</el-radio> | ||
| 419 | <el-radio label="2">否</el-radio> | ||
| 420 | </el-radio-group> | ||
| 426 | </el-form-item> | 421 | </el-form-item> |
| 427 | </el-col> | 422 | </el-col> |
| 423 | <!-- <el-col :span="8"> | ||
| 424 | <el-form-item | ||
| 425 | label="是否存在禁止或限制转让抵押不动产的约定:" label-width="345px"> | ||
| 426 | <el-radio-group v-model="ruleForm.ygdj.sfczjzhxz" @change="djlxchange"> | ||
| 427 | <el-radio label="1">是</el-radio> | ||
| 428 | <el-radio label="2">否</el-radio> | ||
| 429 | </el-radio-group> | ||
| 430 | </el-form-item> | ||
| 431 | </el-col> --> | ||
| 428 | <el-col :span="8"> | 432 | <el-col :span="8"> |
| 429 | <el-form-item label="不动产登记证明号:"> | 433 | <el-form-item label="不动产登记证明号:" prop="qlxx.bdcqzh" |
| 430 | <el-input v-model="ruleForm.ygdj.bdcdjzmh"></el-input> | 434 | :rules="rules.bdcqzhrules"> |
| 435 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | ||
| 431 | </el-form-item> | 436 | </el-form-item> |
| 432 | </el-col> | 437 | </el-col> |
| 433 | <el-col :span="24"> | 438 | <el-col :span="24"> | ... | ... |
| ... | @@ -249,7 +249,7 @@ | ... | @@ -249,7 +249,7 @@ |
| 249 | </el-col> | 249 | </el-col> |
| 250 | <el-col :span="8"> | 250 | <el-col :span="8"> |
| 251 | <el-form-item label="总层数:"> | 251 | <el-form-item label="总层数:"> |
| 252 | <el-input v-model="ruleForm.ygdj.zcs"></el-input> | 252 | <el-input oninput = "value=value.replace(/[^\d]/g,'')" maxlength="4" v-model="ruleForm.ygdj.zcs"></el-input> |
| 253 | </el-form-item> | 253 | </el-form-item> |
| 254 | </el-col> | 254 | </el-col> |
| 255 | <el-col :span="8"> | 255 | <el-col :span="8"> |
| ... | @@ -305,7 +305,7 @@ | ... | @@ -305,7 +305,7 @@ |
| 305 | <span | 305 | <span |
| 306 | type="text" | 306 | type="text" |
| 307 | style="color: #444" | 307 | style="color: #444" |
| 308 | size="mini">取得价格被担保...</span> | 308 | size="mini">取得价格被...:</span> |
| 309 | </el-tooltip> | 309 | </el-tooltip> |
| 310 | </span> | 310 | </span> |
| 311 | <div class="flex"> | 311 | <div class="flex"> |
| ... | @@ -334,18 +334,17 @@ | ... | @@ -334,18 +334,17 @@ |
| 334 | <el-col :span="8"> | 334 | <el-col :span="8"> |
| 335 | <el-form-item> | 335 | <el-form-item> |
| 336 | <span slot="label" style="display: inline-block"> | 336 | <span slot="label" style="display: inline-block"> |
| 337 | |||
| 338 | <el-tooltip | 337 | <el-tooltip |
| 339 | content="是否存在禁止或限制转让抵押不动产的约定:" | 338 | content="是否存在禁止或限制转让抵押不动产的约定:" |
| 340 | placement="top" | 339 | placement="top" |
| 341 | effect="light"> | 340 | effect="light"> |
| 342 | <span | 341 | <span type="text" style="color: #444" size="mini">是否存在禁止...:</span> |
| 343 | type="text" | ||
| 344 | style="color: #444" | ||
| 345 | size="mini">是否存在禁止或限制...</span> | ||
| 346 | </el-tooltip> | 342 | </el-tooltip> |
| 347 | </span> | 343 | </span> |
| 348 | <el-input v-model="ruleForm.ygdj.sfczjzhxz"></el-input> | 344 | <el-radio-group v-model="ruleForm.ygdj.sfczjzhxz"> |
| 345 | <el-radio label="1">是</el-radio> | ||
| 346 | <el-radio label="2">否</el-radio> | ||
| 347 | </el-radio-group> | ||
| 349 | </el-form-item> | 348 | </el-form-item> |
| 350 | </el-col> | 349 | </el-col> |
| 351 | <el-col :span="8"> | 350 | <el-col :span="8"> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-14 13:15:34 | 4 | * @LastEditTime: 2023-08-14 14:53:58 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| 8 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" :label-position="flag ? 'top' : ''" :inline="flag" | 8 | <el-form |
| 9 | :model="ruleForm" | ||
| 10 | :rules="rules" | ||
| 11 | ref="ruleForm" | ||
| 12 | :label-position="flag ? 'top' : ''" | ||
| 13 | :inline="flag" | ||
| 9 | label-width="130px"> | 14 | label-width="130px"> |
| 10 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | 15 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> |
| 11 | <div class="slxx_title title-block"> | 16 | <div class="slxx_title title-block"> |
| ... | @@ -14,7 +19,7 @@ | ... | @@ -14,7 +19,7 @@ |
| 14 | </div> | 19 | </div> |
| 15 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 20 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 16 | <el-col :span="8"> | 21 | <el-col :span="8"> |
| 17 | <el-form-item label="业务号:"> | 22 | <el-form-item label="业务号111:"> |
| 18 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> | 23 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 19 | </el-form-item> | 24 | </el-form-item> |
| 20 | </el-col> | 25 | </el-col> |
| ... | @@ -30,14 +35,18 @@ | ... | @@ -30,14 +35,18 @@ |
| 30 | </el-col> | 35 | </el-col> |
| 31 | </el-row> | 36 | </el-row> |
| 32 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 37 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 33 | <el-col :span="8" v-if="ruleForm.sldyList.length>0"> | 38 | <el-col :span="8" v-if="ruleForm.sldyList.length > 0"> |
| 34 | <el-form-item label="权利类型:"> | 39 | <el-form-item label="权利类型:"> |
| 35 | <el-input disabled v-model="ruleForm.sldyList[0].qllxmc"></el-input> | 40 | <el-input |
| 41 | disabled | ||
| 42 | v-model="ruleForm.sldyList[0].qllxmc"></el-input> | ||
| 36 | </el-form-item> | 43 | </el-form-item> |
| 37 | </el-col> | 44 | </el-col> |
| 38 | <el-col :span="8" v-if="ruleForm.sldyList.length>0"> | 45 | <el-col :span="8" v-if="ruleForm.sldyList.length > 0"> |
| 39 | <el-form-item label="登记类型:"> | 46 | <el-form-item label="登记类型:"> |
| 40 | <el-input disabled v-model="ruleForm.sldyList[0].djlxmc"></el-input> | 47 | <el-input |
| 48 | disabled | ||
| 49 | v-model="ruleForm.sldyList[0].djlxmc"></el-input> | ||
| 41 | </el-form-item> | 50 | </el-form-item> |
| 42 | </el-col> | 51 | </el-col> |
| 43 | <el-col :span="8"> | 52 | <el-col :span="8"> |
| ... | @@ -101,7 +110,9 @@ | ... | @@ -101,7 +110,9 @@ |
| 101 | <el-row :gutter="10"> | 110 | <el-row :gutter="10"> |
| 102 | <el-col :span="12" v-if="ruleForm.sldyList.length>0"> | 111 | <el-col :span="12" v-if="ruleForm.sldyList.length>0"> |
| 103 | <el-form-item label="共有方式:"> | 112 | <el-form-item label="共有方式:"> |
| 104 | <el-radio-group :disabled="!ableOperation" @change="showCZInfo" | 113 | <el-radio-group |
| 114 | :disabled="!ableOperation" | ||
| 115 | @change="showCZInfo" | ||
| 105 | v-model="ruleForm.sldyList[0].gyfs"> | 116 | v-model="ruleForm.sldyList[0].gyfs"> |
| 106 | <el-radio label="0">单独所有</el-radio> | 117 | <el-radio label="0">单独所有</el-radio> |
| 107 | <el-radio label="1">共同共有</el-radio> | 118 | <el-radio label="1">共同共有</el-radio> |
| ... | @@ -111,10 +122,10 @@ | ... | @@ -111,10 +122,10 @@ |
| 111 | </el-form-item> | 122 | </el-form-item> |
| 112 | </el-col> | 123 | </el-col> |
| 113 | 124 | ||
| 114 | <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'"> | 125 | <el-col :span="6" v-if="gyfs!=0"> |
| 115 | <el-form-item label="是否分别持证:"> | 126 | <el-form-item label="是否分别持证:"> |
| 116 | <el-radio-group | 127 | <el-radio-group |
| 117 | v-model="ruleForm.sldy.sqfbcz" | 128 | v-model="ruleForm.sldyList[0].sqfbcz" |
| 118 | :disabled="!ableOperation"> | 129 | :disabled="!ableOperation"> |
| 119 | <el-radio :label="1">是</el-radio> | 130 | <el-radio :label="1">是</el-radio> |
| 120 | <el-radio :label="0">否</el-radio> | 131 | <el-radio :label="0">否</el-radio> |
| ... | @@ -122,8 +133,7 @@ | ... | @@ -122,8 +133,7 @@ |
| 122 | </el-form-item> | 133 | </el-form-item> |
| 123 | </el-col> | 134 | </el-col> |
| 124 | <el-col | 135 | <el-col |
| 125 | :span="6" | 136 | :span="6" v-if="gyfs!=0"> |
| 126 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'"> | ||
| 127 | <el-form-item label="持证人:"> | 137 | <el-form-item label="持证人:"> |
| 128 | <el-select | 138 | <el-select |
| 129 | v-model="ruleForm.czr" | 139 | v-model="ruleForm.czr" |
| ... | @@ -140,16 +150,21 @@ | ... | @@ -140,16 +150,21 @@ |
| 140 | </el-col> | 150 | </el-col> |
| 141 | 151 | ||
| 142 | </el-row> | 152 | </el-row> |
| 143 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 153 | <qlrCommonTable |
| 144 | :gyfs="ruleForm.slsq.gyfs" /> | 154 | @upDateQlrxxList="upDateQlrxxList" |
| 155 | :tableData="ruleForm.qlrList" | ||
| 156 | :gyfs="gyfs" /> | ||
| 145 | <div class="slxx_title title-block"> | 157 | <div class="slxx_title title-block"> |
| 146 | 登记原因 | 158 | 登记原因 |
| 147 | <div class="triangle"></div> | 159 | <div class="triangle"></div> |
| 148 | </div> | 160 | </div> |
| 149 | <el-row :gutter="10"> | 161 | <el-row :gutter="10"> |
| 150 | <el-col v-if="ruleForm.fdcq2List.length>0"> | 162 | <el-col v-if="ruleForm.fdcq2List.length > 0"> |
| 151 | <el-form-item v-if="ruleForm.slsq" label="登记原因:" prop="djyy"> | 163 | <el-form-item v-if="ruleForm.slsq" label="登记原因:" prop="djyy"> |
| 152 | <el-input class="textArea" type="textarea" :disabled="!ableOperation" | 164 | <el-input |
| 165 | class="textArea" | ||
| 166 | type="textarea" | ||
| 167 | :disabled="!ableOperation" | ||
| 153 | v-model="ruleForm.fdcq2List[0].djyy"> | 168 | v-model="ruleForm.fdcq2List[0].djyy"> |
| 154 | </el-input> | 169 | </el-input> |
| 155 | </el-form-item> | 170 | </el-form-item> |
| ... | @@ -171,30 +186,19 @@ | ... | @@ -171,30 +186,19 @@ |
| 171 | import { mapGetters } from "vuex"; | 186 | import { mapGetters } from "vuex"; |
| 172 | export default { | 187 | export default { |
| 173 | mixins: [ywmix], | 188 | mixins: [ywmix], |
| 174 | mounted (callbackfn, thisArg) { | 189 | computed: { |
| 175 | this.ableOperation = this.$parent.currentSelectTab.ableOperation | 190 | ...mapGetters(["dictData", "flag"]), |
| 176 | this.propsParam = this.$attrs; | ||
| 177 | var formdata = new FormData(); | ||
| 178 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | ||
| 179 | formdata.append("djlx", this.propsParam.djlx); | ||
| 180 | formdata.append("bsmSlsq", this.bsmSlsq); | ||
| 181 | formdata.append("isEdit", this.ableOperation); | ||
| 182 | BatchInit(formdata).then((res) => { | ||
| 183 | if (res.code == 200) { | ||
| 184 | this.ruleForm = res.result; | ||
| 185 | this.ruleForm.qlrList.forEach((item, index) => { | ||
| 186 | if (item.sfczr == 1) { | ||
| 187 | this.$set(this.ruleForm, "czr", item.zjh) | ||
| 188 | } | ||
| 189 | }) | ||
| 190 | this.czrOptions = this.ruleForm.qlrList; | ||
| 191 | this.splicingFdcq2Info(); | ||
| 192 | } | ||
| 193 | }) | ||
| 194 | }, | 191 | }, |
| 195 | components: { qlrCommonTable }, | 192 | components: { qlrCommonTable }, |
| 196 | computed: { | 193 | |
| 197 | ...mapGetters(["dictData", "flag"]) | 194 | // 更新义务人信息 |
| 195 | /** | ||
| 196 | * @description: 更新义务人信息 | ||
| 197 | * @param {*} val | ||
| 198 | * @author: renchao | ||
| 199 | */ | ||
| 200 | upDateYwrxxList (val) { | ||
| 201 | this.ruleForm.ywrList = _.cloneDeep(val); | ||
| 198 | }, | 202 | }, |
| 199 | data () { | 203 | data () { |
| 200 | return { | 204 | return { |
| ... | @@ -221,6 +225,7 @@ | ... | @@ -221,6 +225,7 @@ |
| 221 | //表单是否可操作 | 225 | //表单是否可操作 |
| 222 | ableOperation: true, | 226 | ableOperation: true, |
| 223 | rules: {}, | 227 | rules: {}, |
| 228 | gyfs: "", | ||
| 224 | bsmSlsq: this.$route.query.bsmSlsq,//受理申请标识码 | 229 | bsmSlsq: this.$route.query.bsmSlsq,//受理申请标识码 |
| 225 | splicingFdcq2: {//前端根据后台数组组装展示内容 | 230 | splicingFdcq2: {//前端根据后台数组组装展示内容 |
| 226 | fwxz: ''//房屋性质 | 231 | fwxz: ''//房屋性质 |
| ... | @@ -230,6 +235,28 @@ | ... | @@ -230,6 +235,28 @@ |
| 230 | } | 235 | } |
| 231 | } | 236 | } |
| 232 | }, | 237 | }, |
| 238 | mounted (callbackfn, thisArg) { | ||
| 239 | this.ableOperation = this.$parent.currentSelectTab.ableOperation | ||
| 240 | this.propsParam = this.$attrs; | ||
| 241 | var formdata = new FormData(); | ||
| 242 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | ||
| 243 | formdata.append("djlx", this.propsParam.djlx); | ||
| 244 | formdata.append("bsmSlsq", this.bsmSlsq); | ||
| 245 | formdata.append("isEdit", this.ableOperation); | ||
| 246 | BatchInit(formdata).then((res) => { | ||
| 247 | if (res.code == 200) { | ||
| 248 | this.ruleForm = res.result; | ||
| 249 | this.ruleForm.qlrList.forEach((item, index) => { | ||
| 250 | if (item.sfczr == 1) { | ||
| 251 | this.$set(this.ruleForm, "czr", item.zjh) | ||
| 252 | } | ||
| 253 | }) | ||
| 254 | this.czrOptions = this.ruleForm.qlrList; | ||
| 255 | this.gyfs = this.ruleForm.sldyList[0].gyfs | ||
| 256 | this.splicingFdcq2Info(); | ||
| 257 | } | ||
| 258 | }) | ||
| 259 | }, | ||
| 233 | methods: { | 260 | methods: { |
| 234 | //组装房地产权通用信息 | 261 | //组装房地产权通用信息 |
| 235 | /** | 262 | /** |
| ... | @@ -271,7 +298,7 @@ | ... | @@ -271,7 +298,7 @@ |
| 271 | * @author: renchao | 298 | * @author: renchao |
| 272 | */ | 299 | */ |
| 273 | showCZInfo () { | 300 | showCZInfo () { |
| 274 | console.log(this.ruleForm.slsq.gyfs); | 301 | // console.log(this.ruleForm.slsq.gyfs); |
| 275 | }, | 302 | }, |
| 276 | // 更新义务人信息 | 303 | // 更新义务人信息 |
| 277 | /** | 304 | /** |
| ... | @@ -307,7 +334,7 @@ | ... | @@ -307,7 +334,7 @@ |
| 307 | } | 334 | } |
| 308 | } | 335 | } |
| 309 | </script> | 336 | </script> |
| 310 | <style scoped lang='scss'> | 337 | <style scoped lang="scss"> |
| 311 | @import "~@/styles/public.scss"; | 338 | @import "~@/styles/public.scss"; |
| 312 | 339 | ||
| 313 | /deep/.el-form { | 340 | /deep/.el-form { | ... | ... |
| ... | @@ -240,7 +240,6 @@ | ... | @@ -240,7 +240,6 @@ |
| 240 | } | 240 | } |
| 241 | }) | 241 | }) |
| 242 | }, | 242 | }, |
| 243 | //双击事件 | ||
| 244 | /** | 243 | /** |
| 245 | * @description: 双击事件 | 244 | * @description: 双击事件 |
| 246 | * @param {*} data | 245 | * @param {*} data |
| ... | @@ -253,7 +252,6 @@ | ... | @@ -253,7 +252,6 @@ |
| 253 | this.selectSqywClick(data, index); | 252 | this.selectSqywClick(data, index); |
| 254 | this.dialogClick(); | 253 | this.dialogClick(); |
| 255 | }, | 254 | }, |
| 256 | //打开弹框内容 | ||
| 257 | /** | 255 | /** |
| 258 | * @description: 打开弹框内容 | 256 | * @description: 打开弹框内容 |
| 259 | * @author: renchao | 257 | * @author: renchao |
| ... | @@ -372,9 +370,7 @@ | ... | @@ -372,9 +370,7 @@ |
| 372 | * @author: renchao | 370 | * @author: renchao |
| 373 | */ | 371 | */ |
| 374 | openDialog () { | 372 | openDialog () { |
| 375 | console.log("this.selectParam", this.selectParam); | ||
| 376 | let title = "申请业务:" + this.selectParam?.djywmc ? this.selectParam?.djywmc : ''; | 373 | let title = "申请业务:" + this.selectParam?.djywmc ? this.selectParam?.djywmc : ''; |
| 377 | |||
| 378 | this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "90%", true) | 374 | this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "90%", true) |
| 379 | }, | 375 | }, |
| 380 | /** | 376 | /** | ... | ... |
| 1 | export function queueDjywmc (djywbm, djqxbm) { | 1 | export function queueDjywmc (djywbm, djqxbm) { |
| 2 | console.log(djqxbm); | 2 | console.log(djywbm, 'djywbm'); |
| 3 | if (djqxbm == "A0320099" || djqxbm == "A0330099") { | 3 | if (djqxbm == "A0320099" || djqxbm == "A0330099") { |
| 4 | return "selectJsydsyqSplitMerge"; | 4 | return "selectJsydsyqSplitMerge"; |
| 5 | } | 5 | } |
| ... | @@ -35,14 +35,20 @@ export function queueDjywmc (djywbm, djqxbm) { | ... | @@ -35,14 +35,20 @@ export function queueDjywmc (djywbm, djqxbm) { |
| 35 | vm = "selectJsydsyq"; | 35 | vm = "selectJsydsyq"; |
| 36 | break; | 36 | break; |
| 37 | case "A04100"://国有建设用地使用权/房屋所有权(首次登记) | 37 | case "A04100"://国有建设用地使用权/房屋所有权(首次登记) |
| 38 | case "A06100": | 38 | case "A06100": // 宅基地使用权/房屋所有权 || 首次登记 |
| 39 | case "A08100": | 39 | case "A08100": // 集体建设用地使用权/房屋所有权 || 首次登记 |
| 40 | case "B37100": | 40 | case "B37100": |
| 41 | vm = "fwsyq"; | 41 | vm = "fwsyq"; |
| 42 | break; | 42 | break; |
| 43 | case "A04200": | 43 | case "A04200": //国有建设用地使用权/房屋所有权 || 转移登记 |
| 44 | case "A04300": | 44 | case "A04300": |
| 45 | case "A04400": | 45 | case "A04400": |
| 46 | case "A06200": // 宅基地使用权/房屋所有权 || 转移登记 | ||
| 47 | case "A06300": | ||
| 48 | case "A06400": | ||
| 49 | case "A08200": // 集体建设用地使用权/房屋所有权 || 转移登记 | ||
| 50 | case "A08300": | ||
| 51 | case "A08400": | ||
| 46 | vm = "selectFwsyq"; | 52 | vm = "selectFwsyq"; |
| 47 | break; | 53 | break; |
| 48 | case "A23100"://农用地使用权(首次登记) | 54 | case "A23100"://农用地使用权(首次登记) | ... | ... |
-
Please register or sign in to post a comment