Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
9 changed files
with
152 additions
and
98 deletions
| ... | @@ -182,7 +182,9 @@ | ... | @@ -182,7 +182,9 @@ |
| 182 | </el-form-item> | 182 | </el-form-item> |
| 183 | </el-col> | 183 | </el-col> |
| 184 | <el-col :span="8"> | 184 | <el-col :span="8"> |
| 185 | <el-form-item label="是否被续封:"> | 185 | <el-form-item label="是否被续封:" |
| 186 | prop="cfdj.sfbxf" | ||
| 187 | :rules="rules.sfbxfrules"> | ||
| 186 | <el-select v-model="ruleForm.cfdj.sfbxf" @change="djlxchange"> | 188 | <el-select v-model="ruleForm.cfdj.sfbxf" @change="djlxchange"> |
| 187 | <el-option | 189 | <el-option |
| 188 | v-for="item in sfbxflist" | 190 | v-for="item in sfbxflist" |
| ... | @@ -473,10 +475,10 @@ export default { | ... | @@ -473,10 +475,10 @@ export default { |
| 473 | bdcqzhrules: [ | 475 | bdcqzhrules: [ |
| 474 | { required: true, message: "不动产登记证明号", trigger: "blur" }, | 476 | { required: true, message: "不动产登记证明号", trigger: "blur" }, |
| 475 | ], | 477 | ], |
| 476 | qxdmrules: [{ required: true, message: "区县代码", trigger: "blur" }], | ||
| 477 | djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], | 478 | djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }], |
| 478 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], | 479 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], |
| 479 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], | 480 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], |
| 481 | sfbxfrules: [{ required: true, message: "是否被续封", trigger: "change" }], | ||
| 480 | }, | 482 | }, |
| 481 | }; | 483 | }; |
| 482 | }, | 484 | }, | ... | ... |
| ... | @@ -14,8 +14,6 @@ | ... | @@ -14,8 +14,6 @@ |
| 14 | ref="ruleForm" | 14 | ref="ruleForm" |
| 15 | :label-position="flag ? 'top' : ''" | 15 | :label-position="flag ? 'top' : ''" |
| 16 | :inline="flag" | 16 | :inline="flag" |
| 17 | :show-message="false" | ||
| 18 | inline-message | ||
| 19 | label-width="145px" | 17 | label-width="145px" |
| 20 | > | 18 | > |
| 21 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 19 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
| ... | @@ -298,11 +296,12 @@ | ... | @@ -298,11 +296,12 @@ |
| 298 | <script> | 296 | <script> |
| 299 | import store from "@/store/index.js"; | 297 | import store from "@/store/index.js"; |
| 300 | import { mapGetters } from "vuex"; | 298 | import { mapGetters } from "vuex"; |
| 301 | import { init, save } from "@/api/djbRepair.js"; | 299 | import { init,getSsQlxx, save } from "@/api/djbRepair.js"; |
| 302 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 300 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
| 303 | import tdytTable from "@/views/workflow/components/tdytTable"; | 301 | import tdytTable from "@/views/workflow/components/tdytTable"; |
| 302 | import selectTable from "@/components/selectTable/index.vue"; | ||
| 304 | export default { | 303 | export default { |
| 305 | components: { qlrCommonTable, tdytTable }, | 304 | components: { qlrCommonTable, tdytTable,selectTable }, |
| 306 | computed: { | 305 | computed: { |
| 307 | ...mapGetters(["dictData", "flag"]), | 306 | ...mapGetters(["dictData", "flag"]), |
| 308 | // 根据流程判断表单是否为只读 | 307 | // 根据流程判断表单是否为只读 |
| ... | @@ -443,6 +442,10 @@ export default { | ... | @@ -443,6 +442,10 @@ export default { |
| 443 | init(this.propsParam).then((res) => { | 442 | init(this.propsParam).then((res) => { |
| 444 | if (res.code == 200) { | 443 | if (res.code == 200) { |
| 445 | this.ruleForm = res.result; | 444 | this.ruleForm = res.result; |
| 445 | let djlx = this.ruleForm.qlxx.djlx; | ||
| 446 | if (djlx == null || djlx == 100) { | ||
| 447 | this.ssqlxxshow = false; | ||
| 448 | } | ||
| 446 | this.$endLoading(); | 449 | this.$endLoading(); |
| 447 | if (this.ruleForm.tdytqxList.length > 0) { | 450 | if (this.ruleForm.tdytqxList.length > 0) { |
| 448 | this.tdxz = this.ruleForm.tdytqxList[0].qlxzbm; | 451 | this.tdxz = this.ruleForm.tdytqxList[0].qlxzbm; |
| ... | @@ -483,16 +486,7 @@ export default { | ... | @@ -483,16 +486,7 @@ export default { |
| 483 | this.czrOptions = this.ruleForm.qlrData; | 486 | this.czrOptions = this.ruleForm.qlrData; |
| 484 | this.key++; | 487 | this.key++; |
| 485 | }, | 488 | }, |
| 486 | // 更新义务人信息 | 489 | // 保存 |
| 487 | /** | ||
| 488 | * @description: 更新义务人信息 | ||
| 489 | * @param {*} val | ||
| 490 | * @author: renchao | ||
| 491 | */ | ||
| 492 | upDateYwrxxList(val) { | ||
| 493 | this.ruleForm.ywrData && (this.ruleForm.ywrData = _.cloneDeep(val)); | ||
| 494 | this.key++; | ||
| 495 | }, | ||
| 496 | /** | 490 | /** |
| 497 | * @description: onSubmit | 491 | * @description: onSubmit |
| 498 | * @author: renchao | 492 | * @author: renchao | ... | ... |
| ... | @@ -71,27 +71,10 @@ | ... | @@ -71,27 +71,10 @@ |
| 71 | </el-form-item> | 71 | </el-form-item> |
| 72 | </el-col> | 72 | </el-col> |
| 73 | <el-col :span="8"> | 73 | <el-col :span="8"> |
| 74 | <el-form-item label="不动产单元号:"> | ||
| 75 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> | ||
| 76 | </el-form-item> | ||
| 77 | </el-col> | ||
| 78 | <el-col :span="8"> | ||
| 79 | <el-form-item label="业务号:"> | ||
| 80 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | ||
| 81 | </el-form-item> | ||
| 82 | </el-col> | ||
| 83 | <el-col :span="8"> | ||
| 84 | <el-form-item label="上手业务号:"> | 74 | <el-form-item label="上手业务号:"> |
| 85 | <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> | 75 | <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> |
| 86 | </el-form-item> | 76 | </el-form-item> |
| 87 | </el-col> | 77 | </el-col> |
| 88 | </el-row> | ||
| 89 | <el-row :gutter="10"> | ||
| 90 | <el-col :span="8"> | ||
| 91 | <el-form-item label="权利类型:"> | ||
| 92 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> | ||
| 93 | </el-form-item> | ||
| 94 | </el-col> | ||
| 95 | <el-col :span="8"> | 78 | <el-col :span="8"> |
| 96 | <el-form-item | 79 | <el-form-item |
| 97 | label="登记类型:" | 80 | label="登记类型:" |
| ... | @@ -109,6 +92,24 @@ | ... | @@ -109,6 +92,24 @@ |
| 109 | </el-select> | 92 | </el-select> |
| 110 | </el-form-item> | 93 | </el-form-item> |
| 111 | </el-col> | 94 | </el-col> |
| 95 | </el-row> | ||
| 96 | <el-row :gutter="10"> | ||
| 97 | <el-col :span="8"> | ||
| 98 | <el-form-item label="不动产单元号:"> | ||
| 99 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> | ||
| 100 | </el-form-item> | ||
| 101 | </el-col> | ||
| 102 | <el-col :span="8"> | ||
| 103 | <el-form-item label="业务号:"> | ||
| 104 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | ||
| 105 | </el-form-item> | ||
| 106 | </el-col> | ||
| 107 | <el-col :span="8"> | ||
| 108 | <el-form-item label="权利类型:"> | ||
| 109 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> | ||
| 110 | </el-form-item> | ||
| 111 | </el-col> | ||
| 112 | |||
| 112 | <el-col :span="8"> | 113 | <el-col :span="8"> |
| 113 | <el-form-item | 114 | <el-form-item |
| 114 | label="登簿人:" | 115 | label="登簿人:" |
| ... | @@ -175,7 +176,7 @@ | ... | @@ -175,7 +176,7 @@ |
| 175 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" | 176 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" |
| 176 | ></el-input> | 177 | ></el-input> |
| 177 | <el-select | 178 | <el-select |
| 178 | v-model="ruleForm.tdsyq.mjdw1" | 179 | v-model="ruleForm.tdsyq.mjdw" |
| 179 | :disabled="!ableOperation" | 180 | :disabled="!ableOperation" |
| 180 | style="width: 20%" | 181 | style="width: 20%" |
| 181 | > | 182 | > |
| ... | @@ -199,7 +200,7 @@ | ... | @@ -199,7 +200,7 @@ |
| 199 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" | 200 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" |
| 200 | ></el-input> | 201 | ></el-input> |
| 201 | <el-select | 202 | <el-select |
| 202 | v-model="ruleForm.tdsyq.mjdw2" | 203 | v-model="ruleForm.tdsyq.mjdw" |
| 203 | :disabled="!ableOperation" | 204 | :disabled="!ableOperation" |
| 204 | style="width: 20%" | 205 | style="width: 20%" |
| 205 | > | 206 | > |
| ... | @@ -223,7 +224,7 @@ | ... | @@ -223,7 +224,7 @@ |
| 223 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" | 224 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" |
| 224 | ></el-input> | 225 | ></el-input> |
| 225 | <el-select | 226 | <el-select |
| 226 | v-model="ruleForm.tdsyq.mjdw3" | 227 | v-model="ruleForm.tdsyq.mjdw" |
| 227 | :disabled="!ableOperation" | 228 | :disabled="!ableOperation" |
| 228 | style="width: 20%" | 229 | style="width: 20%" |
| 229 | > | 230 | > |
| ... | @@ -249,7 +250,7 @@ | ... | @@ -249,7 +250,7 @@ |
| 249 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null" | 250 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null" |
| 250 | ></el-input> | 251 | ></el-input> |
| 251 | <el-select | 252 | <el-select |
| 252 | v-model="ruleForm.tdsyq.mjdw4" | 253 | v-model="ruleForm.tdsyq.mjdw" |
| 253 | :disabled="!ableOperation" | 254 | :disabled="!ableOperation" |
| 254 | style="width: 20%" | 255 | style="width: 20%" |
| 255 | > | 256 | > |
| ... | @@ -273,7 +274,7 @@ | ... | @@ -273,7 +274,7 @@ |
| 273 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" | 274 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" |
| 274 | ></el-input> | 275 | ></el-input> |
| 275 | <el-select | 276 | <el-select |
| 276 | v-model="ruleForm.tdsyq.mjdw5" | 277 | v-model="ruleForm.tdsyq.mjdw" |
| 277 | :disabled="!ableOperation" | 278 | :disabled="!ableOperation" |
| 278 | style="width: 20%" | 279 | style="width: 20%" |
| 279 | > | 280 | > |
| ... | @@ -297,7 +298,7 @@ | ... | @@ -297,7 +298,7 @@ |
| 297 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" | 298 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" |
| 298 | ></el-input> | 299 | ></el-input> |
| 299 | <el-select | 300 | <el-select |
| 300 | v-model="ruleForm.tdsyq.mjdw6" | 301 | v-model="ruleForm.tdsyq.mjdw" |
| 301 | :disabled="!ableOperation" | 302 | :disabled="!ableOperation" |
| 302 | style="width: 20%" | 303 | style="width: 20%" |
| 303 | > | 304 | > |
| ... | @@ -323,7 +324,7 @@ | ... | @@ -323,7 +324,7 @@ |
| 323 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" | 324 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" |
| 324 | ></el-input> | 325 | ></el-input> |
| 325 | <el-select | 326 | <el-select |
| 326 | v-model="ruleForm.tdsyq.mjdw7" | 327 | v-model="ruleForm.tdsyq.mjdw" |
| 327 | :disabled="!ableOperation" | 328 | :disabled="!ableOperation" |
| 328 | style="width: 20%" | 329 | style="width: 20%" |
| 329 | > | 330 | > |
| ... | @@ -598,11 +599,6 @@ export default { | ... | @@ -598,11 +599,6 @@ export default { |
| 598 | this.czrOptions = this.ruleForm.qlrData; | 599 | this.czrOptions = this.ruleForm.qlrData; |
| 599 | this.key++; | 600 | this.key++; |
| 600 | }, | 601 | }, |
| 601 | // // 更新义务人信息 | ||
| 602 | // upDateYwrxxList(val) { | ||
| 603 | // this.ruleForm.ywrData && (this.ruleForm.ywrData = _.cloneDeep(val)); | ||
| 604 | // this.key++; | ||
| 605 | // }, | ||
| 606 | /** | 602 | /** |
| 607 | * @description: onSubmit | 603 | * @description: onSubmit |
| 608 | * @author: renchao | 604 | * @author: renchao |
| ... | @@ -673,6 +669,7 @@ export default { | ... | @@ -673,6 +669,7 @@ export default { |
| 673 | </script> | 669 | </script> |
| 674 | <style scoped lang="scss"> | 670 | <style scoped lang="scss"> |
| 675 | @import "~@/styles/public.scss"; | 671 | @import "~@/styles/public.scss"; |
| 672 | @import "~@/styles/slxx/slxx.scss"; | ||
| 676 | /deep/.el-form { | 673 | /deep/.el-form { |
| 677 | display: flex; | 674 | display: flex; |
| 678 | flex-direction: column; | 675 | flex-direction: column; | ... | ... |
| ... | @@ -73,6 +73,30 @@ | ... | @@ -73,6 +73,30 @@ |
| 73 | </el-form-item> | 73 | </el-form-item> |
| 74 | </el-col> | 74 | </el-col> |
| 75 | <el-col :span="8"> | 75 | <el-col :span="8"> |
| 76 | <el-form-item label="上手业务号:"> | ||
| 77 | <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> | ||
| 78 | </el-form-item> | ||
| 79 | </el-col> | ||
| 80 | <el-col :span="8"> | ||
| 81 | <el-form-item | ||
| 82 | label="登记类型:" | ||
| 83 | prop="qlxx.djlx" | ||
| 84 | :rules="rules.djlxrules" | ||
| 85 | > | ||
| 86 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> | ||
| 87 | <el-option | ||
| 88 | v-for="item in djlxlist" | ||
| 89 | :key="item.dcode" | ||
| 90 | :label="item.dname" | ||
| 91 | :value="item.dcode" | ||
| 92 | > | ||
| 93 | </el-option> | ||
| 94 | </el-select> | ||
| 95 | </el-form-item> | ||
| 96 | </el-col> | ||
| 97 | </el-row> | ||
| 98 | <el-row> | ||
| 99 | <el-col :span="8"> | ||
| 76 | <el-form-item label="不动产单元号:"> | 100 | <el-form-item label="不动产单元号:"> |
| 77 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> | 101 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> |
| 78 | </el-form-item> | 102 | </el-form-item> |
| ... | @@ -83,11 +107,6 @@ | ... | @@ -83,11 +107,6 @@ |
| 83 | </el-form-item> | 107 | </el-form-item> |
| 84 | </el-col> | 108 | </el-col> |
| 85 | <el-col :span="8"> | 109 | <el-col :span="8"> |
| 86 | <el-form-item label="上手业务号:"> | ||
| 87 | <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> | ||
| 88 | </el-form-item> | ||
| 89 | </el-col> | ||
| 90 | <el-col :span="8"> | ||
| 91 | <el-form-item label="权利类型:"> | 110 | <el-form-item label="权利类型:"> |
| 92 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> | 111 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> |
| 93 | </el-form-item> | 112 | </el-form-item> |
| ... | @@ -98,19 +117,6 @@ | ... | @@ -98,19 +117,6 @@ |
| 98 | </el-form-item> | 117 | </el-form-item> |
| 99 | </el-col> | 118 | </el-col> |
| 100 | <el-col :span="8"> | 119 | <el-col :span="8"> |
| 101 | <el-form-item label="登记类型:" prop="qlxx.djlx" :rules="rules.djlxrules"> | ||
| 102 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> | ||
| 103 | <el-option | ||
| 104 | v-for="item in djlxlist" | ||
| 105 | :key="item.dcode" | ||
| 106 | :label="item.dname" | ||
| 107 | :value="item.dcode" | ||
| 108 | > | ||
| 109 | </el-option> | ||
| 110 | </el-select> | ||
| 111 | </el-form-item> | ||
| 112 | </el-col> | ||
| 113 | <el-col :span="8"> | ||
| 114 | <el-form-item label="不动产坐落:"> | 120 | <el-form-item label="不动产坐落:"> |
| 115 | <el-input v-model="ruleForm.qlxx.zl"></el-input> | 121 | <el-input v-model="ruleForm.qlxx.zl"></el-input> |
| 116 | </el-form-item> | 122 | </el-form-item> | ... | ... |
| ... | @@ -60,7 +60,7 @@ export default { | ... | @@ -60,7 +60,7 @@ export default { |
| 60 | stepExpandInfo(formdata).then((res) => { | 60 | stepExpandInfo(formdata).then((res) => { |
| 61 | if (res.code === 200) { | 61 | if (res.code === 200) { |
| 62 | this.leftButtonList = res.result.button; | 62 | this.leftButtonList = res.result.button; |
| 63 | if (res.result.properties.length) { | 63 | if (res.result.properties&&res.result.properties.length) { |
| 64 | this.showidea = res.result.properties[0].value | 64 | this.showidea = res.result.properties[0].value |
| 65 | } | 65 | } |
| 66 | 66 | ||
| ... | @@ -68,12 +68,9 @@ export default { | ... | @@ -68,12 +68,9 @@ export default { |
| 68 | let arr = this.rightButtonList.filter((item) => { | 68 | let arr = this.rightButtonList.filter((item) => { |
| 69 | return item.name == "删除" | 69 | return item.name == "删除" |
| 70 | }) | 70 | }) |
| 71 | |||
| 72 | if (arr.length) { | ||
| 73 | this.$refs.Menu.getleftMenubl(); | 71 | this.$refs.Menu.getleftMenubl(); |
| 74 | } else { | 72 | if (!arr.length) { |
| 75 | this.ableOperation = false | 73 | this.isEdit = false |
| 76 | this.$refs.Menu.getleftMenubl(1); | ||
| 77 | } | 74 | } |
| 78 | } | 75 | } |
| 79 | }) | 76 | }) | ... | ... |
| ... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
| 126 | </el-col> | 126 | </el-col> |
| 127 | <el-col :span="8"> | 127 | <el-col :span="8"> |
| 128 | <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> | 128 | <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> |
| 129 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation"> | 129 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation|| isJfOperation"> |
| 130 | <el-radio label="1">启用</el-radio> | 130 | <el-radio label="1">启用</el-radio> |
| 131 | <el-radio label="0">禁用</el-radio> | 131 | <el-radio label="0">禁用</el-radio> |
| 132 | </el-radio-group> | 132 | </el-radio-group> |
| ... | @@ -138,8 +138,8 @@ | ... | @@ -138,8 +138,8 @@ |
| 138 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> | 138 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> |
| 139 | <el-form-item label="被担保主债权数额:"> | 139 | <el-form-item label="被担保主债权数额:"> |
| 140 | <div style="display:flex"> | 140 | <div style="display:flex"> |
| 141 | <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!ableOperation" style="width:500%"></el-input> | 141 | <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!ableOperation|| isJfOperation" style="width:500%"></el-input> |
| 142 | <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation"> | 142 | <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation|| isJfOperation"> |
| 143 | <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 143 | <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| 144 | </el-option> | 144 | </el-option> |
| 145 | </el-select> | 145 | </el-select> |
| ... | @@ -149,19 +149,19 @@ | ... | @@ -149,19 +149,19 @@ |
| 149 | 149 | ||
| 150 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> | 150 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> |
| 151 | <el-form-item label="最高债权额:"> | 151 | <el-form-item label="最高债权额:"> |
| 152 | <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!ableOperation"></el-input> | 152 | <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 153 | </el-form-item> | 153 | </el-form-item> |
| 154 | </el-col> | 154 | </el-col> |
| 155 | 155 | ||
| 156 | <el-col :span="8"> | 156 | <el-col :span="8"> |
| 157 | <el-form-item label="债务履行起始时间:"> | 157 | <el-form-item label="债务履行起始时间:"> |
| 158 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!ableOperation" type="date"> | 158 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!ableOperation|| isJfOperation" type="date"> |
| 159 | </el-date-picker> | 159 | </el-date-picker> |
| 160 | </el-form-item> | 160 | </el-form-item> |
| 161 | </el-col> | 161 | </el-col> |
| 162 | <el-col :span="8"> | 162 | <el-col :span="8"> |
| 163 | <el-form-item label="债务履行结束时间:"> | 163 | <el-form-item label="债务履行结束时间:"> |
| 164 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!ableOperation" type="date"> | 164 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!ableOperation|| isJfOperation" type="date"> |
| 165 | </el-date-picker> | 165 | </el-date-picker> |
| 166 | </el-form-item> | 166 | </el-form-item> |
| 167 | </el-col> | 167 | </el-col> |
| ... | @@ -170,21 +170,21 @@ | ... | @@ -170,21 +170,21 @@ |
| 170 | <el-col :span="24"> | 170 | <el-col :span="24"> |
| 171 | <el-form-item label="担保范围:"> | 171 | <el-form-item label="担保范围:"> |
| 172 | <el-input v-model="ruleForm.diyaq.dbfw" | 172 | <el-input v-model="ruleForm.diyaq.dbfw" |
| 173 | :disabled="ruleForm.sldy.djlx == '300'&& !ableOperation"></el-input> | 173 | :disabled="ruleForm.sldy.djlx == '300'&& !ableOperation|| isJfOperation"></el-input> |
| 174 | </el-form-item> | 174 | </el-form-item> |
| 175 | </el-col> | 175 | </el-col> |
| 176 | </el-row> | 176 | </el-row> |
| 177 | <el-row> | 177 | <el-row> |
| 178 | <el-col :span="24"> | 178 | <el-col :span="24"> |
| 179 | <el-form-item label="最高债权确定事实和数额:"> | 179 | <el-form-item label="最高债权确定事实和数额:"> |
| 180 | <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!ableOperation"></el-input> | 180 | <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 181 | </el-form-item> | 181 | </el-form-item> |
| 182 | </el-col> | 182 | </el-col> |
| 183 | </el-row> | 183 | </el-row> |
| 184 | <el-row> | 184 | <el-row> |
| 185 | <el-col> | 185 | <el-col> |
| 186 | <el-form-item label="附记:" prop="fj"> | 186 | <el-form-item label="附记:" prop="fj"> |
| 187 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!ableOperation"></el-input> | 187 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!ableOperation|| isJfOperation"></el-input> |
| 188 | </el-form-item> | 188 | </el-form-item> |
| 189 | </el-col> | 189 | </el-col> |
| 190 | </el-row> | 190 | </el-row> |
| ... | @@ -267,6 +267,9 @@ | ... | @@ -267,6 +267,9 @@ |
| 267 | this.ableOperation = this.$parent.currentSelectTab.ableOperation | 267 | this.ableOperation = this.$parent.currentSelectTab.ableOperation |
| 268 | this.propsParam = this.$attrs; | 268 | this.propsParam = this.$attrs; |
| 269 | var formdata = new FormData(); | 269 | var formdata = new FormData(); |
| 270 | if (this.propsParam.djlx == '400') { | ||
| 271 | this.isJfOperation = true; | ||
| 272 | } | ||
| 270 | this.$startLoading(); | 273 | this.$startLoading(); |
| 271 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 274 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| 272 | formdata.append("bsmSlsq", this.$route.query.bsmSlsq); | 275 | formdata.append("bsmSlsq", this.$route.query.bsmSlsq); |
| ... | @@ -296,6 +299,7 @@ | ... | @@ -296,6 +299,7 @@ |
| 296 | diyaq: {}, | 299 | diyaq: {}, |
| 297 | gyfs: "", | 300 | gyfs: "", |
| 298 | }, | 301 | }, |
| 302 | isJfOperation: false, | ||
| 299 | //传递参数 | 303 | //传递参数 |
| 300 | propsParam: {}, | 304 | propsParam: {}, |
| 301 | rules: {}, | 305 | rules: {}, | ... | ... |
| ... | @@ -66,41 +66,78 @@ | ... | @@ -66,41 +66,78 @@ |
| 66 | </el-col> | 66 | </el-col> |
| 67 | <el-col :span="8"> | 67 | <el-col :span="8"> |
| 68 | <el-form-item label="规划用途:"> | 68 | <el-form-item label="规划用途:"> |
| 69 | <el-input disabled v-model="ruleForm.ygdj.ytmc"></el-input> | 69 | <el-select v-model="ruleForm.ygdj.ghyt"> |
| 70 | <el-option | ||
| 71 | v-for="item in dictData['A17']" | ||
| 72 | :key="item.dcode" | ||
| 73 | :label="item.dname" | ||
| 74 | :value="item.dcode" | ||
| 75 | > | ||
| 76 | </el-option> | ||
| 77 | </el-select> | ||
| 70 | </el-form-item> | 78 | </el-form-item> |
| 71 | </el-col> | 79 | </el-col> |
| 72 | <el-col :span="8"> | 80 | <el-col :span="8"> |
| 73 | <el-form-item label="房屋性质:"> | 81 | <el-form-item label="房屋性质:"> |
| 74 | <el-input disabled v-model="ruleForm.ygdj.fwxzmc"></el-input> | 82 | <el-select v-model="ruleForm.ygdj.fwxz"> |
| 83 | <el-option | ||
| 84 | v-for="item in dictData['A19']" | ||
| 85 | :key="item.dcode" | ||
| 86 | :label="item.dname" | ||
| 87 | :value="item.dcode" | ||
| 88 | > | ||
| 89 | </el-option> | ||
| 90 | </el-select> | ||
| 75 | </el-form-item> | 91 | </el-form-item> |
| 76 | </el-col> | 92 | </el-col> |
| 77 | </el-row> | 93 | </el-row> |
| 78 | <el-row :gutter="10" v-if="ruleForm.qlxx"> | 94 | <el-row :gutter="10" v-if="ruleForm.qlxx"> |
| 79 | <el-col :span="8"> | 95 | <el-col :span="8"> |
| 80 | <el-form-item label="房屋结构:"> | 96 | <el-form-item label="房屋结构:"> |
| 81 | <el-input disabled v-model="ruleForm.ygdj.fwjgmc"></el-input> | 97 | <el-select v-model="ruleForm.ygdj.fwjg"> |
| 98 | <el-option | ||
| 99 | v-for="item in dictData['A46']" | ||
| 100 | :key="item.dcode" | ||
| 101 | :label="item.dname" | ||
| 102 | :value="item.dcode" | ||
| 103 | > | ||
| 104 | </el-option> | ||
| 105 | </el-select> | ||
| 82 | </el-form-item> | 106 | </el-form-item> |
| 83 | </el-col> | 107 | </el-col> |
| 84 | <el-col :span="8"> | 108 | <el-col :span="8"> |
| 85 | <el-form-item label="建筑面积:"> | 109 | <el-form-item label="建筑面积:"> |
| 86 | <el-input disabled v-model="ruleForm.ygdj.jzmj"></el-input> | 110 | <el-input v-model="ruleForm.ygdj.jzmj"></el-input> |
| 87 | </el-form-item> | 111 | </el-form-item> |
| 88 | </el-col> | 112 | </el-col> |
| 89 | <el-col :span="8"> | 113 | <el-col :span="8"> |
| 90 | <el-form-item label="取得价格:"> | 114 | <el-form-item label="取得价格:"> |
| 91 | <el-input disabled v-model="ruleForm.ygdj.qdjg"></el-input> | 115 | <div class="flex"> |
| 116 | <el-input v-model="ruleForm.ygdj.qdjg"></el-input> | ||
| 117 | <el-select | ||
| 118 | v-model="ruleForm.ygdj.jedw" | ||
| 119 | :disabled="!ableOperation" | ||
| 120 | style="width: 20%"> | ||
| 121 | <el-option | ||
| 122 | v-for="item in dictData['A57']" | ||
| 123 | :key="item.dcode" | ||
| 124 | :label="item.dname" | ||
| 125 | :value="item.dcode"> | ||
| 126 | </el-option> | ||
| 127 | </el-select> | ||
| 128 | </div> | ||
| 92 | </el-form-item> | 129 | </el-form-item> |
| 93 | </el-col> | 130 | </el-col> |
| 94 | </el-row> | 131 | </el-row> |
| 95 | <el-row :gutter="10"> | 132 | <el-row :gutter="10"> |
| 96 | <el-col :span="8"> | 133 | <el-col :span="8"> |
| 97 | <el-form-item label="所在层:"> | 134 | <el-form-item label="所在层:"> |
| 98 | <el-input disabled v-model="ruleForm.ygdj.szc"></el-input> | 135 | <el-input v-model="ruleForm.ygdj.szc"></el-input> |
| 99 | </el-form-item> | 136 | </el-form-item> |
| 100 | </el-col> | 137 | </el-col> |
| 101 | <el-col :span="8"> | 138 | <el-col :span="8"> |
| 102 | <el-form-item label="总层数:"> | 139 | <el-form-item label="总层数:"> |
| 103 | <el-input disabled v-model="ruleForm.ygdj.zcs"></el-input> | 140 | <el-input v-model="ruleForm.ygdj.zcs"></el-input> |
| 104 | </el-form-item> | 141 | </el-form-item> |
| 105 | </el-col> | 142 | </el-col> |
| 106 | </el-row> | 143 | </el-row> | ... | ... |
| ... | @@ -43,80 +43,93 @@ | ... | @@ -43,80 +43,93 @@ |
| 43 | </el-col> | 43 | </el-col> |
| 44 | </el-row> | 44 | </el-row> |
| 45 | <div class="slxx_title title-block"> | 45 | <div class="slxx_title title-block"> |
| 46 | 不动产情况 | 46 | 预告买卖登记情况 |
| 47 | <div class="triangle"></div> | 47 | <div class="triangle"></div> |
| 48 | </div> | 48 | </div> |
| 49 | <el-row :gutter="10"> | 49 | <el-row :gutter="10"> |
| 50 | <el-col :span="8"> | 50 | <el-col :span="8"> |
| 51 | <el-form-item label="权利类型:"> | 51 | <el-form-item label="权利类型:"> |
| 52 | <el-input disabled v-model="ruleForm.ssQlxx.qllxmc"></el-input> | 52 | <el-input disabled v-model="ruleForm.ztQlxx.qllxmc"></el-input> |
| 53 | </el-form-item> | 53 | </el-form-item> |
| 54 | </el-col> | 54 | </el-col> |
| 55 | <el-col :span="8"> | 55 | <el-col :span="8"> |
| 56 | <el-form-item label="不动产权证号:"> | 56 | <el-form-item label="不动产权证号:"> |
| 57 | <el-input disabled v-model="ruleForm.ssQlxx.bdcqzh"></el-input> | 57 | <el-input disabled v-model="ruleForm.ztQlxx.bdcqzh"></el-input> |
| 58 | </el-form-item> | 58 | </el-form-item> |
| 59 | </el-col> | 59 | </el-col> |
| 60 | <el-col :span="8"> | 60 | <el-col :span="8"> |
| 61 | <el-form-item label="不动产单元号:"> | 61 | <el-form-item label="不动产单元号:"> |
| 62 | <el-input disabled v-model="ruleForm.ssQlxx.bdcdyh"></el-input> | 62 | <el-input disabled v-model="ruleForm.ztQlxx.bdcdyh"></el-input> |
| 63 | </el-form-item> | 63 | </el-form-item> |
| 64 | </el-col> | 64 | </el-col> |
| 65 | </el-row> | 65 | </el-row> |
| 66 | <el-row :gutter="10"> | 66 | <el-row :gutter="10"> |
| 67 | <el-col :span="8"> | 67 | <el-col :span="8"> |
| 68 | <el-form-item label="权利人:"> | 68 | <el-form-item label="权利人:"> |
| 69 | <el-input disabled v-model="ruleForm.ssQlxx.qlrmc"></el-input> | 69 | <el-input disabled v-model="ruleForm.ztQlxx.qlrmc"></el-input> |
| 70 | </el-form-item> | 70 | </el-form-item> |
| 71 | </el-col> | 71 | </el-col> |
| 72 | <el-col :span="8"> | 72 | <el-col :span="8"> |
| 73 | <el-form-item label="证件种类:"> | 73 | <el-form-item label="证件种类:"> |
| 74 | <el-input disabled v-model="ruleForm.ssQlxx.qlrzjzl"></el-input> | 74 | <el-input disabled v-model="ruleForm.ztQlxx.qlrzjzl"></el-input> |
| 75 | </el-form-item> | 75 | </el-form-item> |
| 76 | </el-col> | 76 | </el-col> |
| 77 | <el-col :span="8"> | 77 | <el-col :span="8"> |
| 78 | <el-form-item label="证件号:"> | 78 | <el-form-item label="证件号:"> |
| 79 | <el-input disabled v-model="ruleForm.ssQlxx.qlrzjhm"></el-input> | 79 | <el-input disabled v-model="ruleForm.ztQlxx.qlrzjhm"></el-input> |
| 80 | </el-form-item> | 80 | </el-form-item> |
| 81 | </el-col> | 81 | </el-col> |
| 82 | </el-row> | 82 | </el-row> |
| 83 | <el-row :gutter="10"> | 83 | <el-row :gutter="10"> |
| 84 | <el-col :span="8"> | 84 | <el-col :span="8"> |
| 85 | <el-form-item label="房屋面积:"> | 85 | <el-form-item label="房屋面积:"> |
| 86 | <el-input disabled v-model="ruleForm.ssQlxx.mjmc"></el-input> | 86 | <el-input disabled v-model="ruleForm.ztQlxx.mjmc"></el-input> |
| 87 | </el-form-item> | 87 | </el-form-item> |
| 88 | </el-col> | 88 | </el-col> |
| 89 | <el-col :span="8"> | 89 | <el-col :span="8"> |
| 90 | <el-form-item label="房屋用途:"> | 90 | <el-form-item label="房屋用途:"> |
| 91 | <el-input disabled v-model="ruleForm.ssQlxx.ytmc"></el-input> | 91 | <el-input disabled v-model="ruleForm.ztQlxx.ytmc"></el-input> |
| 92 | </el-form-item> | 92 | </el-form-item> |
| 93 | </el-col> | 93 | </el-col> |
| 94 | <el-col :span="8"> | 94 | <el-col :span="8"> |
| 95 | <el-form-item label="房屋性质:"> | 95 | <el-form-item label="房屋性质:"> |
| 96 | <el-input disabled v-model="ruleForm.ssQlxx.qlxzmc"></el-input> | 96 | <el-input disabled v-model="ruleForm.ztQlxx.qlxzmc"></el-input> |
| 97 | </el-form-item> | 97 | </el-form-item> |
| 98 | </el-col> | 98 | </el-col> |
| 99 | </el-row> | 99 | </el-row> |
| 100 | <el-row :gutter="10"> | 100 | <el-row :gutter="10"> |
| 101 | <el-col :span="8"> | 101 | <el-col :span="8"> |
| 102 | <el-form-item label="房屋取得价格:"> | 102 | <el-form-item label="房屋取得价格:"> |
| 103 | <el-input disabled v-model="ruleForm.ssQlxx.qdjg"></el-input> | 103 | <el-input disabled v-model="ruleForm.ztQlxx.qdjgmc"></el-input> |
| 104 | </el-form-item> | 104 | </el-form-item> |
| 105 | </el-col> | 105 | </el-col> |
| 106 | <el-col :span="16"> | 106 | <el-col :span="16"> |
| 107 | <el-form-item label="不动产坐落:"> | 107 | <el-form-item label="不动产坐落:"> |
| 108 | <el-input disabled v-model="ruleForm.ssQlxx.zl"></el-input> | 108 | <el-input disabled v-model="ruleForm.ztQlxx.zl"></el-input> |
| 109 | </el-form-item> | 109 | </el-form-item> |
| 110 | </el-col> | 110 | </el-col> |
| 111 | </el-row> | 111 | </el-row> |
| 112 | <div class="slxx_title title-block"> | 112 | <div class="slxx_title title-block"> |
| 113 | 抵押情况 | 113 | 预告抵押情况 |
| 114 | <div class="triangle"></div> | 114 | <div class="triangle"></div> |
| 115 | </div> | 115 | </div> |
| 116 | <el-row :gutter="10"> | 116 | <el-row :gutter="10"> |
| 117 | <el-col :span="8"> | 117 | <el-col :span="8"> |
| 118 | <el-form-item label="被担保主债权数额:"> | 118 | <el-form-item label="被担保主债权数额:"> |
| 119 | <div class="flex"> | ||
| 119 | <el-input v-model="ruleForm.ygdj.qdjg" :disabled="!ableOperation"></el-input> | 120 | <el-input v-model="ruleForm.ygdj.qdjg" :disabled="!ableOperation"></el-input> |
| 121 | <el-select | ||
| 122 | v-model="ruleForm.ygdj.jedw" | ||
| 123 | :disabled="!ableOperation" | ||
| 124 | style="width: 20%"> | ||
| 125 | <el-option | ||
| 126 | v-for="item in dictData['A57']" | ||
| 127 | :key="item.dcode" | ||
| 128 | :label="item.dname" | ||
| 129 | :value="item.dcode"> | ||
| 130 | </el-option> | ||
| 131 | </el-select> | ||
| 132 | </div> | ||
| 120 | </el-form-item> | 133 | </el-form-item> |
| 121 | </el-col> | 134 | </el-col> |
| 122 | <el-col :span="8"> | 135 | <el-col :span="8"> | ... | ... |
-
Please register or sign in to post a comment