抵押权
Showing
1 changed file
with
69 additions
and
4 deletions
... | @@ -10,7 +10,10 @@ | ... | @@ -10,7 +10,10 @@ |
10 | label-width="120px" | 10 | label-width="120px" |
11 | > | 11 | > |
12 | <div class="slxx_con"> | 12 | <div class="slxx_con"> |
13 | <div class="slxx_title title-block">受理信息</div> | 13 | <div class="slxx_title title-block"> |
14 | 受理信息 | ||
15 | <div class="triangle"></div> | ||
16 | </div> | ||
14 | <el-row :gutter="10"> | 17 | <el-row :gutter="10"> |
15 | <el-col :span="8"> | 18 | <el-col :span="8"> |
16 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:"> | 19 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:"> |
... | @@ -57,7 +60,69 @@ | ... | @@ -57,7 +60,69 @@ |
57 | </el-form-item> | 60 | </el-form-item> |
58 | </el-col> | 61 | </el-col> |
59 | </el-row> | 62 | </el-row> |
60 | <div class="slxx_title title-block">抵押不动产情况</div> | 63 | <div class="slxx_title title-block"> |
64 | 抵押不动产情况 | ||
65 | <div class="triangle"></div> | ||
66 | </div> | ||
67 | |||
68 | <el-row :gutter="10"> | ||
69 | <el-col :span="8"> | ||
70 | <el-form-item | ||
71 | :class="flag ? 'marginBot0' : ''" | ||
72 | label="权利人:" | ||
73 | prop="qlxx.qlrmc" | ||
74 | > | ||
75 | <el-input disabled v-model="ruleForm.qlxxold.qlrmc"></el-input> | ||
76 | </el-form-item> | ||
77 | </el-col> | ||
78 | <el-col :span="8"> | ||
79 | <el-form-item :class="flag ? 'marginBot0' : ''" label="证件号:"> | ||
80 | <el-input disabled v-model="ruleForm.qlxxold.qlrzjhm"></el-input> | ||
81 | </el-form-item> | ||
82 | </el-col> | ||
83 | <el-col :span="8"> | ||
84 | <el-form-item :class="flag ? 'marginBot0' : ''" label="证件种类:"> | ||
85 | <el-input disabled v-model="ruleForm.qlxxold.qlrzjzl"></el-input> | ||
86 | </el-form-item> | ||
87 | </el-col> | ||
88 | </el-row> | ||
89 | <el-row :gutter="10"> | ||
90 | <el-col :span="8"> | ||
91 | <el-form-item | ||
92 | :class="flag ? 'marginBot0' : ''" | ||
93 | label="不动产权证号:" | ||
94 | prop="qlxx.bdcqzh" | ||
95 | > | ||
96 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> | ||
97 | </el-form-item> | ||
98 | </el-col> | ||
99 | <el-col :span="16"> | ||
100 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:"> | ||
101 | <el-input disabled v-model="ruleForm.qlxxold.zl"></el-input> | ||
102 | </el-form-item> | ||
103 | </el-col> | ||
104 | </el-row> | ||
105 | <el-row :gutter="10"> | ||
106 | <el-col :span="8"> | ||
107 | <el-form-item :class="flag ? 'marginBot0' : ''" label="用途:"> | ||
108 | <el-input disabled v-model="ruleForm.qlxxold.ytmc"></el-input> | ||
109 | </el-form-item> | ||
110 | </el-col> | ||
111 | <el-col :span="8"> | ||
112 | <el-form-item | ||
113 | :class="flag ? 'marginBot0' : ''" | ||
114 | label="不动产单元号:" | ||
115 | prop="qlxx.bdcdyh" | ||
116 | > | ||
117 | <el-input disabled v-model="ruleForm.qlxxold.bdcdyh"></el-input> | ||
118 | </el-form-item> | ||
119 | </el-col> | ||
120 | <el-col :span="8"> | ||
121 | <el-form-item :class="flag ? 'marginBot0' : ''" label="面积:"> | ||
122 | <el-input disabled v-model="ruleForm.qlxxold.mj"></el-input> | ||
123 | </el-form-item> | ||
124 | </el-col> | ||
125 | </el-row> | ||
61 | </div> | 126 | </div> |
62 | <el-row class="btn" v-if="!$route.query.viewtype"> | 127 | <el-row class="btn" v-if="!$route.query.viewtype"> |
63 | <el-form-item :class="flag ? 'marginBot0' : ''"> | 128 | <el-form-item :class="flag ? 'marginBot0' : ''"> |
... | @@ -92,8 +157,8 @@ export default { | ... | @@ -92,8 +157,8 @@ export default { |
92 | return { | 157 | return { |
93 | disabled: true, | 158 | disabled: true, |
94 | ruleForm: { | 159 | ruleForm: { |
95 | slywxx:{} | 160 | slywxx: {}, |
96 | 161 | qlxxold:{}, | |
97 | }, | 162 | }, |
98 | //传递参数 | 163 | //传递参数 |
99 | propsParam: {}, | 164 | propsParam: {}, | ... | ... |
-
Please register or sign in to post a comment