Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
24 changed files
with
104 additions
and
73 deletions
... | @@ -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 | <!-- 受理信息 --> |
... | @@ -339,7 +339,7 @@ | ... | @@ -339,7 +339,7 @@ |
339 | </el-col> | 339 | </el-col> |
340 | <el-col :span="24"> | 340 | <el-col :span="24"> |
341 | <el-form-item label="附记:"> | 341 | <el-form-item label="附记:"> |
342 | <el-input v-model="ruleForm.cfdj.fj"></el-input> | 342 | <el-input v-model="ruleForm.cfdj.fj" type="textarea" maxlength="500" show-word-limit></el-input> |
343 | </el-form-item> | 343 | </el-form-item> |
344 | </el-col> | 344 | </el-col> |
345 | </el-row> | 345 | </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:11:20 | 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 15:52:24 | 4 | * @LastEditTime: 2023-08-22 16:27:45 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -232,7 +232,7 @@ | ... | @@ -232,7 +232,7 @@ |
232 | <el-row> | 232 | <el-row> |
233 | <el-col :span="24"> | 233 | <el-col :span="24"> |
234 | <el-form-item label="附记:"> | 234 | <el-form-item label="附记:"> |
235 | <el-input v-model="ruleForm.jsydsyq.fj"></el-input> | 235 | <el-input v-model="ruleForm.jsydsyq.fj" type="textarea" maxlength="500" show-word-limit></el-input> |
236 | </el-form-item> | 236 | </el-form-item> |
237 | </el-col> | 237 | </el-col> |
238 | </el-row> | 238 | </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 15:52:49 | 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-21 10:35:58 | 4 | * @LastEditTime: 2023-08-22 16:15:45 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> | 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> |
... | @@ -12,8 +12,10 @@ | ... | @@ -12,8 +12,10 @@ |
12 | </el-tab-pane> | 12 | </el-tab-pane> |
13 | </el-tabs> | 13 | </el-tabs> |
14 | <el-empty description="暂无数据" v-if="headTabBdcqz.length == 0 && noData"></el-empty> | 14 | <el-empty description="暂无数据" v-if="headTabBdcqz.length == 0 && noData"></el-empty> |
15 | <canvas ref="zs" width="1000" v-show="headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx==1" height="700"></canvas> | 15 | <div style="width:1180px;"> |
16 | <canvas ref="zm" width="1180" v-show="headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx!=1" height="780"></canvas> | 16 | <canvas ref="zs" width="1000" v-show="headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx==1" height="700"></canvas> |
17 | <canvas ref="zm" width="1180" v-show="headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx!=1" height="780"></canvas> | ||
18 | </div> | ||
17 | </div> | 19 | </div> |
18 | </template> | 20 | </template> |
19 | 21 | ||
... | @@ -255,7 +257,6 @@ | ... | @@ -255,7 +257,6 @@ |
255 | } | 257 | } |
256 | image.src = this.imgSrc | 258 | image.src = this.imgSrc |
257 | }, | 259 | }, |
258 | // 不动产证明 | ||
259 | /** | 260 | /** |
260 | * @description: 不动产证明 | 261 | * @description: 不动产证明 |
261 | * @author: renchao | 262 | * @author: renchao |
... | @@ -266,7 +267,7 @@ | ... | @@ -266,7 +267,7 @@ |
266 | const image = new Image(); | 267 | const image = new Image(); |
267 | image.onload = () => { | 268 | image.onload = () => { |
268 | context.drawImage(image, 0, 0); | 269 | context.drawImage(image, 0, 0); |
269 | context.font = '18px 楷体'; | 270 | context.font = '16px 楷体'; |
270 | context.fillStyle = '#000000'; | 271 | context.fillStyle = '#000000'; |
271 | // ysxlh | 272 | // ysxlh |
272 | context.fillText(this.bdcqz.ysxlh ? this.bdcqz.ysxlh : '', 280, 712); | 273 | context.fillText(this.bdcqz.ysxlh ? this.bdcqz.ysxlh : '', 280, 712); |
... | @@ -287,12 +288,36 @@ | ... | @@ -287,12 +288,36 @@ |
287 | context.fillText(this.bdcqz.ywr ? this.bdcqz.ywr : '', 775, 275); | 288 | context.fillText(this.bdcqz.ywr ? this.bdcqz.ywr : '', 775, 275); |
288 | context.fillText(this.bdcqz.zl ? this.bdcqz.zl : '', 775, 325); | 289 | context.fillText(this.bdcqz.zl ? this.bdcqz.zl : '', 775, 325); |
289 | // bdcdyh | 290 | // bdcdyh |
290 | context.fillText(this.bdcqz.bdcdyh ? this.bdcqz.bdcdyh : '', 775, 373); | 291 | this.bdcdyh = this.bdcqz.bdcdyh.slice(0, 6) + ' ' + this.bdcqz.bdcdyh.slice(6, 12) + ' ' + |
292 | this.bdcqz.bdcdyh.slice(12, 19) + ' ' + this.bdcqz.bdcdyh.slice(19, this.bdcqz.bdcdyh.length) | ||
293 | context.fillText(this.bdcdyh ? this.bdcdyh : '', 775, 373); | ||
291 | // qlqtzk | 294 | // qlqtzk |
292 | const maxWidth = 280; // 最大宽度限制 | 295 | const maxWidth = 295; // 最大宽度限制 |
293 | let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : []; | 296 | let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : []; |
294 | lines.forEach((line, index) => { | 297 | if (lines[0]) { |
295 | const y = 415 + (index * 37); // 每行文本的垂直位置 | 298 | lines[0].split(' ').forEach((line, index) => { |
299 | const y = 415 + (index * 60); // 每行文本的垂直位置 | ||
300 | let currentLine = ''; | ||
301 | let arr = []; | ||
302 | for (let word of line) { | ||
303 | const testLine = currentLine + word; | ||
304 | const lineWidth = context.measureText(testLine).width; | ||
305 | if (lineWidth <= maxWidth) { | ||
306 | currentLine = testLine; | ||
307 | } else { | ||
308 | arr.push(currentLine); | ||
309 | currentLine = word; | ||
310 | } | ||
311 | } | ||
312 | arr.push(currentLine); | ||
313 | arr.forEach((line, index) => { | ||
314 | context.fillText(line, 775, y + (index * 23)); // 调整行高 | ||
315 | }); | ||
316 | }); | ||
317 | } | ||
318 | |||
319 | lines.slice(1).forEach((line, index) => { | ||
320 | const y = ((parseInt(lines[0].length) / 19) * 22) + 415 + (index * 30); // 每行文本的垂直位置 | ||
296 | let currentLine = ''; | 321 | let currentLine = ''; |
297 | let arr = []; | 322 | let arr = []; |
298 | for (let word of line) { | 323 | for (let word of line) { |
... | @@ -307,12 +332,32 @@ | ... | @@ -307,12 +332,32 @@ |
307 | } | 332 | } |
308 | arr.push(currentLine); | 333 | arr.push(currentLine); |
309 | arr.forEach((line, index) => { | 334 | arr.forEach((line, index) => { |
310 | context.fillText(line, 775, y + (index * 20)); // 调整行高 | 335 | context.fillText(line, 775, y + (index * 16)); // 调整行高 |
311 | }); | 336 | }) |
312 | }); | 337 | }) |
338 | |||
313 | // fj | 339 | // fj |
314 | context.fillText(this.bdcqz.fj ? this.bdcqz.fj : '', 775, 600); | 340 | let lines1 = this.bdcqz.fj ? this.bdcqz.fj.split(' ') : []; |
315 | }; | 341 | lines1.forEach((line, index) => { |
342 | const y = 590 + (index * 27); // 每行文本的垂直位置 | ||
343 | let currentLine = ''; | ||
344 | let arr = []; | ||
345 | for (let word of line) { | ||
346 | const testLine = currentLine + word; | ||
347 | const lineWidth = context.measureText(testLine).width; | ||
348 | if (lineWidth <= maxWidth) { | ||
349 | currentLine = testLine; | ||
350 | } else { | ||
351 | arr.push(currentLine); | ||
352 | currentLine = word; | ||
353 | } | ||
354 | } | ||
355 | arr.push(currentLine); | ||
356 | arr.forEach((line, index) => { | ||
357 | context.fillText(line, 775, y + (index * 20)); // 调整行高 | ||
358 | }) | ||
359 | }) | ||
360 | } | ||
316 | 361 | ||
317 | image.src = this.bdczmSrc; | 362 | image.src = this.bdczmSrc; |
318 | } | 363 | } | ... | ... |
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 13:46:30 | 4 | * @LastEditTime: 2023-08-22 16:27:16 |
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> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-17 13:34:51 | 4 | * @LastEditTime: 2023-08-22 14:25:14 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -185,14 +185,13 @@ | ... | @@ -185,14 +185,13 @@ |
185 | </el-col> | 185 | </el-col> |
186 | <el-col :span="8"> | 186 | <el-col :span="8"> |
187 | <el-form-item label="竣工时间:"> | 187 | <el-form-item label="竣工时间:"> |
188 | <!-- <el-input v-model="ruleForm.fdcq2.jgsj"></el-input> --> | ||
189 | <el-date-picker | 188 | <el-date-picker |
190 | v-model="ruleForm.fdcq2.jgsj" | 189 | v-model="ruleForm.fdcq2.jgsj" |
191 | class="width100" | 190 | class="width100" |
192 | type="date" | 191 | type="date" |
193 | placeholder="选择日期" | 192 | placeholder="选择日期" |
194 | value-format="yyyy-MM-dd" | 193 | value-format="yyyy-MM-dd" |
195 | :disabled="!viewEdit || ableEdit || isJfOperation"></el-date-picker> | 194 | :disabled="!viewEdit"></el-date-picker> |
196 | </el-form-item> | 195 | </el-form-item> |
197 | </el-col> | 196 | </el-col> |
198 | </el-row> | 197 | </el-row> |
... | @@ -289,7 +288,7 @@ | ... | @@ -289,7 +288,7 @@ |
289 | <el-row :gutter="10"> | 288 | <el-row :gutter="10"> |
290 | <el-col :span="24"> | 289 | <el-col :span="24"> |
291 | <el-form-item label="附记:"> | 290 | <el-form-item label="附记:"> |
292 | <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> |
293 | </el-form-item> | 292 | </el-form-item> |
294 | </el-col> | 293 | </el-col> |
295 | </el-row> | 294 | </el-row> |
... | @@ -461,10 +460,8 @@ | ... | @@ -461,10 +460,8 @@ |
461 | * @author: renchao | 460 | * @author: renchao |
462 | */ | 461 | */ |
463 | upDateTdytxxList (val) { | 462 | upDateTdytxxList (val) { |
464 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 463 | this.ruleForm.tdytqxList = _.cloneDeep(val) |
465 | this.key++; | ||
466 | }, | 464 | }, |
467 | |||
468 | /** | 465 | /** |
469 | * @description: 更新权利人信息 | 466 | * @description: 更新权利人信息 |
470 | * @param {*} val | 467 | * @param {*} val | ... | ... |
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 | <!-- 受理信息 --> |
... | @@ -133,7 +133,7 @@ | ... | @@ -133,7 +133,7 @@ |
133 | <el-row :gutter="10"> | 133 | <el-row :gutter="10"> |
134 | <el-col> | 134 | <el-col> |
135 | <el-form-item label="附记:" prop="fj"> | 135 | <el-form-item label="附记:" prop="fj"> |
136 | <el-input type="textarea" v-model="ruleForm.jsydsyq.fj"></el-input> | 136 | <el-input type="textarea" maxlength="500" show-word-limit v-model="ruleForm.jsydsyq.fj"></el-input> |
137 | </el-form-item> | 137 | </el-form-item> |
138 | </el-col> | 138 | </el-col> |
139 | </el-row> | 139 | </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> | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-22 09:24:28 | 4 | * @LastEditTime: 2023-08-22 09:28:16 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -101,11 +101,9 @@ class data extends filter { | ... | @@ -101,11 +101,9 @@ class data extends filter { |
101 | </div> | 101 | </div> |
102 | ) | 102 | ) |
103 | } | 103 | } |
104 | }, | 104 | } |
105 | ] | 105 | ] |
106 | } | 106 | } |
107 | |||
108 | |||
109 | } | 107 | } |
110 | let datas = new data() | 108 | let datas = new data() |
111 | export { | 109 | export { | ... | ... |
-
Please register or sign in to post a comment