--no commit message
Showing
1 changed file
with
51 additions
and
75 deletions
... | @@ -127,6 +127,51 @@ | ... | @@ -127,6 +127,51 @@ |
127 | </div> | 127 | </div> |
128 | <el-row :gutter="10"> | 128 | <el-row :gutter="10"> |
129 | <el-col :span="8"> | 129 | <el-col :span="8"> |
130 | <el-form-item label="抵押方式:"> | ||
131 | <!-- <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> --> | ||
132 | <el-radio-group v-model="ruleForm.diyaq.dyfs"> | ||
133 | <el-radio label="1">一般抵押</el-radio> | ||
134 | <el-radio label="2">最高额抵押</el-radio> | ||
135 | </el-radio-group> | ||
136 | </el-form-item> | ||
137 | </el-col> | ||
138 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> | ||
139 | <el-form-item label="最高债权额"> | ||
140 | <div style="display: flex"> | ||
141 | <el-input | ||
142 | v-model="ruleForm.diyaq.zgzqse" | ||
143 | style="width: 500%" | ||
144 | oninput="value=value.replace(/[^\d.]/g,'')"></el-input> | ||
145 | <el-select v-model="ruleForm.diyaq.jedw"> | ||
146 | <el-option | ||
147 | v-for="item in dictData['A57']" | ||
148 | :key="item.dcode" | ||
149 | :label="item.dname" | ||
150 | :value="item.dcode"></el-option> | ||
151 | </el-select> | ||
152 | </div> | ||
153 | </el-form-item> | ||
154 | </el-col> | ||
155 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> | ||
156 | <el-form-item label="被担保主债权数额"> | ||
157 | <div style="display: flex"> | ||
158 | <el-input | ||
159 | v-model="ruleForm.diyaq.bdbzzqse" | ||
160 | style="width: 500%" | ||
161 | oninput="value=value.replace(/[^\d.]/g,'')"></el-input> | ||
162 | <el-select v-model="ruleForm.diyaq.jedw"> | ||
163 | <el-option | ||
164 | v-for="item in dictData['A57']" | ||
165 | :key="item.dcode" | ||
166 | :label="item.dname" | ||
167 | :value="item.dcode"></el-option> | ||
168 | </el-select> | ||
169 | </div> | ||
170 | </el-form-item> | ||
171 | </el-col> | ||
172 | </el-row> | ||
173 | <el-row :gutter="10"> | ||
174 | <el-col :span="8"> | ||
130 | <el-form-item label="不动产单元号:"> | 175 | <el-form-item label="不动产单元号:"> |
131 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> | 176 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> |
132 | </el-form-item> | 177 | </el-form-item> |
... | @@ -138,7 +183,7 @@ | ... | @@ -138,7 +183,7 @@ |
138 | </el-col> | 183 | </el-col> |
139 | <el-col :span="8"> | 184 | <el-col :span="8"> |
140 | <el-form-item label="上手业务号:"> | 185 | <el-form-item label="上手业务号:"> |
141 | <el-input v-model="ruleForm.qlxx.ssywh"></el-input> | 186 | <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> |
142 | </el-form-item> | 187 | </el-form-item> |
143 | </el-col> | 188 | </el-col> |
144 | </el-row> | 189 | </el-row> |
... | @@ -205,40 +250,7 @@ | ... | @@ -205,40 +250,7 @@ |
205 | <el-input v-model="ruleForm.qlxx.djsj"></el-input> | 250 | <el-input v-model="ruleForm.qlxx.djsj"></el-input> |
206 | </el-form-item> | 251 | </el-form-item> |
207 | </el-col> | 252 | </el-col> |
208 | <el-col :span="8"> | 253 | |
209 | <!-- <el-form-item label="抵押不动产类型"> | ||
210 | <el-input v-model="ruleForm.qlxx.djsj"></el-input> | ||
211 | </el-form-item>--> | ||
212 | <el-form-item label="抵押不动产类型:"> | ||
213 | <el-select v-model="ruleForm.diyaq.djlx"> | ||
214 | <el-option | ||
215 | v-for="item in dictData['A27']" | ||
216 | :key="item.dcode" | ||
217 | :label="item.dname" | ||
218 | :value="item.dcode"></el-option> | ||
219 | </el-select> | ||
220 | </el-form-item> | ||
221 | </el-col> | ||
222 | <el-col :span="8"> | ||
223 | <el-form-item label="抵押人:"> | ||
224 | <el-input v-model="ruleForm.diyaq.dyr"></el-input> | ||
225 | </el-form-item> | ||
226 | </el-col> | ||
227 | <el-col :span="8"> | ||
228 | <el-form-item label="抵押人类型:"> | ||
229 | <el-input v-model="ruleForm.diyaq.dyrlx"></el-input> | ||
230 | </el-form-item> | ||
231 | </el-col> | ||
232 | <el-col :span="8"> | ||
233 | <el-form-item label="抵押方式:"> | ||
234 | <el-input v-model="ruleForm.diyaq.dyfs"></el-input> | ||
235 | </el-form-item> | ||
236 | </el-col> | ||
237 | <el-col :span="8"> | ||
238 | <el-form-item label="抵押权顺位:"> | ||
239 | <el-input v-model="ruleForm.diyaq.dyqsw"></el-input> | ||
240 | </el-form-item> | ||
241 | </el-col> | ||
242 | <el-col :span="8"> | 254 | <el-col :span="8"> |
243 | <el-form-item label="抵押金额类型:"> | 255 | <el-form-item label="抵押金额类型:"> |
244 | <el-input v-model="ruleForm.diyaq.dyjelx"></el-input> | 256 | <el-input v-model="ruleForm.diyaq.dyjelx"></el-input> |
... | @@ -282,45 +294,7 @@ | ... | @@ -282,45 +294,7 @@ |
282 | </div> | 294 | </div> |
283 | </el-form-item> | 295 | </el-form-item> |
284 | </el-col> | 296 | </el-col> |
285 | <el-col :span="8"> | 297 | |
286 | <el-form-item label="最高债权额"> | ||
287 | <div style="display: flex"> | ||
288 | <el-input | ||
289 | v-model="ruleForm.diyaq.zgzqse" | ||
290 | style="width: 500%" | ||
291 | oninput="value=value.replace(/[^\d.]/g,'')"></el-input> | ||
292 | <el-select v-model="ruleForm.diyaq.jedw"> | ||
293 | <el-option | ||
294 | v-for="item in dictData['A57']" | ||
295 | :key="item.dcode" | ||
296 | :label="item.dname" | ||
297 | :value="item.dcode"></el-option> | ||
298 | </el-select> | ||
299 | </div> | ||
300 | </el-form-item> | ||
301 | </el-col> | ||
302 | <el-col :span="8"> | ||
303 | <el-form-item label="被担保主债权数额"> | ||
304 | <div style="display: flex"> | ||
305 | <el-input | ||
306 | v-model="ruleForm.diyaq.bdbzzqse" | ||
307 | style="width: 500%" | ||
308 | oninput="value=value.replace(/[^\d.]/g,'')"></el-input> | ||
309 | <el-select v-model="ruleForm.diyaq.jedw"> | ||
310 | <el-option | ||
311 | v-for="item in dictData['A57']" | ||
312 | :key="item.dcode" | ||
313 | :label="item.dname" | ||
314 | :value="item.dcode"></el-option> | ||
315 | </el-select> | ||
316 | </div> | ||
317 | </el-form-item> | ||
318 | </el-col> | ||
319 | <el-col :span="8"> | ||
320 | <el-form-item label="币种"> | ||
321 | <el-input v-model="ruleForm.diyaq.bz"></el-input> | ||
322 | </el-form-item> | ||
323 | </el-col> | ||
324 | <el-col :span="8"> | 298 | <el-col :span="8"> |
325 | <el-form-item label="担保范围"> | 299 | <el-form-item label="担保范围"> |
326 | <el-input v-model="ruleForm.diyaq.dbfw"></el-input> | 300 | <el-input v-model="ruleForm.diyaq.dbfw"></el-input> |
... | @@ -328,7 +302,7 @@ | ... | @@ -328,7 +302,7 @@ |
328 | </el-col> | 302 | </el-col> |
329 | <el-col :span="8"> | 303 | <el-col :span="8"> |
330 | <el-form-item label="债务履行期限(债务确定期间)"> | 304 | <el-form-item label="债务履行期限(债务确定期间)"> |
331 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> | 305 | <el-input v-model="ruleForm.diyaq.dyqx"></el-input> |
332 | </el-form-item> | 306 | </el-form-item> |
333 | </el-col> | 307 | </el-col> |
334 | <el-col :span="8"> | 308 | <el-col :span="8"> |
... | @@ -506,8 +480,10 @@ | ... | @@ -506,8 +480,10 @@ |
506 | }, | 480 | }, |
507 | ssQlxxchange (val) { | 481 | ssQlxxchange (val) { |
508 | this.ruleForm.ssQlxx = val | 482 | this.ruleForm.ssQlxx = val |
483 | this.ruleForm.qlxx.ssywh=val.ssywh | ||
509 | }, | 484 | }, |
510 | djlxchange(val){ | 485 | djlxchange(val){ |
486 | |||
511 | if(val==null||val==100){ | 487 | if(val==null||val==100){ |
512 | this.ssqlxxshow=false | 488 | this.ssqlxxshow=false |
513 | }else{ | 489 | }else{ | ... | ... |
-
Please register or sign in to post a comment