9fa21745 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 87cad5b3 01859895
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 :show-message="false" 4 :show-message="false"
5 * @LastEditTime: 2023-08-17 13:23:51 5 * @LastEditTime: 2023-08-22 16:27:25
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
338 </el-col> 338 </el-col>
339 <el-col :span="24"> 339 <el-col :span="24">
340 <el-form-item label="附记:"> 340 <el-form-item label="附记:">
341 <el-input v-model="ruleForm.cfdj.fj"></el-input> 341 <el-input v-model="ruleForm.cfdj.fj" type="textarea" maxlength="500" show-word-limit></el-input>
342 </el-form-item> 342 </el-form-item>
343 </el-col> 343 </el-col>
344 </el-row> 344 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:31:07 4 * @LastEditTime: 2023-08-22 16:27:35
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
426 </el-col> 426 </el-col>
427 <el-col :span="24"> 427 <el-col :span="24">
428 <el-form-item label="附记:"> 428 <el-form-item label="附记:">
429 <el-input v-model="ruleForm.diyaq.fj"></el-input> 429 <el-input v-model="ruleForm.diyaq.fj" type="textarea" maxlength="500" show-word-limit></el-input>
430 </el-form-item> 430 </el-form-item>
431 </el-col> 431 </el-col>
432 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> 432 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'">
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:18:00 4 * @LastEditTime: 2023-08-22 16:27:38
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
377 </el-col> 377 </el-col>
378 <el-col :span="24"> 378 <el-col :span="24">
379 <el-form-item label="附记:"> 379 <el-form-item label="附记:">
380 <el-input v-model="ruleForm.qlxx.fj"></el-input> 380 <el-input v-model="ruleForm.qlxx.fj" type="textarea" maxlength="500" show-word-limit></el-input>
381 </el-form-item> 381 </el-form-item>
382 </el-col> 382 </el-col>
383 </el-row> 383 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:11:35 4 * @LastEditTime: 2023-08-22 16:27:42
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
379 <el-row> 379 <el-row>
380 <el-col :span="24"> 380 <el-col :span="24">
381 <el-form-item label="附记:"> 381 <el-form-item label="附记:">
382 <el-input v-model="ruleForm.fdcq2.fj"></el-input> 382 <el-input v-model="ruleForm.fdcq2.fj" type="textarea" maxlength="500" show-word-limit></el-input>
383 </el-form-item> 383 </el-form-item>
384 </el-col> 384 </el-col>
385 </el-row> 385 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:18:20 4 * @LastEditTime: 2023-08-22 16:27:45
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
230 <el-row> 230 <el-row>
231 <el-col :span="24"> 231 <el-col :span="24">
232 <el-form-item label="附记:"> 232 <el-form-item label="附记:">
233 <el-input v-model="ruleForm.jsydsyq.fj"></el-input> 233 <el-input v-model="ruleForm.jsydsyq.fj" type="textarea" maxlength="500" show-word-limit></el-input>
234 </el-form-item> 234 </el-form-item>
235 </el-col> 235 </el-col>
236 </el-row> 236 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 11:15:56 4 * @LastEditTime: 2023-08-22 16:27:48
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
333 <el-row> 333 <el-row>
334 <el-col :span="24"> 334 <el-col :span="24">
335 <el-form-item label="附记:"> 335 <el-form-item label="附记:">
336 <el-input v-model="ruleForm.tdsyq.fj"></el-input> 336 <el-input v-model="ruleForm.tdsyq.fj" type="textarea" maxlength="500" show-word-limit></el-input>
337 </el-form-item> 337 </el-form-item>
338 </el-col> 338 </el-col>
339 </el-row> 339 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:11:56 4 * @LastEditTime: 2023-08-22 16:27:52
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
174 </el-col> 174 </el-col>
175 </el-row> 175 </el-row>
176 <el-row :gutter="10"> 176 <el-row :gutter="10">
177 <el-col :span="8"> 177 <el-col :span="8">
178 <el-form-item label="不动产登记证明号:" prop="qlxx.bdcqzh" 178 <el-form-item label="不动产登记证明号:" prop="qlxx.bdcqzh"
179 :rules="rules.bdcqzhrules"> 179 :rules="rules.bdcqzhrules">
180 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> 180 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input>
...@@ -409,7 +409,7 @@ ...@@ -409,7 +409,7 @@
409 </el-col> 409 </el-col>
410 <el-col :span="8"> 410 <el-col :span="8">
411 <el-form-item label="担保范围:"> 411 <el-form-item label="担保范围:">
412 <el-input maxlength="10" v-model="ruleForm.ygdj.dbfw"></el-input> 412 <el-input maxlength="10" v-model="ruleForm.ygdj.dbfw"></el-input>
413 </el-form-item> 413 </el-form-item>
414 </el-col> 414 </el-col>
415 <el-col :span="8"> 415 <el-col :span="8">
...@@ -428,18 +428,9 @@ ...@@ -428,18 +428,9 @@
428 </el-radio-group> 428 </el-radio-group>
429 </el-form-item> 429 </el-form-item>
430 </el-col> 430 </el-col>
431 <!-- <el-col :span="8">
432 <el-form-item
433 label="是否存在禁止或限制转让抵押不动产的约定:" label-width="345px">
434 <el-radio-group v-model="ruleForm.ygdj.sfczjzhxz" @change="djlxchange">
435 <el-radio label="1"></el-radio>
436 <el-radio label="2"></el-radio>
437 </el-radio-group>
438 </el-form-item>
439 </el-col> -->
440 <el-col :span="24"> 431 <el-col :span="24">
441 <el-form-item label="附记:"> 432 <el-form-item label="附记:">
442 <el-input v-model="ruleForm.ygdj.fj"></el-input> 433 <el-input v-model="ruleForm.ygdj.fj" type="textarea" maxlength="500" show-word-limit></el-input>
443 </el-form-item> 434 </el-form-item>
444 </el-col> 435 </el-col>
445 </el-row> 436 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:12:12 4 * @LastEditTime: 2023-08-22 16:28:03
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
...@@ -351,7 +351,7 @@ ...@@ -351,7 +351,7 @@
351 </el-col> 351 </el-col>
352 <el-col :span="24"> 352 <el-col :span="24">
353 <el-form-item label="附记:"> 353 <el-form-item label="附记:">
354 <el-input v-model="ruleForm.ygdj.fj"></el-input> 354 <el-input v-model="ruleForm.ygdj.fj" type="textarea" maxlength="500" show-word-limit></el-input>
355 </el-form-item> 355 </el-form-item>
356 </el-col> 356 </el-col>
357 </el-row> 357 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:18:31 4 * @LastEditTime: 2023-08-22 16:28:07
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
304 </el-col> 304 </el-col>
305 <el-col :span="24"> 305 <el-col :span="24">
306 <el-form-item label="附记:"> 306 <el-form-item label="附记:">
307 <el-input v-model="ruleForm.yydj.fj"></el-input> 307 <el-input v-model="ruleForm.yydj.fj" type="textarea" maxlength="500" show-word-limit></el-input>
308 </el-form-item> 308 </el-form-item>
309 </el-col> 309 </el-col>
310 </el-row> 310 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-17 13:28:21 4 * @LastEditTime: 2023-08-22 16:25:12
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
184 <el-row> 184 <el-row>
185 <el-col> 185 <el-col>
186 <el-form-item label="附记:" prop="fj"> 186 <el-form-item label="附记:" prop="fj">
187 <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!viewEdit|| isJfOperation"></el-input> 187 <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.diyaq.fj" :disabled="!viewEdit|| isJfOperation"></el-input>
188 </el-form-item> 188 </el-form-item>
189 </el-col> 189 </el-col>
190 </el-row> 190 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-17 16:35:08 4 * @LastEditTime: 2023-08-22 16:29:23
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
131 <el-row :gutter="10"> 131 <el-row :gutter="10">
132 <el-col :span="24"> 132 <el-col :span="24">
133 <el-form-item label="附记:"> 133 <el-form-item label="附记:">
134 <el-input v-model="ruleForm.fdcq1.fj"></el-input> 134 <el-input v-model="ruleForm.fdcq1.fj" type="textarea" maxlength="500" show-word-limit></el-input>
135 </el-form-item> 135 </el-form-item>
136 </el-col> 136 </el-col>
137 </el-row> 137 </el-row>
......
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
288 <el-row :gutter="10"> 288 <el-row :gutter="10">
289 <el-col :span="24"> 289 <el-col :span="24">
290 <el-form-item label="附记:"> 290 <el-form-item label="附记:">
291 <el-input v-model="ruleForm.fdcq2.fj" :disabled="!viewEdit"></el-input> 291 <el-input v-model="ruleForm.fdcq2.fj" type="textarea" maxlength="500" show-word-limit :disabled="!viewEdit"></el-input>
292 </el-form-item> 292 </el-form-item>
293 </el-col> 293 </el-col>
294 </el-row> 294 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:13:05 4 * @LastEditTime: 2023-08-22 16:25:49
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
115 <el-row :gutter="10"> 115 <el-row :gutter="10">
116 <el-col> 116 <el-col>
117 <el-form-item label="附记:" prop="fj"> 117 <el-form-item label="附记:" prop="fj">
118 <el-input type="textarea" v-model="ruleForm.jsydsyq.fj"></el-input> 118 <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.jsydsyq.fj"></el-input>
119 </el-form-item> 119 </el-form-item>
120 </el-col> 120 </el-col>
121 </el-row> 121 </el-row>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <!-- 2 <!--
3 * @Description: 3 * @Description:
4 * @Autor: renchao 4 * @Autor: renchao
5 * @LastEditTime: 2023-08-17 13:40:24 5 * @LastEditTime: 2023-08-22 16:25:54
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
124 <el-col> 124 <el-col>
125 <el-form-item label="附记:" prop="fj"> 125 <el-form-item label="附记:" prop="fj">
126 <el-input 126 <el-input
127 type="textarea" 127 type="textarea" maxlength="500" show-word-limit
128 v-model="ruleForm.jsydsyq.fj" 128 v-model="ruleForm.jsydsyq.fj"
129 :disabled="!viewEdit"></el-input> 129 :disabled="!viewEdit"></el-input>
130 </el-form-item> 130 </el-form-item>
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-18 15:48:43 4 * @LastEditTime: 2023-08-22 16:28:21
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
164 </el-col> 164 </el-col>
165 <el-col :span="8"> 165 <el-col :span="8">
166 <el-form-item label="附记:"> 166 <el-form-item label="附记:">
167 <el-input v-model="ruleForm.lq.fj"></el-input> 167 <el-input v-model="ruleForm.lq.fj" type="textarea" maxlength="500" show-word-limit></el-input>
168 </el-form-item> 168 </el-form-item>
169 </el-col> 169 </el-col>
170 </el-row> 170 </el-row>
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
165 <el-row :gutter="10"> 165 <el-row :gutter="10">
166 <el-col> 166 <el-col>
167 <el-form-item label="附记:" prop="fj"> 167 <el-form-item label="附记:" prop="fj">
168 <el-input type="textarea" v-model="ruleForm.nydsyq.fj" :disabled="!viewEdit"></el-input> 168 <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.nydsyq.fj" :disabled="!viewEdit"></el-input>
169 </el-form-item> 169 </el-form-item>
170 </el-col> 170 </el-col>
171 </el-row> 171 </el-row>
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
165 <el-row :gutter="10"> 165 <el-row :gutter="10">
166 <el-col> 166 <el-col>
167 <el-form-item label="附记:" prop="fj"> 167 <el-form-item label="附记:" prop="fj">
168 <el-input type="textarea" v-model="ruleForm.nydsyq.fj" :disabled="!viewEdit"></el-input> 168 <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.nydsyq.fj" :disabled="!viewEdit"></el-input>
169 </el-form-item> 169 </el-form-item>
170 </el-col> 170 </el-col>
171 </el-row> 171 </el-row>
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-17 15:58:02 4 * @LastEditTime: 2023-08-22 16:28:25
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
31 <el-col :span="8"> 31 <el-col :span="8">
32 <el-form-item label="受理时间:"> 32 <el-form-item label="受理时间:">
33 <el-input disabled v-model="ruleForm.slsq.slsj"></el-input> 33 <el-input disabled v-model="ruleForm.slsq.slsj"></el-input>
34 </el-form-item> 34 </el-form-item>
35 </el-col> 35 </el-col>
36 </el-row> 36 </el-row>
37 <el-row :gutter="10" v-if="ruleForm.slsq"> 37 <el-row :gutter="10" v-if="ruleForm.slsq">
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
164 </el-col> 164 </el-col>
165 <el-col :span="8"> 165 <el-col :span="8">
166 <el-form-item label="附记:"> 166 <el-form-item label="附记:">
167 <el-input v-model="ruleForm.lq.fj"></el-input> 167 <el-input v-model="ruleForm.lq.fj" type="textarea" maxlength="500" show-word-limit></el-input>
168 </el-form-item> 168 </el-form-item>
169 </el-col> 169 </el-col>
170 </el-row> 170 </el-row>
......
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
166 <el-row :gutter="10"> 166 <el-row :gutter="10">
167 <el-col :span="24"> 167 <el-col :span="24">
168 <el-form-item label="附记:"> 168 <el-form-item label="附记:">
169 <el-input v-model="ruleForm.ygdj.fj"></el-input> 169 <el-input v-model="ruleForm.ygdj.fj" type="textarea" maxlength="500" show-word-limit></el-input>
170 </el-form-item> 170 </el-form-item>
171 </el-col> 171 </el-col>
172 </el-row> 172 </el-row>
......
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
174 <el-row> 174 <el-row>
175 <el-col :span="24"> 175 <el-col :span="24">
176 <el-form-item label="附记:" prop="fj"> 176 <el-form-item label="附记:" prop="fj">
177 <el-input type="textarea" v-model="ruleForm.ygdj.fj" :disabled="!viewEdit"></el-input> 177 <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.ygdj.fj" :disabled="!viewEdit"></el-input>
178 </el-form-item> 178 </el-form-item>
179 </el-col> 179 </el-col>
180 </el-row> 180 </el-row>
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
131 <el-row v-if="ruleForm.diyaqList && ruleForm.diyaqList.length>0"> 131 <el-row v-if="ruleForm.diyaqList && ruleForm.diyaqList.length>0">
132 <el-col> 132 <el-col>
133 <el-form-item label="附记:" prop="fj"> 133 <el-form-item label="附记:" prop="fj">
134 <el-input type="textarea" v-model="ruleForm.diyaqList[0].fj" :disabled="!viewEdit"></el-input> 134 <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.diyaqList[0].fj" :disabled="!viewEdit"></el-input>
135 </el-form-item> 135 </el-form-item>
136 </el-col> 136 </el-col>
137 </el-row> 137 </el-row>
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
183 <el-row> 183 <el-row>
184 <el-col> 184 <el-col>
185 <el-form-item label="附记:" prop="fj"> 185 <el-form-item label="附记:" prop="fj">
186 <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!viewEdit"></el-input> 186 <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.diyaq.fj" :disabled="!viewEdit"></el-input>
187 </el-form-item> 187 </el-form-item>
188 </el-col> 188 </el-col>
189 </el-row> 189 </el-row>
......