1
Showing
1 changed file
with
81 additions
and
4 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | ref="ruleForm" | 7 | ref="ruleForm" |
| 8 | :label-position="flag ? 'top' : ''" | 8 | :label-position="flag ? 'top' : ''" |
| 9 | :inline="flag" | 9 | :inline="flag" |
| 10 | label-width="120px" | 10 | label-width="140px" |
| 11 | > | 11 | > |
| 12 | <div class="slxx_con"> | 12 | <div class="slxx_con"> |
| 13 | <div class="slxx_title title-block"> | 13 | <div class="slxx_title title-block"> |
| ... | @@ -129,11 +129,51 @@ | ... | @@ -129,11 +129,51 @@ |
| 129 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> | 129 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> |
| 130 | </el-form-item> | 130 | </el-form-item> |
| 131 | </el-col> | 131 | </el-col> |
| 132 | <el-col :span="16"> | 132 | |
| 133 | <el-col :span="8"> | ||
| 134 | <el-form-item | ||
| 135 | :class="flag ? 'marginBot0' : ''" | ||
| 136 | label="被担保主债权数额:" | ||
| 137 | > | ||
| 138 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> | ||
| 139 | </el-form-item> | ||
| 140 | </el-col> | ||
| 141 | |||
| 142 | <el-col :span="8"> | ||
| 143 | <el-form-item | ||
| 144 | :class="flag ? 'marginBot0' : ''" | ||
| 145 | label="最高债权额:" | ||
| 146 | > | ||
| 147 | <el-input v-model="ruleForm.diyaq.zgzqse"></el-input> | ||
| 148 | </el-form-item> | ||
| 149 | </el-col> | ||
| 150 | </el-row> | ||
| 151 | |||
| 152 | <el-row> | ||
| 153 | <el-col :span="8"> | ||
| 154 | <el-form-item | ||
| 155 | :class="flag ? 'marginBot0' : ''" | ||
| 156 | label="债务履行起始时间:" | ||
| 157 | > | ||
| 158 | <el-input v-model="ruleForm.diyaq.zwlxqssj"></el-input> | ||
| 159 | </el-form-item> | ||
| 160 | </el-col> | ||
| 161 | <el-col :span="8"> | ||
| 162 | <el-form-item | ||
| 163 | :class="flag ? 'marginBot0' : ''" | ||
| 164 | label="债务履行结束时间:" | ||
| 165 | > | ||
| 166 | <el-input v-model="ruleForm.diyaq.zwlxjssj"></el-input> | ||
| 167 | </el-form-item> | ||
| 168 | </el-col> | ||
| 169 | </el-row> | ||
| 170 | |||
| 171 | <el-row> | ||
| 172 | <el-col :span="24"> | ||
| 133 | <el-form-item | 173 | <el-form-item |
| 134 | :class="flag ? 'marginBot0' : ''" | 174 | :class="flag ? 'marginBot0' : ''" |
| 135 | label="是否存在禁止或者限制转让抵押不动产的约定:" | 175 | label="是否存在禁止或者限制转让抵押不动产的约定:" |
| 136 | label-width="300px" | 176 | label-width="350px" |
| 137 | > | 177 | > |
| 138 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> | 178 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> |
| 139 | <el-radio label="1">启用</el-radio> | 179 | <el-radio label="1">启用</el-radio> |
| ... | @@ -142,6 +182,29 @@ | ... | @@ -142,6 +182,29 @@ |
| 142 | </el-form-item> | 182 | </el-form-item> |
| 143 | </el-col> | 183 | </el-col> |
| 144 | </el-row> | 184 | </el-row> |
| 185 | |||
| 186 | <el-row> | ||
| 187 | <el-col :span="24"> | ||
| 188 | <el-form-item :class="flag ? 'marginBot0' : ''" label="担保范围:"> | ||
| 189 | <el-input v-model="ruleForm.diyaq.dbfw"></el-input> | ||
| 190 | </el-form-item> | ||
| 191 | </el-col> | ||
| 192 | </el-row> | ||
| 193 | <el-row> | ||
| 194 | <el-col :span="24"> | ||
| 195 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权确定事实和数额:"> | ||
| 196 | <el-input v-model="ruleForm.diyaq.zgzqqdss"></el-input> | ||
| 197 | </el-form-item> | ||
| 198 | </el-col> | ||
| 199 | </el-row> | ||
| 200 | <el-row > | ||
| 201 | <el-col> | ||
| 202 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> | ||
| 203 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="$route.query.viewtype==1"></el-input> | ||
| 204 | </el-form-item> | ||
| 205 | </el-col> | ||
| 206 | </el-row> | ||
| 207 | |||
| 145 | <div class="slxx_title title-block"> | 208 | <div class="slxx_title title-block"> |
| 146 | 抵押权人信息 | 209 | 抵押权人信息 |
| 147 | <div class="triangle"></div> | 210 | <div class="triangle"></div> |
| ... | @@ -199,6 +262,20 @@ | ... | @@ -199,6 +262,20 @@ |
| 199 | @upDateQlrxxList="upDateYwrxxList" | 262 | @upDateQlrxxList="upDateYwrxxList" |
| 200 | :viewtype="$route.query.viewtype" | 263 | :viewtype="$route.query.viewtype" |
| 201 | /> | 264 | /> |
| 265 | |||
| 266 | <div class="slxx_title title-block"> | ||
| 267 | 登记原因 | ||
| 268 | <div class="triangle"></div> | ||
| 269 | </div> | ||
| 270 | <el-row :gutter="10"> | ||
| 271 | <el-col> | ||
| 272 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> | ||
| 273 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype==1" v-model="ruleForm.diyaq.djyy"> | ||
| 274 | </el-input> | ||
| 275 | </el-form-item> | ||
| 276 | </el-col> | ||
| 277 | </el-row> | ||
| 278 | |||
| 202 | </div> | 279 | </div> |
| 203 | <el-row class="btn" v-if="!$route.query.viewtype"> | 280 | <el-row class="btn" v-if="!$route.query.viewtype"> |
| 204 | <el-form-item :class="flag ? 'marginBot0' : ''"> | 281 | <el-form-item :class="flag ? 'marginBot0' : ''"> |
| ... | @@ -210,7 +287,7 @@ | ... | @@ -210,7 +287,7 @@ |
| 210 | </template> | 287 | </template> |
| 211 | <script> | 288 | <script> |
| 212 | import InformationTable from "@/views/workflow/components/InformationTable"; | 289 | import InformationTable from "@/views/workflow/components/InformationTable"; |
| 213 | import { Init,saveData } from "@/api/diyaqFlow.js"; | 290 | import { Init, saveData } from "@/api/diyaqFlow.js"; |
| 214 | import { mapGetters } from "vuex"; | 291 | import { mapGetters } from "vuex"; |
| 215 | export default { | 292 | export default { |
| 216 | async created() { | 293 | async created() { | ... | ... |
-
Please register or sign in to post a comment