3b1a059f by renchao@pashanhoo.com

style:权利人信息

1 parent fcc0ecbc
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-11 16:40:54 4 * @LastEditTime: 2023-09-12 08:55:14
5 --> 5 -->
6 <template> 6 <template>
7 <dialogBox 7 <dialogBox
...@@ -435,7 +435,6 @@ ...@@ -435,7 +435,6 @@
435 } 435 }
436 }, 436 },
437 methods: { 437 methods: {
438 // 证件种类选择
439 /** 438 /**
440 * @description: 证件种类选择 439 * @description: 证件种类选择
441 * @param {*} val 440 * @param {*} val
...@@ -448,7 +447,6 @@ ...@@ -448,7 +447,6 @@
448 this.isBz = false 447 this.isBz = false
449 } 448 }
450 }, 449 },
451 // 信息备案
452 /** 450 /**
453 * @description: 信息备案 451 * @description: 信息备案
454 * @author: renchao 452 * @author: renchao
...@@ -459,7 +457,6 @@ ...@@ -459,7 +457,6 @@
459 addQy(this.ruleForm).then(res => { 457 addQy(this.ruleForm).then(res => {
460 if (res.code == 200) { 458 if (res.code == 200) {
461 this.$message.success('备案成功') 459 this.$message.success('备案成功')
462 this.$refs['ruleForm'].resetFields();
463 } else { 460 } else {
464 this.$message.error(res.message); 461 this.$message.error(res.message);
465 } 462 }
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-12 08:45:25 4 * @LastEditTime: 2023-09-12 08:51:36
5 --> 5 -->
6 <template> 6 <template>
7 <div class="rlPopup"> 7 <div class="rlPopup">
...@@ -138,7 +138,6 @@ ...@@ -138,7 +138,6 @@
138 }, 138 },
139 // 左右移动 139 // 左右移动
140 handleMove (direction) { 140 handleMove (direction) {
141 // this.previewImg.imgList[this.previewImg.index].sxh
142 move(this.previewImg.imgList[this.previewImg.index].bsmFile, direction).then(res => { 141 move(this.previewImg.imgList[this.previewImg.index].bsmFile, direction).then(res => {
143 this.$emit('updateList', { children: res.result, bsmMaterial: this.previewImg.bsmMaterial }) 142 this.$emit('updateList', { children: res.result, bsmMaterial: this.previewImg.bsmMaterial })
144 this.$message({ 143 this.$message({
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-11 16:39:27 4 * @LastEditTime: 2023-09-12 09:01:09
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -499,14 +499,17 @@ ...@@ -499,14 +499,17 @@
499 this.ruleForm.qlrList = _.cloneDeep(val); 499 this.ruleForm.qlrList = _.cloneDeep(val);
500 this.czrOptions = this.ruleForm.qlrList; 500 this.czrOptions = this.ruleForm.qlrList;
501 } 501 }
502 if (this.ruleForm.qlrList.length == 1) { 502 this.num = 0
503 this.czr = this.ruleForm.qlrList[0].sqrmc 503 this.ruleForm.qlrList.forEach(item => {
504 } 504 if (item.sqrmc == this.czr) {
505 if (this.ruleForm.qlrList.length == 0) { 505 this.num++
506 }
507 })
508 if (this.num == 0) {
506 this.czr = '' 509 this.czr = ''
507 } 510 }
511
508 }, 512 },
509 // 是否持证人变化
510 /** 513 /**
511 * @description: 是否持证人变化 514 * @description: 是否持证人变化
512 * @author: renchao 515 * @author: renchao
......
...@@ -357,10 +357,13 @@ ...@@ -357,10 +357,13 @@
357 this.ruleForm.qlrList = _.cloneDeep(val); 357 this.ruleForm.qlrList = _.cloneDeep(val);
358 this.czrOptions = this.ruleForm.qlrList; 358 this.czrOptions = this.ruleForm.qlrList;
359 } 359 }
360 if (this.ruleForm.qlrList.length == 1) { 360 this.num = 0
361 this.czr = this.ruleForm.qlrList[0].sqrmc 361 this.ruleForm.qlrList.forEach(item => {
362 } 362 if (item.sqrmc == this.czr) {
363 if (this.ruleForm.qlrList.length == 0) { 363 this.num++
364 }
365 })
366 if (this.num == 0) {
364 this.czr = '' 367 this.czr = ''
365 } 368 }
366 }, 369 },
......
...@@ -507,10 +507,13 @@ ...@@ -507,10 +507,13 @@
507 upDateQlrxxList (val) { 507 upDateQlrxxList (val) {
508 this.ruleForm.qlrList = _.cloneDeep(val); 508 this.ruleForm.qlrList = _.cloneDeep(val);
509 this.czrOptions = this.ruleForm.qlrList; 509 this.czrOptions = this.ruleForm.qlrList;
510 if (this.ruleForm.qlrList.length == 1) { 510 this.num = 0
511 this.czr = this.ruleForm.qlrList[0].sqrmc 511 this.ruleForm.qlrList.forEach(item => {
512 } 512 if (item.sqrmc == this.czr) {
513 if (this.ruleForm.qlrList.length == 0) { 513 this.num++
514 }
515 })
516 if (this.num == 0) {
514 this.czr = '' 517 this.czr = ''
515 } 518 }
516 }, 519 },
......
...@@ -319,10 +319,13 @@ ...@@ -319,10 +319,13 @@
319 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); 319 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val));
320 this.czrOptions = this.ruleForm.qlrList; 320 this.czrOptions = this.ruleForm.qlrList;
321 this.key++; 321 this.key++;
322 if (this.ruleForm.qlrList.length == 1) { 322 this.num = 0
323 this.czr = this.ruleForm.qlrList[0].sqrmc 323 this.ruleForm.qlrList.forEach(item => {
324 } 324 if (item.sqrmc == this.czr) {
325 if (this.ruleForm.qlrList.length == 0) { 325 this.num++
326 }
327 })
328 if (this.num == 0) {
326 this.czr = '' 329 this.czr = ''
327 } 330 }
328 }, 331 },
......
...@@ -420,10 +420,13 @@ ...@@ -420,10 +420,13 @@
420 upDateQlrxxList (val) { 420 upDateQlrxxList (val) {
421 this.ruleForm.qlrList = _.cloneDeep(val); 421 this.ruleForm.qlrList = _.cloneDeep(val);
422 this.czrOptions = this.ruleForm.qlrList; 422 this.czrOptions = this.ruleForm.qlrList;
423 if (this.ruleForm.qlrList.length == 1) { 423 this.num = 0
424 this.czr = this.ruleForm.qlrList[0].sqrmc 424 this.ruleForm.qlrList.forEach(item => {
425 } 425 if (item.sqrmc == this.czr) {
426 if (this.ruleForm.qlrList.length == 0) { 426 this.num++
427 }
428 })
429 if (this.num == 0) {
427 this.czr = '' 430 this.czr = ''
428 } 431 }
429 }, 432 },
......
...@@ -456,10 +456,13 @@ ...@@ -456,10 +456,13 @@
456 upDateQlrxxList (val) { 456 upDateQlrxxList (val) {
457 this.ruleForm.qlrList = _.cloneDeep(val); 457 this.ruleForm.qlrList = _.cloneDeep(val);
458 this.czrOptions = this.ruleForm.qlrList; 458 this.czrOptions = this.ruleForm.qlrList;
459 if (this.ruleForm.qlrList.length == 1) { 459 this.num = 0
460 this.czr = this.ruleForm.qlrList[0].sqrmc 460 this.ruleForm.qlrList.forEach(item => {
461 } 461 if (item.sqrmc == this.czr) {
462 if (this.ruleForm.qlrList.length == 0) { 462 this.num++
463 }
464 })
465 if (this.num == 0) {
463 this.czr = '' 466 this.czr = ''
464 } 467 }
465 }, 468 },
......
...@@ -406,10 +406,13 @@ ...@@ -406,10 +406,13 @@
406 upDateQlrxxList (val) { 406 upDateQlrxxList (val) {
407 this.ruleForm.qlrList = _.cloneDeep(val); 407 this.ruleForm.qlrList = _.cloneDeep(val);
408 this.czrOptions = this.ruleForm.qlrList; 408 this.czrOptions = this.ruleForm.qlrList;
409 if (this.ruleForm.qlrList.length == 1) { 409 this.num = 0
410 this.czr = this.ruleForm.qlrList[0].sqrmc 410 this.ruleForm.qlrList.forEach(item => {
411 } 411 if (item.sqrmc == this.czr) {
412 if (this.ruleForm.qlrList.length == 0) { 412 this.num++
413 }
414 })
415 if (this.num == 0) {
413 this.czr = '' 416 this.czr = ''
414 } 417 }
415 }, 418 },
......
...@@ -429,10 +429,13 @@ ...@@ -429,10 +429,13 @@
429 upDateQlrxxList (val) { 429 upDateQlrxxList (val) {
430 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); 430 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val));
431 this.czrOptions = this.ruleForm.qlrList; 431 this.czrOptions = this.ruleForm.qlrList;
432 if (this.ruleForm.qlrList.length == 1) { 432 this.num = 0
433 this.czr = this.ruleForm.qlrList[0].sqrmc 433 this.ruleForm.qlrList.forEach(item => {
434 } 434 if (item.sqrmc == this.czr) {
435 if (this.ruleForm.qlrList.length == 0) { 435 this.num++
436 }
437 })
438 if (this.num == 0) {
436 this.czr = '' 439 this.czr = ''
437 } 440 }
438 }, 441 },
......
...@@ -340,8 +340,8 @@ ...@@ -340,8 +340,8 @@
340 }, 340 },
341 //传递参数 341 //传递参数
342 propsParam: this.$attrs, 342 propsParam: this.$attrs,
343 rules: {}, 343 rules: {}
344 }; 344 }
345 }, 345 },
346 methods: { 346 methods: {
347 /** 347 /**
...@@ -352,10 +352,13 @@ ...@@ -352,10 +352,13 @@
352 upDateQlrxxList (val) { 352 upDateQlrxxList (val) {
353 this.ruleForm.qlrList = _.cloneDeep(val); 353 this.ruleForm.qlrList = _.cloneDeep(val);
354 this.czrOptions = this.ruleForm.qlrList; 354 this.czrOptions = this.ruleForm.qlrList;
355 if (this.ruleForm.qlrList.length == 1) { 355 this.num = 0
356 this.czr = this.ruleForm.qlrList[0].sqrmc 356 this.ruleForm.qlrList.forEach(item => {
357 } 357 if (item.sqrmc == this.czr) {
358 if (this.ruleForm.qlrList.length == 0) { 358 this.num++
359 }
360 })
361 if (this.num == 0) {
359 this.czr = '' 362 this.czr = ''
360 } 363 }
361 }, 364 },
......
...@@ -270,10 +270,13 @@ ...@@ -270,10 +270,13 @@
270 upDateQlrxxList (val) { 270 upDateQlrxxList (val) {
271 this.ruleForm.qlrList = _.cloneDeep(val); 271 this.ruleForm.qlrList = _.cloneDeep(val);
272 this.czrOptions = this.ruleForm.qlrList; 272 this.czrOptions = this.ruleForm.qlrList;
273 if (this.ruleForm.qlrList.length == 1) { 273 this.num = 0
274 this.czr = this.ruleForm.qlrList[0].sqrmc 274 this.ruleForm.qlrList.forEach(item => {
275 } 275 if (item.sqrmc == this.czr) {
276 if (this.ruleForm.qlrList.length == 0) { 276 this.num++
277 }
278 })
279 if (this.num == 0) {
277 this.czr = '' 280 this.czr = ''
278 } 281 }
279 }, 282 },
......
...@@ -358,10 +358,13 @@ ...@@ -358,10 +358,13 @@
358 upDateQlrxxList (val) { 358 upDateQlrxxList (val) {
359 this.ruleForm.qlrList = _.cloneDeep(val); 359 this.ruleForm.qlrList = _.cloneDeep(val);
360 this.czrOptions = this.ruleForm.qlrList; 360 this.czrOptions = this.ruleForm.qlrList;
361 if (this.ruleForm.qlrList.length == 1) { 361 this.num = 0
362 this.czr = this.ruleForm.qlrList[0].sqrmc 362 this.ruleForm.qlrList.forEach(item => {
363 } 363 if (item.sqrmc == this.czr) {
364 if (this.ruleForm.qlrList.length == 0) { 364 this.num++
365 }
366 })
367 if (this.num == 0) {
365 this.czr = '' 368 this.czr = ''
366 } 369 }
367 }, 370 },
......