Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
1 changed file
with
28 additions
and
24 deletions
... | @@ -126,36 +126,53 @@ | ... | @@ -126,36 +126,53 @@ |
126 | <el-row :gutter="10"> | 126 | <el-row :gutter="10"> |
127 | <el-col :span="8"> | 127 | <el-col :span="8"> |
128 | <el-form-item :class="flag ? 'marginBot0' : ''" label="抵押方式:"> | 128 | <el-form-item :class="flag ? 'marginBot0' : ''" label="抵押方式:"> |
129 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> | 129 | <!-- <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> --> |
130 | <el-radio-group disabled v-model="ruleForm.diyaq.dyfs"> | ||
131 | <el-radio label="1">一般抵押</el-radio> | ||
132 | <el-radio label="2">最高额抵押</el-radio> | ||
133 | </el-radio-group> | ||
130 | </el-form-item> | 134 | </el-form-item> |
131 | </el-col> | 135 | </el-col> |
136 | <el-col :span="16"> | ||
137 | <el-form-item | ||
138 | :class="flag ? 'marginBot0' : ''" | ||
139 | label="是否存在禁止或者限制转让抵押不动产的约定:" | ||
140 | label-width="350px" | ||
141 | > | ||
142 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> | ||
143 | <el-radio label="1">启用</el-radio> | ||
144 | <el-radio label="0">禁用</el-radio> | ||
145 | </el-radio-group> | ||
146 | </el-form-item> | ||
147 | </el-col> | ||
148 | </el-row> | ||
132 | 149 | ||
133 | <el-col :span="8"> | 150 | <el-row :gutter="10"> |
151 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs==1"> | ||
134 | <el-form-item | 152 | <el-form-item |
135 | :class="flag ? 'marginBot0' : ''" | 153 | :class="flag ? 'marginBot0' : ''" |
136 | label="被担保主债权数额:" | 154 | label="被担保主债权数额:" |
137 | > | 155 | > |
138 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> | 156 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> |
139 | </el-form-item> | 157 | </el-form-item> |
140 | </el-col> | 158 | </el-col> |
141 | 159 | ||
142 | <el-col :span="8"> | 160 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs==2"> |
143 | <el-form-item | 161 | <el-form-item |
144 | :class="flag ? 'marginBot0' : ''" | 162 | :class="flag ? 'marginBot0' : ''" |
145 | label="最高债权额:" | 163 | label="最高债权额:" |
146 | > | 164 | > |
147 | <el-input v-model="ruleForm.diyaq.zgzqse"></el-input> | 165 | <el-input v-model="ruleForm.diyaq.zgzqse"></el-input> |
148 | </el-form-item> | 166 | </el-form-item> |
149 | </el-col> | 167 | </el-col> |
150 | </el-row> | ||
151 | 168 | ||
152 | <el-row> | ||
153 | <el-col :span="8"> | 169 | <el-col :span="8"> |
154 | <el-form-item | 170 | <el-form-item |
155 | :class="flag ? 'marginBot0' : ''" | 171 | :class="flag ? 'marginBot0' : ''" |
156 | label="债务履行起始时间:" | 172 | label="债务履行起始时间:" |
157 | > | 173 | > |
158 | <el-input v-model="ruleForm.diyaq.zwlxqssj"></el-input> | 174 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" type="date"> |
175 | </el-date-picker> | ||
159 | </el-form-item> | 176 | </el-form-item> |
160 | </el-col> | 177 | </el-col> |
161 | <el-col :span="8"> | 178 | <el-col :span="8"> |
... | @@ -163,25 +180,12 @@ | ... | @@ -163,25 +180,12 @@ |
163 | :class="flag ? 'marginBot0' : ''" | 180 | :class="flag ? 'marginBot0' : ''" |
164 | label="债务履行结束时间:" | 181 | label="债务履行结束时间:" |
165 | > | 182 | > |
166 | <el-input v-model="ruleForm.diyaq.zwlxjssj"></el-input> | 183 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" type="date"> |
184 | </el-date-picker> | ||
167 | </el-form-item> | 185 | </el-form-item> |
168 | </el-col> | 186 | </el-col> |
169 | </el-row> | 187 | </el-row> |
170 | 188 | ||
171 | <el-row> | ||
172 | <el-col :span="24"> | ||
173 | <el-form-item | ||
174 | :class="flag ? 'marginBot0' : ''" | ||
175 | label="是否存在禁止或者限制转让抵押不动产的约定:" | ||
176 | label-width="350px" | ||
177 | > | ||
178 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> | ||
179 | <el-radio label="1">启用</el-radio> | ||
180 | <el-radio label="0">禁用</el-radio> | ||
181 | </el-radio-group> | ||
182 | </el-form-item> | ||
183 | </el-col> | ||
184 | </el-row> | ||
185 | 189 | ||
186 | <el-row> | 190 | <el-row> |
187 | <el-col :span="24"> | 191 | <el-col :span="24"> |
... | @@ -192,7 +196,7 @@ | ... | @@ -192,7 +196,7 @@ |
192 | </el-row> | 196 | </el-row> |
193 | <el-row> | 197 | <el-row> |
194 | <el-col :span="24"> | 198 | <el-col :span="24"> |
195 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权确定事实和数额:"> | 199 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权确定事实和数额:" label-width="200px"> |
196 | <el-input v-model="ruleForm.diyaq.zgzqqdss"></el-input> | 200 | <el-input v-model="ruleForm.diyaq.zgzqqdss"></el-input> |
197 | </el-form-item> | 201 | </el-form-item> |
198 | </el-col> | 202 | </el-col> | ... | ... |
-
Please register or sign in to post a comment