@zscreate/form-component 1.1.410 → 1.1.412
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/form-component.css +124 -124
- package/dist/form-component.umd.js +252 -19
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -319,16 +319,16 @@ ul li[data-v-c8780a30] {
|
|
|
319
319
|
width: 347px !important;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
ul[data-v-
|
|
323
|
-
li[data-v-
|
|
324
|
-
dl[data-v-
|
|
325
|
-
dt[data-v-
|
|
326
|
-
dd[data-v-
|
|
322
|
+
ul[data-v-f2744ade],
|
|
323
|
+
li[data-v-f2744ade],
|
|
324
|
+
dl[data-v-f2744ade],
|
|
325
|
+
dt[data-v-f2744ade],
|
|
326
|
+
dd[data-v-f2744ade] {
|
|
327
327
|
list-style-type: none;
|
|
328
328
|
padding: 0;
|
|
329
329
|
margin: 0;
|
|
330
330
|
}
|
|
331
|
-
.flowwork-warp[data-v-
|
|
331
|
+
.flowwork-warp[data-v-f2744ade] {
|
|
332
332
|
position: absolute;
|
|
333
333
|
left: 0;
|
|
334
334
|
right: 0;
|
|
@@ -336,7 +336,7 @@ dd[data-v-50d14dfb] {
|
|
|
336
336
|
bottom: 64px;
|
|
337
337
|
background: #fff;
|
|
338
338
|
}
|
|
339
|
-
.g1_workflow_warp[data-v-
|
|
339
|
+
.g1_workflow_warp[data-v-f2744ade] {
|
|
340
340
|
border: 1px solid #dfdfdf;
|
|
341
341
|
margin: auto;
|
|
342
342
|
position: absolute;
|
|
@@ -345,12 +345,12 @@ dd[data-v-50d14dfb] {
|
|
|
345
345
|
bottom: 0;
|
|
346
346
|
top: 0;
|
|
347
347
|
}
|
|
348
|
-
.g1_workflow_warp li[data-v-
|
|
348
|
+
.g1_workflow_warp li[data-v-f2744ade] {
|
|
349
349
|
width: 100%;
|
|
350
350
|
position: relative;
|
|
351
351
|
text-align: center;
|
|
352
352
|
}
|
|
353
|
-
.g1-sider_tool1[data-v-
|
|
353
|
+
.g1-sider_tool1[data-v-f2744ade] {
|
|
354
354
|
width: 100px;
|
|
355
355
|
position: absolute;
|
|
356
356
|
left: 0;
|
|
@@ -359,37 +359,37 @@ dd[data-v-50d14dfb] {
|
|
|
359
359
|
border-right: 1px solid #dfdfdf;
|
|
360
360
|
overflow-y: auto;
|
|
361
361
|
}
|
|
362
|
-
.g1-sider_tool1 .tool_box[data-v-
|
|
362
|
+
.g1-sider_tool1 .tool_box[data-v-f2744ade] {
|
|
363
363
|
margin-top: 15px;
|
|
364
364
|
}
|
|
365
|
-
.g1-sider_tool1 .tool_box .tool[data-v-
|
|
365
|
+
.g1-sider_tool1 .tool_box .tool[data-v-f2744ade] {
|
|
366
366
|
text-align: center;
|
|
367
367
|
font-size: 12px;
|
|
368
368
|
color: #fff;
|
|
369
369
|
}
|
|
370
370
|
/* 公用图形 */
|
|
371
|
-
.end[data-v-
|
|
371
|
+
.end[data-v-f2744ade] {
|
|
372
372
|
border-radius: 100%;
|
|
373
373
|
}
|
|
374
|
-
.comm[data-v-
|
|
374
|
+
.comm[data-v-f2744ade] {
|
|
375
375
|
border-radius: 0px;
|
|
376
376
|
}
|
|
377
|
-
.gate[data-v-
|
|
377
|
+
.gate[data-v-f2744ade] {
|
|
378
378
|
width: 60px;
|
|
379
379
|
border-radius: 0;
|
|
380
380
|
}
|
|
381
|
-
.gate .inner[data-v-
|
|
381
|
+
.gate .inner[data-v-f2744ade] {
|
|
382
382
|
display: inline-block;
|
|
383
383
|
font-size: 16px;
|
|
384
384
|
}
|
|
385
|
-
.g1-form_main1[data-v-
|
|
385
|
+
.g1-form_main1[data-v-f2744ade] {
|
|
386
386
|
position: absolute;
|
|
387
387
|
left: 100px;
|
|
388
388
|
right: 0;
|
|
389
389
|
top: 0;
|
|
390
390
|
bottom: 0;
|
|
391
391
|
}
|
|
392
|
-
.g1-form_main1 .head[data-v-
|
|
392
|
+
.g1-form_main1 .head[data-v-f2744ade] {
|
|
393
393
|
height: 46px;
|
|
394
394
|
line-height: 46px;
|
|
395
395
|
text-align: left;
|
|
@@ -397,11 +397,11 @@ dd[data-v-50d14dfb] {
|
|
|
397
397
|
box-sizing: border-box;
|
|
398
398
|
border-bottom: 1px solid #d8d8d8;
|
|
399
399
|
}
|
|
400
|
-
.g1-form_main1 .head .ant-btn[data-v-
|
|
400
|
+
.g1-form_main1 .head .ant-btn[data-v-f2744ade] {
|
|
401
401
|
height: 32px;
|
|
402
402
|
margin-right: 10px;
|
|
403
403
|
}
|
|
404
|
-
.g1-form_main1 .main[data-v-
|
|
404
|
+
.g1-form_main1 .main[data-v-f2744ade] {
|
|
405
405
|
position: absolute;
|
|
406
406
|
left: 0 !important;
|
|
407
407
|
right: 0px;
|
|
@@ -410,12 +410,12 @@ dd[data-v-50d14dfb] {
|
|
|
410
410
|
overflow: auto;
|
|
411
411
|
box-sizing: border-box;
|
|
412
412
|
}
|
|
413
|
-
.g1-form_main1 .main #flowContainer[data-v-
|
|
413
|
+
.g1-form_main1 .main #flowContainer[data-v-f2744ade] {
|
|
414
414
|
background-image: linear-gradient(90deg, rgba(180, 180, 180, 0.15) 10%, rgba(180, 180, 180, 0) 10%), linear-gradient(rgba(180, 180, 180, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
|
|
415
415
|
background-size: 10px 10px;
|
|
416
416
|
background-color: #fbfbfb;
|
|
417
417
|
}
|
|
418
|
-
.g1-form_main1 .sider-pannel[data-v-
|
|
418
|
+
.g1-form_main1 .sider-pannel[data-v-f2744ade] {
|
|
419
419
|
width: 250px;
|
|
420
420
|
padding: 0 15px;
|
|
421
421
|
position: absolute;
|
|
@@ -425,7 +425,7 @@ dd[data-v-50d14dfb] {
|
|
|
425
425
|
border-left: 1px solid #dfdfdf;
|
|
426
426
|
background-color: #fff;
|
|
427
427
|
}
|
|
428
|
-
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-
|
|
428
|
+
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-f2744ade] {
|
|
429
429
|
width: 100%;
|
|
430
430
|
height: 100%;
|
|
431
431
|
padding: 15px;
|
|
@@ -436,7 +436,7 @@ dd[data-v-50d14dfb] {
|
|
|
436
436
|
top: 0;
|
|
437
437
|
overflow-y: auto;
|
|
438
438
|
}
|
|
439
|
-
.g1-form_main1 .sider-pannel .sider-open[data-v-
|
|
439
|
+
.g1-form_main1 .sider-pannel .sider-open[data-v-f2744ade] {
|
|
440
440
|
width: 36px;
|
|
441
441
|
height: 60px;
|
|
442
442
|
line-height: 60px;
|
|
@@ -452,14 +452,14 @@ dd[data-v-50d14dfb] {
|
|
|
452
452
|
background-color: #fff;
|
|
453
453
|
}
|
|
454
454
|
/* 视图图形 */
|
|
455
|
-
.flow-view[data-v-
|
|
455
|
+
.flow-view[data-v-f2744ade] {
|
|
456
456
|
position: absolute;
|
|
457
457
|
left: 0;
|
|
458
458
|
right: 0;
|
|
459
459
|
top: 0;
|
|
460
460
|
bottom: 0;
|
|
461
461
|
}
|
|
462
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
462
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade] {
|
|
463
463
|
width: 12px;
|
|
464
464
|
height: 12px;
|
|
465
465
|
display: block;
|
|
@@ -470,27 +470,27 @@ dd[data-v-50d14dfb] {
|
|
|
470
470
|
cursor: crosshair;
|
|
471
471
|
background: rgba(24, 144, 255, 0.6);
|
|
472
472
|
}
|
|
473
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
473
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(1) {
|
|
474
474
|
left: -6px;
|
|
475
475
|
top: 0;
|
|
476
476
|
bottom: 0;
|
|
477
477
|
}
|
|
478
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
478
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(2) {
|
|
479
479
|
top: -6px;
|
|
480
480
|
left: 0;
|
|
481
481
|
right: 0;
|
|
482
482
|
}
|
|
483
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
483
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(3) {
|
|
484
484
|
right: -6px;
|
|
485
485
|
top: 0;
|
|
486
486
|
bottom: 0;
|
|
487
487
|
}
|
|
488
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
488
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(4) {
|
|
489
489
|
bottom: -6px;
|
|
490
490
|
left: 0;
|
|
491
491
|
right: 0;
|
|
492
492
|
}
|
|
493
|
-
.flow-view .tool[data-v-
|
|
493
|
+
.flow-view .tool[data-v-f2744ade] {
|
|
494
494
|
width: 100%;
|
|
495
495
|
height: 100%;
|
|
496
496
|
margin: 0;
|
|
@@ -498,14 +498,14 @@ dd[data-v-50d14dfb] {
|
|
|
498
498
|
box-shadow: 5px 5px 3px #d4d0d0;
|
|
499
499
|
background: #fbfbfb;
|
|
500
500
|
}
|
|
501
|
-
.flow-view .tool .iconfont[data-v-
|
|
501
|
+
.flow-view .tool .iconfont[data-v-f2744ade] {
|
|
502
502
|
font-size: 100%;
|
|
503
503
|
color: #858587;
|
|
504
504
|
}
|
|
505
|
-
.flow-view .exclude_gateway[data-v-
|
|
505
|
+
.flow-view .exclude_gateway[data-v-f2744ade] {
|
|
506
506
|
box-shadow: 0 0 0 #ccc;
|
|
507
507
|
}
|
|
508
|
-
.flow-view .gate[data-v-
|
|
508
|
+
.flow-view .gate[data-v-f2744ade] {
|
|
509
509
|
line-height: 50px;
|
|
510
510
|
position: absolute;
|
|
511
511
|
left: 0;
|
|
@@ -513,9 +513,9 @@ dd[data-v-50d14dfb] {
|
|
|
513
513
|
top: 0;
|
|
514
514
|
bottom: 0;
|
|
515
515
|
}
|
|
516
|
-
.flow-view .ordinary_gateway[data-v-
|
|
517
|
-
.flow-view .parall_gateway[data-v-
|
|
518
|
-
.flow-view .exclude_gateway[data-v-
|
|
516
|
+
.flow-view .ordinary_gateway[data-v-f2744ade],
|
|
517
|
+
.flow-view .parall_gateway[data-v-f2744ade],
|
|
518
|
+
.flow-view .exclude_gateway[data-v-f2744ade] {
|
|
519
519
|
border: none;
|
|
520
520
|
border-radius: 0;
|
|
521
521
|
background-size: cover;
|
|
@@ -523,35 +523,35 @@ dd[data-v-50d14dfb] {
|
|
|
523
523
|
background-position: center center;
|
|
524
524
|
box-shadow: 0 0 0 #ccc;
|
|
525
525
|
}
|
|
526
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
527
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
528
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
526
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(1),
|
|
527
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(1),
|
|
528
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(1) {
|
|
529
529
|
left: 0;
|
|
530
530
|
top: 0;
|
|
531
531
|
bottom: 0;
|
|
532
532
|
}
|
|
533
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
534
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
535
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
533
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(2),
|
|
534
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(2),
|
|
535
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(2) {
|
|
536
536
|
top: 0;
|
|
537
537
|
left: 0;
|
|
538
538
|
right: 0;
|
|
539
539
|
}
|
|
540
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
541
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
542
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
540
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(3),
|
|
541
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(3),
|
|
542
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(3) {
|
|
543
543
|
right: 0;
|
|
544
544
|
top: 0;
|
|
545
545
|
bottom: 0;
|
|
546
546
|
}
|
|
547
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
548
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
549
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
547
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(4),
|
|
548
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(4),
|
|
549
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(4) {
|
|
550
550
|
bottom: 0;
|
|
551
551
|
left: 0;
|
|
552
552
|
right: 0;
|
|
553
553
|
}
|
|
554
|
-
.flow-view .exclude_gateway[data-v-
|
|
554
|
+
.flow-view .exclude_gateway[data-v-f2744ade] {
|
|
555
555
|
width: 70%;
|
|
556
556
|
height: 70%;
|
|
557
557
|
margin: 15%;
|
|
@@ -560,7 +560,7 @@ dd[data-v-50d14dfb] {
|
|
|
560
560
|
transform: rotate(45deg);
|
|
561
561
|
position: relative;
|
|
562
562
|
}
|
|
563
|
-
.flow-view .exclude_gateway[data-v-
|
|
563
|
+
.flow-view .exclude_gateway[data-v-f2744ade]::before {
|
|
564
564
|
content: '';
|
|
565
565
|
width: 2px;
|
|
566
566
|
background-color: #7a7a7a;
|
|
@@ -570,7 +570,7 @@ dd[data-v-50d14dfb] {
|
|
|
570
570
|
top: calc(50% - 10px);
|
|
571
571
|
left: calc(50% - 1px);
|
|
572
572
|
}
|
|
573
|
-
.flow-view .exclude_gateway[data-v-
|
|
573
|
+
.flow-view .exclude_gateway[data-v-f2744ade]::after {
|
|
574
574
|
content: '';
|
|
575
575
|
width: 20px;
|
|
576
576
|
background-color: #7a7a7a;
|
|
@@ -580,7 +580,7 @@ dd[data-v-50d14dfb] {
|
|
|
580
580
|
top: calc(50% - 1px);
|
|
581
581
|
left: calc(50% - 10px);
|
|
582
582
|
}
|
|
583
|
-
.flow-view .parall_gateway[data-v-
|
|
583
|
+
.flow-view .parall_gateway[data-v-f2744ade] {
|
|
584
584
|
width: 70%;
|
|
585
585
|
height: 70%;
|
|
586
586
|
margin: 15%;
|
|
@@ -589,7 +589,7 @@ dd[data-v-50d14dfb] {
|
|
|
589
589
|
transform: rotate(45deg);
|
|
590
590
|
position: relative;
|
|
591
591
|
}
|
|
592
|
-
.flow-view .parall_gateway[data-v-
|
|
592
|
+
.flow-view .parall_gateway[data-v-f2744ade]::after {
|
|
593
593
|
content: '';
|
|
594
594
|
width: 20px;
|
|
595
595
|
background-color: #7a7a7a;
|
|
@@ -601,7 +601,7 @@ dd[data-v-50d14dfb] {
|
|
|
601
601
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
602
602
|
transform: rotate(45deg);
|
|
603
603
|
}
|
|
604
|
-
.flow-view .parall_gateway[data-v-
|
|
604
|
+
.flow-view .parall_gateway[data-v-f2744ade]::before {
|
|
605
605
|
content: '';
|
|
606
606
|
width: 2px;
|
|
607
607
|
background-color: #7a7a7a;
|
|
@@ -614,7 +614,7 @@ dd[data-v-50d14dfb] {
|
|
|
614
614
|
transform: rotate(45deg);
|
|
615
615
|
}
|
|
616
616
|
/* 线条工具 */
|
|
617
|
-
.lineTool[data-v-
|
|
617
|
+
.lineTool[data-v-f2744ade] {
|
|
618
618
|
width: 130px;
|
|
619
619
|
height: 26px;
|
|
620
620
|
border: 1px solid #1890ff;
|
|
@@ -622,7 +622,7 @@ dd[data-v-50d14dfb] {
|
|
|
622
622
|
background-color: #fff;
|
|
623
623
|
text-align: left;
|
|
624
624
|
}
|
|
625
|
-
.lineTool li[data-v-
|
|
625
|
+
.lineTool li[data-v-f2744ade] {
|
|
626
626
|
width: 30px;
|
|
627
627
|
height: 26px;
|
|
628
628
|
display: inline-block;
|
|
@@ -630,14 +630,14 @@ dd[data-v-50d14dfb] {
|
|
|
630
630
|
text-align: center;
|
|
631
631
|
color: #1890ff;
|
|
632
632
|
}
|
|
633
|
-
.tool-drag a .inner[data-v-
|
|
633
|
+
.tool-drag a .inner[data-v-f2744ade] {
|
|
634
634
|
color: #f00 !important;
|
|
635
635
|
}
|
|
636
|
-
.ant-layout-footer[data-v-
|
|
636
|
+
.ant-layout-footer[data-v-f2744ade] {
|
|
637
637
|
z-index: 10;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
-
#flowContainer[data-v-
|
|
640
|
+
#flowContainer[data-v-f2744ade] {
|
|
641
641
|
width: 1000000px;
|
|
642
642
|
height: 1000000px;
|
|
643
643
|
position: absolute;
|
|
@@ -650,7 +650,7 @@ dd[data-v-50d14dfb] {
|
|
|
650
650
|
left: -500000px;
|
|
651
651
|
top: -500000px; */
|
|
652
652
|
}
|
|
653
|
-
.labelClass[data-v-
|
|
653
|
+
.labelClass[data-v-f2744ade] {
|
|
654
654
|
padding: 0 3px;
|
|
655
655
|
font-size: 12px;
|
|
656
656
|
cursor: pointer;
|
|
@@ -661,14 +661,14 @@ dd[data-v-50d14dfb] {
|
|
|
661
661
|
border-radius: 3px;
|
|
662
662
|
background: rgba(24, 144, 255, 0.6);
|
|
663
663
|
}
|
|
664
|
-
.loading[data-v-
|
|
664
|
+
.loading[data-v-f2744ade] {
|
|
665
665
|
height: 100%;
|
|
666
666
|
width: 100%;
|
|
667
667
|
display: flex;
|
|
668
668
|
align-items: center;
|
|
669
669
|
justify-content: center;
|
|
670
670
|
}
|
|
671
|
-
[data-v-
|
|
671
|
+
[data-v-f2744ade] .labelClass {
|
|
672
672
|
background-color: #539dfa !important;
|
|
673
673
|
padding: 5px;
|
|
674
674
|
border-radius: 5px;
|
|
@@ -4529,46 +4529,46 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4529
4529
|
align-items: center;
|
|
4530
4530
|
}
|
|
4531
4531
|
|
|
4532
|
-
.t-border[data-v-
|
|
4532
|
+
.t-border[data-v-208a1db6] {
|
|
4533
4533
|
border-right: 1px solid #333;
|
|
4534
4534
|
border-bottom: 1px solid #333;
|
|
4535
4535
|
}
|
|
4536
|
-
[data-v-
|
|
4536
|
+
[data-v-208a1db6] * {
|
|
4537
4537
|
font-size: var(--paperFontSize);
|
|
4538
4538
|
}
|
|
4539
|
-
[data-v-
|
|
4539
|
+
[data-v-208a1db6] .custom_form_item {
|
|
4540
4540
|
height: -moz-fit-content;
|
|
4541
4541
|
height: fit-content;
|
|
4542
4542
|
}
|
|
4543
|
-
.save-pdf[data-v-
|
|
4543
|
+
.save-pdf[data-v-208a1db6] .ant-input {
|
|
4544
4544
|
border: none !important;
|
|
4545
4545
|
}
|
|
4546
|
-
.save-pdf[data-v-
|
|
4546
|
+
.save-pdf[data-v-208a1db6] .ant-select-selection {
|
|
4547
4547
|
border: none !important;
|
|
4548
4548
|
}
|
|
4549
|
-
.save-pdf[data-v-
|
|
4549
|
+
.save-pdf[data-v-208a1db6] .ant-select-arrow svg {
|
|
4550
4550
|
display: none;
|
|
4551
4551
|
}
|
|
4552
|
-
.save-pdf[data-v-
|
|
4552
|
+
.save-pdf[data-v-208a1db6] .ant-upload.ant-upload-select-picture-card {
|
|
4553
4553
|
display: none;
|
|
4554
4554
|
}
|
|
4555
|
-
.save-pdf[data-v-
|
|
4555
|
+
.save-pdf[data-v-208a1db6] .anticon svg {
|
|
4556
4556
|
display: none;
|
|
4557
4557
|
}
|
|
4558
|
-
.save-pdf[data-v-
|
|
4558
|
+
.save-pdf[data-v-208a1db6] .ant-time-picker-input {
|
|
4559
4559
|
border: none !important;
|
|
4560
4560
|
}
|
|
4561
|
-
.save-pdf[data-v-
|
|
4561
|
+
.save-pdf[data-v-208a1db6] .ant-upload.ant-upload-select {
|
|
4562
4562
|
display: none;
|
|
4563
4563
|
}
|
|
4564
4564
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4565
|
-
.computed-wrap[data-v-
|
|
4565
|
+
.computed-wrap[data-v-208a1db6] {
|
|
4566
4566
|
background: #f5f5f5;
|
|
4567
4567
|
}
|
|
4568
|
-
.computed-wrap .item[data-v-
|
|
4568
|
+
.computed-wrap .item[data-v-208a1db6] {
|
|
4569
4569
|
display: flex;
|
|
4570
4570
|
}
|
|
4571
|
-
.computed-wrap .item > div[data-v-
|
|
4571
|
+
.computed-wrap .item > div[data-v-208a1db6] {
|
|
4572
4572
|
height: 35px;
|
|
4573
4573
|
line-height: 35px;
|
|
4574
4574
|
flex: 1;
|
|
@@ -4576,129 +4576,129 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4576
4576
|
border-bottom: 1px solid #000;
|
|
4577
4577
|
text-align: center;
|
|
4578
4578
|
}
|
|
4579
|
-
.computed-wrap .item > div + div[data-v-
|
|
4579
|
+
.computed-wrap .item > div + div[data-v-208a1db6] {
|
|
4580
4580
|
flex: 2;
|
|
4581
4581
|
}
|
|
4582
|
-
.layout .paper[data-v-
|
|
4582
|
+
.layout .paper[data-v-208a1db6] {
|
|
4583
4583
|
position: relative;
|
|
4584
4584
|
}
|
|
4585
|
-
.layout .paper .form-title[data-v-
|
|
4585
|
+
.layout .paper .form-title[data-v-208a1db6] {
|
|
4586
4586
|
text-align: center;
|
|
4587
4587
|
font-weight: 600;
|
|
4588
4588
|
font-size: 16px;
|
|
4589
4589
|
height: 40px;
|
|
4590
4590
|
}
|
|
4591
|
-
.row-item[data-v-
|
|
4591
|
+
.row-item[data-v-208a1db6] {
|
|
4592
4592
|
height: -moz-fit-content;
|
|
4593
4593
|
height: fit-content;
|
|
4594
4594
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4595
4595
|
}
|
|
4596
|
-
.no-row-item[data-v-
|
|
4596
|
+
.no-row-item[data-v-208a1db6] {
|
|
4597
4597
|
border-right: none;
|
|
4598
4598
|
border-bottom: none;
|
|
4599
4599
|
}
|
|
4600
4600
|
/****page边框内的 ***/
|
|
4601
|
-
.page-border[data-v-
|
|
4601
|
+
.page-border[data-v-208a1db6] {
|
|
4602
4602
|
background: #fff;
|
|
4603
4603
|
box-sizing: border-box;
|
|
4604
4604
|
}
|
|
4605
|
-
.page-border .row-item[data-v-
|
|
4605
|
+
.page-border .row-item[data-v-208a1db6]:first-child {
|
|
4606
4606
|
border-top: 1px solid #000;
|
|
4607
4607
|
}
|
|
4608
|
-
.page-border .row-item[data-v-
|
|
4608
|
+
.page-border .row-item[data-v-208a1db6] {
|
|
4609
4609
|
border-left: 1px solid #000;
|
|
4610
4610
|
}
|
|
4611
|
-
.page-border .item-bottom[data-v-
|
|
4611
|
+
.page-border .item-bottom[data-v-208a1db6] {
|
|
4612
4612
|
border-bottom: 1px solid #000;
|
|
4613
4613
|
}
|
|
4614
|
-
.page-border .row-item[data-v-
|
|
4614
|
+
.page-border .row-item[data-v-208a1db6]:not(:last-child) {
|
|
4615
4615
|
position: relative;
|
|
4616
4616
|
}
|
|
4617
|
-
.page-border li.sortable-chosen[data-v-
|
|
4617
|
+
.page-border li.sortable-chosen[data-v-208a1db6] {
|
|
4618
4618
|
height: 2px !important;
|
|
4619
4619
|
overflow: hidden !important;
|
|
4620
4620
|
background: red !important;
|
|
4621
4621
|
}
|
|
4622
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
4622
|
+
.page-border .ant-time-picker-panel[data-v-208a1db6] {
|
|
4623
4623
|
z-index: 200000 !important;
|
|
4624
4624
|
}
|
|
4625
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
4625
|
+
.page-border .ant-calendar-picker-container[data-v-208a1db6] {
|
|
4626
4626
|
z-index: 200000 !important;
|
|
4627
4627
|
}
|
|
4628
|
-
[data-v-
|
|
4628
|
+
[data-v-208a1db6] .ant-time-picker-panel {
|
|
4629
4629
|
z-index: 9999 !important;
|
|
4630
4630
|
}
|
|
4631
|
-
.ant-calendar-picker-container[data-v-
|
|
4631
|
+
.ant-calendar-picker-container[data-v-208a1db6] {
|
|
4632
4632
|
z-index: 200000 !important;
|
|
4633
4633
|
}
|
|
4634
|
-
[data-v-
|
|
4634
|
+
[data-v-208a1db6] .ant-form-item-children {
|
|
4635
4635
|
display: block;
|
|
4636
4636
|
}
|
|
4637
|
-
[data-v-
|
|
4637
|
+
[data-v-208a1db6] .ant-form-item {
|
|
4638
4638
|
width: 100%;
|
|
4639
4639
|
height: 100%;
|
|
4640
4640
|
margin-bottom: 0;
|
|
4641
4641
|
display: flex;
|
|
4642
4642
|
}
|
|
4643
|
-
[data-v-
|
|
4643
|
+
[data-v-208a1db6] .ant-form-item .is_required::before {
|
|
4644
4644
|
content: "*";
|
|
4645
4645
|
color: #f56c6c;
|
|
4646
4646
|
margin-right: 4px;
|
|
4647
4647
|
}
|
|
4648
|
-
[data-v-
|
|
4648
|
+
[data-v-208a1db6] .ant-form-item .ant-form-item-label {
|
|
4649
4649
|
border-right: 1px solid #000;
|
|
4650
4650
|
}
|
|
4651
|
-
[data-v-
|
|
4651
|
+
[data-v-208a1db6] .ant-form-item .ant-form-item-label label {
|
|
4652
4652
|
display: flex;
|
|
4653
4653
|
justify-content: center;
|
|
4654
4654
|
align-items: center;
|
|
4655
4655
|
height: 100%;
|
|
4656
4656
|
}
|
|
4657
|
-
[data-v-
|
|
4657
|
+
[data-v-208a1db6] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
4658
4658
|
display: none;
|
|
4659
4659
|
}
|
|
4660
|
-
[data-v-
|
|
4660
|
+
[data-v-208a1db6] .ant-form-item .ant-form-item-control-wrapper {
|
|
4661
4661
|
display: flex;
|
|
4662
4662
|
align-items: center;
|
|
4663
4663
|
text-align: left;
|
|
4664
4664
|
}
|
|
4665
|
-
[data-v-
|
|
4665
|
+
[data-v-208a1db6] .ant-form-item .ant-form-item-control {
|
|
4666
4666
|
width: 98%;
|
|
4667
4667
|
margin: 0 auto;
|
|
4668
4668
|
}
|
|
4669
|
-
[data-v-
|
|
4669
|
+
[data-v-208a1db6] .ant-form-item .is_required::before {
|
|
4670
4670
|
content: "*";
|
|
4671
4671
|
color: #f56c6c;
|
|
4672
4672
|
margin-right: 4px;
|
|
4673
4673
|
}
|
|
4674
|
-
.row-table[data-v-
|
|
4674
|
+
.row-table[data-v-208a1db6] {
|
|
4675
4675
|
display: flex;
|
|
4676
4676
|
}
|
|
4677
|
-
.row-table[data-v-
|
|
4678
|
-
.row-table[data-v-
|
|
4677
|
+
.row-table[data-v-208a1db6] .ant-spin-container,
|
|
4678
|
+
.row-table[data-v-208a1db6] {
|
|
4679
4679
|
display: flex;
|
|
4680
4680
|
width: 100%;
|
|
4681
4681
|
}
|
|
4682
|
-
.row-table[data-v-
|
|
4683
|
-
.row-table .table-left[data-v-
|
|
4682
|
+
.row-table[data-v-208a1db6] .ant-spin-container .table-left,
|
|
4683
|
+
.row-table .table-left[data-v-208a1db6] {
|
|
4684
4684
|
width: 100px;
|
|
4685
4685
|
text-align: center;
|
|
4686
4686
|
border-right: 1px solid #333;
|
|
4687
4687
|
border-bottom: 1px solid #333;
|
|
4688
4688
|
position: relative;
|
|
4689
4689
|
}
|
|
4690
|
-
.row-table[data-v-
|
|
4691
|
-
.row-table .table-left p[data-v-
|
|
4690
|
+
.row-table[data-v-208a1db6] .ant-spin-container .table-left p,
|
|
4691
|
+
.row-table .table-left p[data-v-208a1db6] {
|
|
4692
4692
|
position: absolute;
|
|
4693
4693
|
top: 50%;
|
|
4694
4694
|
left: 50%;
|
|
4695
4695
|
transform: translate(-50%, -50%);
|
|
4696
4696
|
}
|
|
4697
|
-
.row-table[data-v-
|
|
4698
|
-
.row-table .table-right[data-v-
|
|
4697
|
+
.row-table[data-v-208a1db6] .ant-spin-container .table-right,
|
|
4698
|
+
.row-table .table-right[data-v-208a1db6] {
|
|
4699
4699
|
flex: 1;
|
|
4700
4700
|
}
|
|
4701
|
-
.table-content[data-v-
|
|
4701
|
+
.table-content[data-v-208a1db6] {
|
|
4702
4702
|
width: 100%;
|
|
4703
4703
|
height: 40px;
|
|
4704
4704
|
line-height: 40px;
|
|
@@ -4707,11 +4707,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4707
4707
|
border-bottom: 1px solid #333;
|
|
4708
4708
|
border-right: 1px solid #333;
|
|
4709
4709
|
}
|
|
4710
|
-
.sub-table-col[data-v-
|
|
4710
|
+
.sub-table-col[data-v-208a1db6] {
|
|
4711
4711
|
display: flex;
|
|
4712
4712
|
box-sizing: border-box;
|
|
4713
4713
|
}
|
|
4714
|
-
.sub-table-col > span[data-v-
|
|
4714
|
+
.sub-table-col > span[data-v-208a1db6] {
|
|
4715
4715
|
flex: 2;
|
|
4716
4716
|
border-bottom: 1px solid #000;
|
|
4717
4717
|
border-right: 1px solid #000;
|
|
@@ -4719,22 +4719,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4719
4719
|
line-height: 40px;
|
|
4720
4720
|
text-align: center;
|
|
4721
4721
|
}
|
|
4722
|
-
.sub-table-col > .last-one[data-v-
|
|
4722
|
+
.sub-table-col > .last-one[data-v-208a1db6] {
|
|
4723
4723
|
width: 87px;
|
|
4724
4724
|
flex: 0 0 87px;
|
|
4725
4725
|
border-right: 1px solid #333;
|
|
4726
4726
|
border-bottom: 1px solid #333;
|
|
4727
4727
|
}
|
|
4728
|
-
.sub-table-col-no-border > span[data-v-
|
|
4728
|
+
.sub-table-col-no-border > span[data-v-208a1db6] {
|
|
4729
4729
|
border: none;
|
|
4730
4730
|
height: auto;
|
|
4731
4731
|
width: 0;
|
|
4732
4732
|
}
|
|
4733
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
4734
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
4733
|
+
.sub-table-col-no-border > .sub-table-title[data-v-208a1db6]:last-child,
|
|
4734
|
+
.sub-table-col-no-border > .sub-table-item[data-v-208a1db6]:last-child {
|
|
4735
4735
|
border-right: none !important;
|
|
4736
4736
|
}
|
|
4737
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4737
|
+
.sub-table-col-no-border > .last-one[data-v-208a1db6] {
|
|
4738
4738
|
width: 87px;
|
|
4739
4739
|
flex: 0 0 87px;
|
|
4740
4740
|
display: flex;
|
|
@@ -4742,33 +4742,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4742
4742
|
align-items: center;
|
|
4743
4743
|
}
|
|
4744
4744
|
/*****无border *****/
|
|
4745
|
-
.no-border .page-border[data-v-
|
|
4745
|
+
.no-border .page-border[data-v-208a1db6] {
|
|
4746
4746
|
border: none;
|
|
4747
4747
|
}
|
|
4748
|
-
.no-border .page-border .row-item[data-v-
|
|
4748
|
+
.no-border .page-border .row-item[data-v-208a1db6]:not(:last-child) {
|
|
4749
4749
|
border: none;
|
|
4750
4750
|
}
|
|
4751
|
-
.no-border .page-border[data-v-
|
|
4751
|
+
.no-border .page-border[data-v-208a1db6] .ant-form-item .ant-form-item-label {
|
|
4752
4752
|
border: none;
|
|
4753
4753
|
}
|
|
4754
|
-
.table_border[data-v-
|
|
4754
|
+
.table_border[data-v-208a1db6] {
|
|
4755
4755
|
border-bottom: 0;
|
|
4756
4756
|
border-right: 0;
|
|
4757
4757
|
}
|
|
4758
4758
|
/*****无border *****/
|
|
4759
|
-
[data-v-
|
|
4759
|
+
[data-v-208a1db6] .ant-form-item-children > div > p,[data-v-208a1db6] .ant-form-item-children > div > h1,[data-v-208a1db6] .ant-form-item-children > div > h2,[data-v-208a1db6] .ant-form-item-children > div > h3,[data-v-208a1db6] .ant-form-item-children > div > h4,[data-v-208a1db6] .ant-form-item-children > div > h5,[data-v-208a1db6] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
4760
4760
|
margin: 10px 0;
|
|
4761
4761
|
line-height: 1.5;
|
|
4762
4762
|
}
|
|
4763
|
-
[data-v-
|
|
4763
|
+
[data-v-208a1db6] .ant-spin-dot {
|
|
4764
4764
|
font-size: 20px !important;
|
|
4765
4765
|
}
|
|
4766
|
-
.form_skeleton[data-v-
|
|
4766
|
+
.form_skeleton[data-v-208a1db6] {
|
|
4767
4767
|
display: block;
|
|
4768
4768
|
width: 700px;
|
|
4769
4769
|
margin: 55px auto;
|
|
4770
4770
|
}
|
|
4771
|
-
.form_skeleton[data-v-
|
|
4771
|
+
.form_skeleton[data-v-208a1db6] .ant-skeleton-title {
|
|
4772
4772
|
margin: 0 auto;
|
|
4773
4773
|
}
|
|
4774
4774
|
|
|
@@ -81940,6 +81940,13 @@ let getFileExt = filename => {
|
|
|
81940
81940
|
type: 'update',
|
|
81941
81941
|
updateValue: ''
|
|
81942
81942
|
});
|
|
81943
|
+
setTimeout(() => {
|
|
81944
|
+
const isAllFlag = widgetList.filter(item => item.parentModel === widget.parentModel).every(item => item.options.canView === flag);
|
|
81945
|
+
if (!flag && isAllFlag) {
|
|
81946
|
+
// 删除所有行
|
|
81947
|
+
that.tableData = [];
|
|
81948
|
+
}
|
|
81949
|
+
}, 100);
|
|
81943
81950
|
}
|
|
81944
81951
|
break;
|
|
81945
81952
|
case 'required':
|
|
@@ -147609,7 +147616,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
147609
147616
|
|
|
147610
147617
|
/***/ }),
|
|
147611
147618
|
|
|
147612
|
-
/***/
|
|
147619
|
+
/***/ 7297:
|
|
147613
147620
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
147614
147621
|
|
|
147615
147622
|
"use strict";
|
|
@@ -147621,7 +147628,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
147621
147628
|
"default": () => (/* binding */ layoutForPaper)
|
|
147622
147629
|
});
|
|
147623
147630
|
|
|
147624
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=
|
|
147631
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=208a1db6&scoped=true&
|
|
147625
147632
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-spin',{staticClass:"layout layout-input-all-setting",class:{ 'no-border': !_vm.data.config.border, 'save-pdf': _vm.showLine, 'ant-form-noBorder': _vm.data.config.componentsNoBorder },style:({ 'overflow-x': _vm.data.config.layout === 'horizontal' ? 'auto' : 'initial' }),attrs:{"spinning":_vm.formLoading,"tip":_vm.formLoadingTip}},[(_vm.pageLoading && _vm.showLayoutLoading)?_c('div',{class:{ form_skeleton: _vm.pageLoading }},[(_vm.pageLoading)?_c('a-skeleton',{attrs:{"active":"","loading":_vm.pageLoading,"paragraph":{ rows: 12 }}}):_vm._e()],1):_vm._e(),_c('a-form-model',{ref:"Form",attrs:{"hideRequiredMark":true,"model":_vm.models,"rules":_vm.rules,"wrapper-col":{}},on:{"update:rules":function($event){_vm.rules=$event},"validate":_vm.validate}},_vm._l((_vm.widgetList),function(list,listindex){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.widgetList[0].length > 0),expression:"widgetList[0].length > 0"}],key:listindex,staticClass:"paper",style:(_vm.contentStyle)},[(listindex == 0)?_vm._t("default"):_vm._e(),(listindex == 0)?_c('div',{staticClass:"form-title",style:(Object.assign({}, {height: _vm.formNameHeight}, _vm.formNameStyle))},[_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameLeftContent || '')}}),_vm._v(_vm._s(_vm.data.config.formName)),_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameRightContent || '')}})]):_vm._e(),(_vm.value && _vm.value.formIndex)?_c('div',{staticStyle:{"text-align":"right","font-weight":"bold"}},[_vm._v(_vm._s(_vm.value.formIndex))]):_vm._e(),(_vm.data.config.pageHeader && listindex === 0)?_c('div',{style:(_vm.data.config.headerHeight),domProps:{"innerHTML":_vm._s(_vm.data.config.pageHeader)}}):_vm._e(),_c('div',{staticClass:"page-border",style:({ borderColor: _vm.data.config.borderColor })},[_vm._l((list),function(widget,index){return [(widget.type == 'table')?[(
|
|
147626
147633
|
widget.options.layoutModel === 'auto' ||
|
|
147627
147634
|
widget.options.layoutModel === undefined
|
|
@@ -147667,15 +147674,15 @@ var staticRenderFns = []
|
|
|
147667
147674
|
var layoutForPapervue_type_script_lang_js_ = __webpack_require__(7862);
|
|
147668
147675
|
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=script&lang=js&
|
|
147669
147676
|
/* harmony default export */ const layout_layoutForPapervue_type_script_lang_js_ = (layoutForPapervue_type_script_lang_js_/* default */.Z);
|
|
147670
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
147677
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=208a1db6&prod&lang=less&scoped=true&
|
|
147671
147678
|
// extracted by mini-css-extract-plugin
|
|
147672
147679
|
|
|
147673
|
-
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
147680
|
+
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=208a1db6&prod&lang=less&scoped=true&
|
|
147674
147681
|
|
|
147675
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
147682
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=208a1db6&prod&lang=css&
|
|
147676
147683
|
// extracted by mini-css-extract-plugin
|
|
147677
147684
|
|
|
147678
|
-
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
147685
|
+
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=208a1db6&prod&lang=css&
|
|
147679
147686
|
|
|
147680
147687
|
// EXTERNAL MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/runtime/componentNormalizer.js
|
|
147681
147688
|
var componentNormalizer = __webpack_require__(8412);
|
|
@@ -147695,7 +147702,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
147695
147702
|
staticRenderFns,
|
|
147696
147703
|
false,
|
|
147697
147704
|
null,
|
|
147698
|
-
"
|
|
147705
|
+
"208a1db6",
|
|
147699
147706
|
null
|
|
147700
147707
|
|
|
147701
147708
|
)
|
|
@@ -159570,7 +159577,7 @@ function toString(value) {
|
|
|
159570
159577
|
/***/ ((module) => {
|
|
159571
159578
|
|
|
159572
159579
|
"use strict";
|
|
159573
|
-
module.exports = {"i8":"1.1.
|
|
159580
|
+
module.exports = {"i8":"1.1.412"};
|
|
159574
159581
|
|
|
159575
159582
|
/***/ })
|
|
159576
159583
|
|
|
@@ -161513,7 +161520,7 @@ icon_Icon.install = function (Vue) {
|
|
|
161513
161520
|
};
|
|
161514
161521
|
|
|
161515
161522
|
/* harmony default export */ const icon = (icon_Icon);
|
|
161516
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=template&id=
|
|
161523
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=template&id=f2744ade&scoped=true&
|
|
161517
161524
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.easyFlowVisible)?_c('div',{staticClass:"g1_workflow_warp"},[_c('div',{staticClass:"g1-sider_tool1"},[_c('div',{ref:"flowTool",staticClass:"tool_box"},[_c('flowTool',{on:{"addNode":_vm.addNode}})],1)]),_c('div',{ref:"form_main1",staticClass:"g1-form_main1",attrs:{"id":"form_main1"}},[_c('div',{staticClass:"head"},[_c('a-button',{attrs:{"type":"primary","size":"small","icon":"search"},on:{"click":_vm.dataInfo}},[_vm._v("查看")]),_c('a-button',{attrs:{"type":"primary","size":"small","icon":"fund"},on:{"click":function($event){$event.stopPropagation();return _vm.isPanelShow('flowPanel')}}},[_vm._v("设置流程信息 ")]),_c('a-button',{attrs:{"type":"primary","size":"small","icon":"align-left"},on:{"click":function($event){$event.stopPropagation();return _vm.isPanelShow('dataConditionPanel')}}},[_vm._v("查看流程条件 ")]),(!_vm.isFlowPanelMain)?_c('a-button',{attrs:{"type":"primary","size":"small","icon":"save"},on:{"click":_vm.saveData}},[_vm._v("保存")]):_vm._e()],1),_c('div',{ref:"main",staticClass:"main",attrs:{"id":"main"},on:{"click":_vm.closeAddBtn}},[_c('div',{ref:"flowContainer",staticClass:"container",attrs:{"id":"flowContainer"}},[_vm._l((_vm.data.nodeList),function(node){return [_c('flow-node',{directives:[{name:"show",rawName:"v-show",value:(node.show),expression:"node.show"}],key:node.id,ref:"flowNode",refInFor:true,attrs:{"id":node.id,"node":node,"nodeList":_vm.data.nodeList},on:{"clickNode":_vm.clickNode,"lineChange":_vm.lineChange,"deleteNode":_vm.deleteNode,"nodeRightMenu":_vm.nodeRightMenu,"changeNodeSite":_vm.changeNodeSite,"editNode":_vm.editNode,"addNodeClick":_vm.addNodeClick}})]})],2),(_vm.isSavePicLoadingShow)?_c('div',{staticClass:"loading"},[_c('a-spin',{attrs:{"size":"large"}})],1):_vm._e()]),_c('sider-panel',{directives:[{name:"show",rawName:"v-show",value:(_vm.siderPanelVisible),expression:"siderPanelVisible"}],ref:"siderPanel",attrs:{"isFlowPanelZJAF":_vm.isFlowPanelZJAF,"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData,"verifyListArr":_vm.verifyList},on:{"isPanelShow":_vm.isPanelShow}}),(_vm.linePanelVisible)?_c('line-panel',{ref:"linePanel",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData},on:{"isPanelShow":_vm.isPanelShow,"setLineData":_vm.setLineData}}):_vm._e(),(_vm.dataConditionPanelVisible)?_c('dataConditionPanel',{ref:"dataConditionPanel",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData},on:{"isPanelShow":_vm.isPanelShow}}):_vm._e(),_c('flow-panel',{directives:[{name:"show",rawName:"v-show",value:(_vm.flowPanelVisible),expression:"flowPanelVisible"}],ref:"flowPanel",staticStyle:{"z-index":"10"},attrs:{"data":_vm.data,"id":_vm.id},on:{"isPanelShow":_vm.isPanelShow}}),(_vm.copyDesignVisible)?_c('copyDesign',{ref:"copyDesign",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData,"isFlowPanelZJAF":_vm.isFlowPanelZJAF},on:{"isPanelShow":_vm.isPanelShow}}):_vm._e(),(_vm.userDesignVisible)?_c('userDesign',{ref:"userDesign",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData,"isFlowPanelZJAF":_vm.isFlowPanelZJAF},on:{"isPanelShow":_vm.isPanelShow}}):_vm._e()],1),(_vm.flowInfoVisible)?_c('flow-info',{ref:"flowInfo"}):_vm._e(),(_vm.lineToolVisible)?_c('ul',{ref:"lineTool",staticClass:"lineTool",on:{"mouseleave":_vm.lineToolFn}},[_c('li',{on:{"click":function($event){return _vm.setLineStyle('Flowchart')}}},[_c('svg-icon',{attrs:{"iconName":"icon-yibiaopan"}})],1),_c('li',{on:{"click":function($event){return _vm.setLineStyle('Bezier')}}},[_c('svg-icon',{attrs:{"iconName":"icon-ant-bezier-quadro"}})],1),_c('li',{on:{"click":function($event){return _vm.setLineStyle('Straight')}}},[_c('svg-icon',{attrs:{"iconName":"icon-line"}})],1),_c('li',{on:{"click":_vm.deleteLineView}},[_c('svg-icon',{attrs:{"iconName":"icon-jurassic_line"}})],1)]):_vm._e()],1):_vm._e()}
|
|
161518
161525
|
var staticRenderFns = []
|
|
161519
161526
|
|
|
@@ -169128,6 +169135,232 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
169128
169135
|
initData.nodeForm.excelName = '';
|
|
169129
169136
|
initData.nodeForm.excelId = '';
|
|
169130
169137
|
}
|
|
169138
|
+
//兼容老版本流程中的抄送人和人员配置,写入最新数据
|
|
169139
|
+
initData.nodeList.forEach(node => {
|
|
169140
|
+
var _node$info$copyMap, _node$info$copyMap2;
|
|
169141
|
+
if (node.name === '普通') {
|
|
169142
|
+
if (!node.info.taskAssigneeList && !node.info.taskAssignee.assigneeType) {
|
|
169143
|
+
debugger;
|
|
169144
|
+
let taskAssigneeList = [{
|
|
169145
|
+
title: '人员1',
|
|
169146
|
+
activitiId: node.id,
|
|
169147
|
+
//节点id
|
|
169148
|
+
activitiName: node.info.title,
|
|
169149
|
+
//节点title
|
|
169150
|
+
assigneeType: "",
|
|
169151
|
+
// 人员类型
|
|
169152
|
+
assigneeVal: "",
|
|
169153
|
+
// 选择的值
|
|
169154
|
+
executeType: 1,
|
|
169155
|
+
//执行类型
|
|
169156
|
+
condition: {
|
|
169157
|
+
condition: "",
|
|
169158
|
+
toTitle: node.info.title,
|
|
169159
|
+
circulationConditions: '0',
|
|
169160
|
+
conditionType: '0',
|
|
169161
|
+
conditionList: [{
|
|
169162
|
+
dictName: undefined,
|
|
169163
|
+
operationType: '1',
|
|
169164
|
+
conditionContent: {
|
|
169165
|
+
options: {},
|
|
169166
|
+
value: ''
|
|
169167
|
+
},
|
|
169168
|
+
OperationTypewidth: '82px'
|
|
169169
|
+
}]
|
|
169170
|
+
}
|
|
169171
|
+
}];
|
|
169172
|
+
node.info.taskAssigneeList = taskAssigneeList;
|
|
169173
|
+
} else if (!node.info.taskAssigneeList && node.info.taskAssignee.assigneeType) {
|
|
169174
|
+
let taskAssigneeList = [{
|
|
169175
|
+
title: '人员1',
|
|
169176
|
+
activitiId: node.info.taskAssignee.activitiId,
|
|
169177
|
+
//节点id
|
|
169178
|
+
activitiName: node.info.taskAssignee.activitiName,
|
|
169179
|
+
//节点title
|
|
169180
|
+
assigneeType: node.info.taskAssignee.assigneeType,
|
|
169181
|
+
// 人员类型
|
|
169182
|
+
assigneeVal: node.info.taskAssignee.assigneeVal,
|
|
169183
|
+
// 选择的值
|
|
169184
|
+
executeType: node.info.taskAssignee.executeType,
|
|
169185
|
+
//执行类型
|
|
169186
|
+
assigneeList: node.info.taskAssignee.assigneeList ? node.info.taskAssignee.assigneeList : undefined,
|
|
169187
|
+
assigneeText: node.info.taskAssignee.assigneeText ? node.info.taskAssignee.assigneeText : undefined,
|
|
169188
|
+
condition: {
|
|
169189
|
+
condition: "",
|
|
169190
|
+
toTitle: node.info.title,
|
|
169191
|
+
circulationConditions: '0',
|
|
169192
|
+
conditionType: '0',
|
|
169193
|
+
conditionList: [{
|
|
169194
|
+
dictName: undefined,
|
|
169195
|
+
operationType: '1',
|
|
169196
|
+
conditionContent: {
|
|
169197
|
+
options: {},
|
|
169198
|
+
value: ''
|
|
169199
|
+
},
|
|
169200
|
+
OperationTypewidth: '82px'
|
|
169201
|
+
}]
|
|
169202
|
+
}
|
|
169203
|
+
}];
|
|
169204
|
+
node.info.taskAssigneeList = taskAssigneeList;
|
|
169205
|
+
let taskAssignee = {
|
|
169206
|
+
activitiId: node.id,
|
|
169207
|
+
//节点id
|
|
169208
|
+
activitiName: node.info.title,
|
|
169209
|
+
//节点title
|
|
169210
|
+
assigneeType: "",
|
|
169211
|
+
// 人员类型
|
|
169212
|
+
assigneeVal: "",
|
|
169213
|
+
// 选择的值
|
|
169214
|
+
executeType: 1 //执行类型
|
|
169215
|
+
};
|
|
169216
|
+
|
|
169217
|
+
node.info.taskAssignee = taskAssignee;
|
|
169218
|
+
}
|
|
169219
|
+
if (!node.info.taskAssignee || !node.info.taskAssignee.activitiId || !node.info.taskAssignee.activitiName) {
|
|
169220
|
+
let taskAssignee = {
|
|
169221
|
+
activitiId: node.id,
|
|
169222
|
+
//节点id
|
|
169223
|
+
activitiName: node.info.title,
|
|
169224
|
+
//节点title
|
|
169225
|
+
assigneeType: "",
|
|
169226
|
+
// 人员类型
|
|
169227
|
+
assigneeVal: "",
|
|
169228
|
+
// 选择的值
|
|
169229
|
+
executeType: 1 //执行类型
|
|
169230
|
+
};
|
|
169231
|
+
|
|
169232
|
+
node.info.taskAssignee = taskAssignee;
|
|
169233
|
+
}
|
|
169234
|
+
if (node.info.taskAssignee) {
|
|
169235
|
+
let taskAssignee = {
|
|
169236
|
+
activitiId: node.info.taskAssignee.activitiId,
|
|
169237
|
+
//节点id
|
|
169238
|
+
activitiName: node.info.taskAssignee.activitiName,
|
|
169239
|
+
//节点title
|
|
169240
|
+
assigneeType: "",
|
|
169241
|
+
// 人员类型
|
|
169242
|
+
assigneeVal: "",
|
|
169243
|
+
// 选择的值
|
|
169244
|
+
executeType: node.info.taskAssignee.executeType //执行类型
|
|
169245
|
+
};
|
|
169246
|
+
|
|
169247
|
+
node.info.taskAssignee = taskAssignee;
|
|
169248
|
+
}
|
|
169249
|
+
}
|
|
169250
|
+
if (!node.info.copyDesignList && !((_node$info$copyMap = node.info.copyMap) !== null && _node$info$copyMap !== void 0 && _node$info$copyMap.assigneeType)) {
|
|
169251
|
+
let copyDesignList = [{
|
|
169252
|
+
title: '抄送人1',
|
|
169253
|
+
activitiId: node.id,
|
|
169254
|
+
//节点id
|
|
169255
|
+
activitiName: node.info.title,
|
|
169256
|
+
//节点title
|
|
169257
|
+
assigneeType: "",
|
|
169258
|
+
// 人员类型
|
|
169259
|
+
assigneeVal: "",
|
|
169260
|
+
// 选择的值
|
|
169261
|
+
executeType: 1,
|
|
169262
|
+
//执行类型
|
|
169263
|
+
condition: {
|
|
169264
|
+
condition: "",
|
|
169265
|
+
toTitle: node.info.title,
|
|
169266
|
+
circulationConditions: '0',
|
|
169267
|
+
conditionType: '0',
|
|
169268
|
+
conditionList: [{
|
|
169269
|
+
dictName: undefined,
|
|
169270
|
+
operationType: '1',
|
|
169271
|
+
conditionContent: {
|
|
169272
|
+
options: {},
|
|
169273
|
+
value: ''
|
|
169274
|
+
},
|
|
169275
|
+
OperationTypewidth: '82px'
|
|
169276
|
+
}]
|
|
169277
|
+
}
|
|
169278
|
+
}];
|
|
169279
|
+
node.info.copyDesignList = copyDesignList;
|
|
169280
|
+
} else if (!node.info.copyDesignList && (_node$info$copyMap2 = node.info.copyMap) !== null && _node$info$copyMap2 !== void 0 && _node$info$copyMap2.assigneeType) {
|
|
169281
|
+
let copyDesignList = [{
|
|
169282
|
+
title: '抄送人1',
|
|
169283
|
+
activitiId: node.info.copyMap.activitiId,
|
|
169284
|
+
//节点id
|
|
169285
|
+
activitiName: node.info.copyMap.activitiName,
|
|
169286
|
+
//节点title
|
|
169287
|
+
assigneeType: node.info.copyMap.assigneeType,
|
|
169288
|
+
// 人员类型
|
|
169289
|
+
assigneeVal: node.info.copyMap.assigneeVal,
|
|
169290
|
+
// 选择的值
|
|
169291
|
+
executeType: node.info.copyMap.executeType,
|
|
169292
|
+
//执行类型
|
|
169293
|
+
assigneeList: node.info.copyMap.assigneeList ? node.info.copyMap.assigneeList : undefined,
|
|
169294
|
+
assigneeText: node.info.copyMap.assigneeText ? node.info.copyMap.assigneeText : undefined,
|
|
169295
|
+
condition: {
|
|
169296
|
+
condition: "",
|
|
169297
|
+
toTitle: node.info.title,
|
|
169298
|
+
circulationConditions: '0',
|
|
169299
|
+
conditionType: '0',
|
|
169300
|
+
conditionList: [{
|
|
169301
|
+
dictName: undefined,
|
|
169302
|
+
operationType: '1',
|
|
169303
|
+
conditionContent: {
|
|
169304
|
+
options: {},
|
|
169305
|
+
value: ''
|
|
169306
|
+
},
|
|
169307
|
+
OperationTypewidth: '82px'
|
|
169308
|
+
}]
|
|
169309
|
+
}
|
|
169310
|
+
}];
|
|
169311
|
+
node.info.copyDesignList = copyDesignList;
|
|
169312
|
+
node.info.copyMap = {
|
|
169313
|
+
activitiId: node.info.copyMap.activitiId,
|
|
169314
|
+
//节点id
|
|
169315
|
+
activitiName: node.info.copyMap.activitiName,
|
|
169316
|
+
//节点title
|
|
169317
|
+
assigneeType: "",
|
|
169318
|
+
// 人员类型
|
|
169319
|
+
assigneeVal: "",
|
|
169320
|
+
// 选择的值
|
|
169321
|
+
executeType: 1 //执行类型
|
|
169322
|
+
};
|
|
169323
|
+
}
|
|
169324
|
+
|
|
169325
|
+
if (node.info.copyMap) {
|
|
169326
|
+
node.info.copyMap = {
|
|
169327
|
+
activitiId: node.id,
|
|
169328
|
+
//节点id
|
|
169329
|
+
activitiName: node.info.title,
|
|
169330
|
+
//节点title
|
|
169331
|
+
assigneeType: "",
|
|
169332
|
+
// 人员类型
|
|
169333
|
+
assigneeVal: "",
|
|
169334
|
+
// 选择的值
|
|
169335
|
+
executeType: '' //执行类型
|
|
169336
|
+
};
|
|
169337
|
+
}
|
|
169338
|
+
});
|
|
169339
|
+
|
|
169340
|
+
initData.lineList.forEach(item => {
|
|
169341
|
+
if (!item.condition) {
|
|
169342
|
+
item.condition = {
|
|
169343
|
+
to: item.to,
|
|
169344
|
+
from: item.from,
|
|
169345
|
+
condition: "",
|
|
169346
|
+
circulationConditions: '0',
|
|
169347
|
+
conditionType: '0',
|
|
169348
|
+
conditionList: [{
|
|
169349
|
+
dictName: undefined,
|
|
169350
|
+
operationType: '1',
|
|
169351
|
+
conditionContent: {
|
|
169352
|
+
options: {},
|
|
169353
|
+
value: ''
|
|
169354
|
+
},
|
|
169355
|
+
OperationTypewidth: '82px',
|
|
169356
|
+
visibleChildren: false
|
|
169357
|
+
}]
|
|
169358
|
+
};
|
|
169359
|
+
item.condition.fromTitle = initData.nodeList.filter(el => el.id == item.from)[0].info.title;
|
|
169360
|
+
item.condition.toTitle = initData.nodeList.filter(el => el.id == item.to)[0].info.title;
|
|
169361
|
+
debugger;
|
|
169362
|
+
}
|
|
169363
|
+
});
|
|
169131
169364
|
this.data = initData;
|
|
169132
169365
|
this.$set(this.data, 'nodeForm', initData.nodeForm);
|
|
169133
169366
|
this.flowData = lodash_default().cloneDeep(initData);
|
|
@@ -169180,7 +169413,7 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
169180
169413
|
}
|
|
169181
169414
|
//兼容老版本流程中的抄送人和人员配置,写入最新数据
|
|
169182
169415
|
initData.nodeList.forEach(node => {
|
|
169183
|
-
var _node$info$
|
|
169416
|
+
var _node$info$copyMap3, _node$info$copyMap4;
|
|
169184
169417
|
if (node.name === '普通') {
|
|
169185
169418
|
if (!node.info.taskAssigneeList && !node.info.taskAssignee.assigneeType) {
|
|
169186
169419
|
debugger;
|
|
@@ -169290,7 +169523,7 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
169290
169523
|
node.info.taskAssignee = taskAssignee;
|
|
169291
169524
|
}
|
|
169292
169525
|
}
|
|
169293
|
-
if (!node.info.copyDesignList && !((_node$info$
|
|
169526
|
+
if (!node.info.copyDesignList && !((_node$info$copyMap3 = node.info.copyMap) !== null && _node$info$copyMap3 !== void 0 && _node$info$copyMap3.assigneeType)) {
|
|
169294
169527
|
let copyDesignList = [{
|
|
169295
169528
|
title: '抄送人1',
|
|
169296
169529
|
activitiId: node.id,
|
|
@@ -169320,7 +169553,7 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
169320
169553
|
}
|
|
169321
169554
|
}];
|
|
169322
169555
|
node.info.copyDesignList = copyDesignList;
|
|
169323
|
-
} else if (!node.info.copyDesignList && (_node$info$
|
|
169556
|
+
} else if (!node.info.copyDesignList && (_node$info$copyMap4 = node.info.copyMap) !== null && _node$info$copyMap4 !== void 0 && _node$info$copyMap4.assigneeType) {
|
|
169324
169557
|
let copyDesignList = [{
|
|
169325
169558
|
title: '抄送人1',
|
|
169326
169559
|
activitiId: node.info.copyMap.activitiId,
|
|
@@ -170380,15 +170613,15 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
170380
170613
|
});
|
|
170381
170614
|
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=script&lang=js&
|
|
170382
170615
|
/* harmony default export */ const src_flow_panelvue_type_script_lang_js_ = (panelvue_type_script_lang_js_);
|
|
170383
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=0&id=
|
|
170616
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=0&id=f2744ade&prod&lang=less&scoped=true&
|
|
170384
170617
|
// extracted by mini-css-extract-plugin
|
|
170385
170618
|
|
|
170386
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=
|
|
170619
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=f2744ade&prod&lang=less&scoped=true&
|
|
170387
170620
|
|
|
170388
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=1&id=
|
|
170621
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=1&id=f2744ade&prod&lang=less&scoped=true&
|
|
170389
170622
|
// extracted by mini-css-extract-plugin
|
|
170390
170623
|
|
|
170391
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=
|
|
170624
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=f2744ade&prod&lang=less&scoped=true&
|
|
170392
170625
|
|
|
170393
170626
|
;// CONCATENATED MODULE: ./src/flow/panel.vue
|
|
170394
170627
|
|
|
@@ -170406,7 +170639,7 @@ var panel_component = (0,componentNormalizer/* default */.Z)(
|
|
|
170406
170639
|
staticRenderFns,
|
|
170407
170640
|
false,
|
|
170408
170641
|
null,
|
|
170409
|
-
"
|
|
170642
|
+
"f2744ade",
|
|
170410
170643
|
null
|
|
170411
170644
|
|
|
170412
170645
|
)
|
|
@@ -172421,7 +172654,7 @@ var SvgIcon_component = (0,componentNormalizer/* default */.Z)(
|
|
|
172421
172654
|
|
|
172422
172655
|
/* harmony default export */ const SvgIcon = (SvgIcon_component.exports);
|
|
172423
172656
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutForPaper.vue + 6 modules
|
|
172424
|
-
var layoutForPaper = __webpack_require__(
|
|
172657
|
+
var layoutForPaper = __webpack_require__(7297);
|
|
172425
172658
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 10 modules
|
|
172426
172659
|
var layoutItem = __webpack_require__(2541);
|
|
172427
172660
|
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=template&id=fc885e76&
|
|
@@ -184699,7 +184932,7 @@ var formula_edit_component = (0,componentNormalizer/* default */.Z)(
|
|
|
184699
184932
|
}
|
|
184700
184933
|
},
|
|
184701
184934
|
components: {
|
|
184702
|
-
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
184935
|
+
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7297)),
|
|
184703
184936
|
FormulaEdit: formula_edit
|
|
184704
184937
|
},
|
|
184705
184938
|
data() {
|