Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
3 changed files
with
33 additions
and
14 deletions
... | @@ -509,6 +509,14 @@ class data extends filter { | ... | @@ -509,6 +509,14 @@ class data extends filter { |
509 | label: "不动产登记证明号", | 509 | label: "不动产登记证明号", |
510 | }, | 510 | }, |
511 | { | 511 | { |
512 | prop: "fj", | ||
513 | label: "附记", | ||
514 | }, | ||
515 | { | ||
516 | prop: "qlqtzk", | ||
517 | label: "权利其他状况", | ||
518 | }, | ||
519 | { | ||
512 | prop: "djsj", | 520 | prop: "djsj", |
513 | label: "登记时间", | 521 | label: "登记时间", |
514 | }, | 522 | }, |
... | @@ -521,21 +529,22 @@ class data extends filter { | ... | @@ -521,21 +529,22 @@ class data extends filter { |
521 | label: "登记机构", | 529 | label: "登记机构", |
522 | }, | 530 | }, |
523 | { | 531 | { |
524 | prop: "fj", | 532 | prop: "zxywh", |
525 | label: "附记", | 533 | label: "注销抵押业务号", |
526 | }, | 534 | }, |
527 | { | 535 | { |
528 | prop: "qlqtzk", | 536 | prop: "zxdyyy", |
529 | label: "权利其他状况", | 537 | label: "注销抵押原因", |
530 | }, | 538 | }, |
531 | { | 539 | { |
532 | prop: "zxdyywh", | 540 | prop: "zxsj", |
533 | label: "注销抵押业务号", | 541 | label: "注销登记时间", |
534 | }, | 542 | }, |
535 | { | 543 | { |
536 | prop: "zxdyyy", | 544 | prop: "zxdbr", |
537 | label: "注销抵押原因", | 545 | label: "登簿人", |
538 | }, | 546 | }, |
547 | |||
539 | ], | 548 | ], |
540 | DYIQ: [ | 549 | DYIQ: [ |
541 | { | 550 | { | ... | ... |
... | @@ -66,11 +66,16 @@ | ... | @@ -66,11 +66,16 @@ |
66 | </el-row> | 66 | </el-row> |
67 | <el-row :gutter="10"> | 67 | <el-row :gutter="10"> |
68 | <el-col :span="8"> | 68 | <el-col :span="8"> |
69 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> | ||
70 | <el-input disabled v-model="ruleForm.qlxxold.qllxmc"></el-input> | ||
71 | </el-form-item> | ||
72 | </el-col> | ||
73 | <el-col :span="8"> | ||
69 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产权证号:"> | 74 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产权证号:"> |
70 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> | 75 | <el-input disabled v-model="ruleForm.qlxxold.bdcqzh"></el-input> |
71 | </el-form-item> | 76 | </el-form-item> |
72 | </el-col> | 77 | </el-col> |
73 | <el-col :span="16"> | 78 | <el-col :span="8"> |
74 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:"> | 79 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:"> |
75 | <el-input disabled v-model="ruleForm.qlxxold.zl"></el-input> | 80 | <el-input disabled v-model="ruleForm.qlxxold.zl"></el-input> |
76 | </el-form-item> | 81 | </el-form-item> |
... | @@ -95,7 +100,7 @@ | ... | @@ -95,7 +100,7 @@ |
95 | </el-row> | 100 | </el-row> |
96 | 101 | ||
97 | <div class="slxx_title title-block"> | 102 | <div class="slxx_title title-block"> |
98 | 抵押信息 | 103 | 抵押信息11 |
99 | <div class="triangle"></div> | 104 | <div class="triangle"></div> |
100 | </div> | 105 | </div> |
101 | 106 | ||
... | @@ -150,7 +155,7 @@ | ... | @@ -150,7 +155,7 @@ |
150 | <el-row> | 155 | <el-row> |
151 | <el-col :span="24"> | 156 | <el-col :span="24"> |
152 | <el-form-item :class="flag ? 'marginBot0' : ''" label="担保范围:"> | 157 | <el-form-item :class="flag ? 'marginBot0' : ''" label="担保范围:"> |
153 | <el-input v-model="ruleForm.diyaq.dbfw"></el-input> | 158 | <el-input v-model="ruleForm.diyaq.dbfw" :disabled="$route.query.viewtype == 1||ruleForm.slywxx.djlx=='300'"></el-input> |
154 | </el-form-item> | 159 | </el-form-item> |
155 | </el-col> | 160 | </el-col> |
156 | </el-row> | 161 | </el-row> |
... | @@ -216,7 +221,12 @@ | ... | @@ -216,7 +221,12 @@ |
216 | </div> | 221 | </div> |
217 | <el-row :gutter="10"> | 222 | <el-row :gutter="10"> |
218 | <el-col> | 223 | <el-col> |
219 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> | 224 | <el-form-item v-if="ruleForm.slywxx.djlx=='400'" :class="flag ? 'marginBot0' : ''" label="注销抵押原因:" prop="djyy"> |
225 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1" | ||
226 | v-model="ruleForm.diyaq.zxdyyy"> | ||
227 | </el-input> | ||
228 | </el-form-item> | ||
229 | <el-form-item v-else :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> | ||
220 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1" | 230 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1" |
221 | v-model="ruleForm.diyaq.djyy"> | 231 | v-model="ruleForm.diyaq.djyy"> |
222 | </el-input> | 232 | </el-input> | ... | ... |
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
67 | <el-row :gutter="10"> | 67 | <el-row :gutter="10"> |
68 | <el-col :span="8"> | 68 | <el-col :span="8"> |
69 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产权证号:"> | 69 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产权证号:"> |
70 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> | 70 | <el-input disabled v-model="ruleForm.qlxxold.bdcqzh"></el-input> |
71 | </el-form-item> | 71 | </el-form-item> |
72 | </el-col> | 72 | </el-col> |
73 | <el-col :span="16"> | 73 | <el-col :span="16"> | ... | ... |
-
Please register or sign in to post a comment