@zscreate/form-component 1.1.374 → 1.1.376
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 +63 -63
- package/dist/form-component.umd.js +188 -51
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.h-model-item[data-v-
|
|
1
|
+
.h-model-item[data-v-6c69053e]{height:30px;line-height:30px;padding-left:10px;font-size:16px}.h-model-item[data-v-6c69053e]:hover{background-color:#f5f9fd;color:#1890FF !important}.dropMenu[data-v-6c69053e]{width:100px;padding:0;margin:auto;position:absolute;right:-100px;top:-7px;bottom:0;z-index:100}.dropMenu li[data-v-6c69053e]{width:20px;height:20px;line-height:20px;display:inline-block;text-align:center;cursor:pointer;font-size:16px;color:#999}.dropMenu li[data-v-6c69053e]:hover{color:#66a6e0}.dropMenu li.icon-set[data-v-6c69053e]{font-size:23px}.dropMenuItem[data-v-6c69053e]{width:30px;height:30px;padding:0;color:#ffa500;margin:auto;position:absolute;cursor:pointer;bottom:0;z-index:100;font-size:20px}.gate .flow-node-drag[data-v-6c69053e]:nth-child(1){left:0;right:0;top:-19px}.gate .flow-node-drag[data-v-6c69053e]:nth-child(2){top:0;bottom:0;right:-19px}.gate .flow-node-drag[data-v-6c69053e]:nth-child(3){left:0;right:0;bottom:-19px}.gate .flow-node-drag[data-v-6c69053e]:nth-child(4){top:0;bottom:0;left:-19px}.flow-node-header[data-v-6c69053e]{background-color:#66a6e0;height:25px;cursor:pointer;border-top-left-radius:6px;border-top-right-radius:6px}.flow-node-header a[data-v-6c69053e]{text-decoration:none;line-height:25px;vertical-align:middle}.flow-node-header a img[data-v-6c69053e]{line-height:25px;vertical-align:middle;margin-bottom:5px}.flow-node-body[data-v-6c69053e]{background-color:white;text-align:center;cursor:pointer;height:25px;line-height:25px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.vdr-no-border[data-v-6c69053e]{border:none}.tool .text[data-v-6c69053e]{font-size:14px;padding:4px 6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;/*! autoprefixer: off */-webkit-box-orient:vertical;/*! autoprefixer: on */-webkit-line-clamp:2;height:46px;word-break:break-all}.tool .inner[data-v-6c69053e]{background:orange;display:flex;justify-content:start;align-items:center;color:#fff}.tool .inner .icon-user[data-v-6c69053e]{color:#fff;display:flex;align-items:center;justify-content:center}.tool .inner-blue[data-v-6c69053e]{background:blue;display:flex;justify-content:start;align-items:center;color:#fff}.tool .inner-blue .icon-user[data-v-6c69053e]{color:#fff;display:flex;align-items:center}.flow-view .start[data-v-6c69053e]{border:2px solid #e0c645}.flow-view .end[data-v-6c69053e]{background-size:cover;border:2px solid #e0c645;position:relative}.flow-view .end[data-v-6c69053e]:before{content:'';width:12px;height:12px;background:#e0c645;display:block;position:absolute;top:calc(50% - 6px);left:calc(50% - 6px)}
|
|
2
2
|
|
|
3
3
|
.flow-tool-menu{background-color:#eeeeee;cursor:pointer;padding-left:5px;height:50px;line-height:50px;border-bottom:1px solid #979797}.flow-tool-submenu{background-color:white;padding-left:20px;cursor:pointer;height:50px;line-height:50px;vertical-align:middle;border-bottom:1px solid #d3d3d3}.g1-tools_1 li.start{width:50px;height:50px;border:1px solid #d8d8d8;border-radius:100%}.draggable-item .inner{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.draggable-item .inner svg{font-size:30px;color:#858587}.draggable-item .inner svg use{fill:#858587}.draggable-item .inner span{color:#333;margin:5px}
|
|
4
4
|
|
|
@@ -316,16 +316,16 @@ ul li[data-v-c8780a30] {
|
|
|
316
316
|
width: 347px !important;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
ul[data-v-
|
|
320
|
-
li[data-v-
|
|
321
|
-
dl[data-v-
|
|
322
|
-
dt[data-v-
|
|
323
|
-
dd[data-v-
|
|
319
|
+
ul[data-v-691f773b],
|
|
320
|
+
li[data-v-691f773b],
|
|
321
|
+
dl[data-v-691f773b],
|
|
322
|
+
dt[data-v-691f773b],
|
|
323
|
+
dd[data-v-691f773b] {
|
|
324
324
|
list-style-type: none;
|
|
325
325
|
padding: 0;
|
|
326
326
|
margin: 0;
|
|
327
327
|
}
|
|
328
|
-
.flowwork-warp[data-v-
|
|
328
|
+
.flowwork-warp[data-v-691f773b] {
|
|
329
329
|
position: absolute;
|
|
330
330
|
left: 0;
|
|
331
331
|
right: 0;
|
|
@@ -333,7 +333,7 @@ dd[data-v-3aa368f7] {
|
|
|
333
333
|
bottom: 64px;
|
|
334
334
|
background: #fff;
|
|
335
335
|
}
|
|
336
|
-
.g1_workflow_warp[data-v-
|
|
336
|
+
.g1_workflow_warp[data-v-691f773b] {
|
|
337
337
|
border: 1px solid #dfdfdf;
|
|
338
338
|
margin: auto;
|
|
339
339
|
position: absolute;
|
|
@@ -342,12 +342,12 @@ dd[data-v-3aa368f7] {
|
|
|
342
342
|
bottom: 0;
|
|
343
343
|
top: 0;
|
|
344
344
|
}
|
|
345
|
-
.g1_workflow_warp li[data-v-
|
|
345
|
+
.g1_workflow_warp li[data-v-691f773b] {
|
|
346
346
|
width: 100%;
|
|
347
347
|
position: relative;
|
|
348
348
|
text-align: center;
|
|
349
349
|
}
|
|
350
|
-
.g1-sider_tool1[data-v-
|
|
350
|
+
.g1-sider_tool1[data-v-691f773b] {
|
|
351
351
|
width: 100px;
|
|
352
352
|
position: absolute;
|
|
353
353
|
left: 0;
|
|
@@ -356,37 +356,37 @@ dd[data-v-3aa368f7] {
|
|
|
356
356
|
border-right: 1px solid #dfdfdf;
|
|
357
357
|
overflow-y: auto;
|
|
358
358
|
}
|
|
359
|
-
.g1-sider_tool1 .tool_box[data-v-
|
|
359
|
+
.g1-sider_tool1 .tool_box[data-v-691f773b] {
|
|
360
360
|
margin-top: 15px;
|
|
361
361
|
}
|
|
362
|
-
.g1-sider_tool1 .tool_box .tool[data-v-
|
|
362
|
+
.g1-sider_tool1 .tool_box .tool[data-v-691f773b] {
|
|
363
363
|
text-align: center;
|
|
364
364
|
font-size: 12px;
|
|
365
365
|
color: #fff;
|
|
366
366
|
}
|
|
367
367
|
/* 公用图形 */
|
|
368
|
-
.end[data-v-
|
|
368
|
+
.end[data-v-691f773b] {
|
|
369
369
|
border-radius: 100%;
|
|
370
370
|
}
|
|
371
|
-
.comm[data-v-
|
|
371
|
+
.comm[data-v-691f773b] {
|
|
372
372
|
border-radius: 0px;
|
|
373
373
|
}
|
|
374
|
-
.gate[data-v-
|
|
374
|
+
.gate[data-v-691f773b] {
|
|
375
375
|
width: 60px;
|
|
376
376
|
border-radius: 0;
|
|
377
377
|
}
|
|
378
|
-
.gate .inner[data-v-
|
|
378
|
+
.gate .inner[data-v-691f773b] {
|
|
379
379
|
display: inline-block;
|
|
380
380
|
font-size: 16px;
|
|
381
381
|
}
|
|
382
|
-
.g1-form_main1[data-v-
|
|
382
|
+
.g1-form_main1[data-v-691f773b] {
|
|
383
383
|
position: absolute;
|
|
384
384
|
left: 100px;
|
|
385
385
|
right: 0;
|
|
386
386
|
top: 0;
|
|
387
387
|
bottom: 0;
|
|
388
388
|
}
|
|
389
|
-
.g1-form_main1 .head[data-v-
|
|
389
|
+
.g1-form_main1 .head[data-v-691f773b] {
|
|
390
390
|
height: 46px;
|
|
391
391
|
line-height: 46px;
|
|
392
392
|
text-align: left;
|
|
@@ -394,11 +394,11 @@ dd[data-v-3aa368f7] {
|
|
|
394
394
|
box-sizing: border-box;
|
|
395
395
|
border-bottom: 1px solid #d8d8d8;
|
|
396
396
|
}
|
|
397
|
-
.g1-form_main1 .head .ant-btn[data-v-
|
|
397
|
+
.g1-form_main1 .head .ant-btn[data-v-691f773b] {
|
|
398
398
|
height: 32px;
|
|
399
399
|
margin-right: 10px;
|
|
400
400
|
}
|
|
401
|
-
.g1-form_main1 .main[data-v-
|
|
401
|
+
.g1-form_main1 .main[data-v-691f773b] {
|
|
402
402
|
position: absolute;
|
|
403
403
|
left: 0 !important;
|
|
404
404
|
right: 0px;
|
|
@@ -407,12 +407,12 @@ dd[data-v-3aa368f7] {
|
|
|
407
407
|
overflow: auto;
|
|
408
408
|
box-sizing: border-box;
|
|
409
409
|
}
|
|
410
|
-
.g1-form_main1 .main #flowContainer[data-v-
|
|
410
|
+
.g1-form_main1 .main #flowContainer[data-v-691f773b] {
|
|
411
411
|
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%);
|
|
412
412
|
background-size: 10px 10px;
|
|
413
413
|
background-color: #fbfbfb;
|
|
414
414
|
}
|
|
415
|
-
.g1-form_main1 .sider-pannel[data-v-
|
|
415
|
+
.g1-form_main1 .sider-pannel[data-v-691f773b] {
|
|
416
416
|
width: 250px;
|
|
417
417
|
padding: 0 15px;
|
|
418
418
|
position: absolute;
|
|
@@ -422,7 +422,7 @@ dd[data-v-3aa368f7] {
|
|
|
422
422
|
border-left: 1px solid #dfdfdf;
|
|
423
423
|
background-color: #fff;
|
|
424
424
|
}
|
|
425
|
-
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-
|
|
425
|
+
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-691f773b] {
|
|
426
426
|
width: 100%;
|
|
427
427
|
height: 100%;
|
|
428
428
|
padding: 15px;
|
|
@@ -433,7 +433,7 @@ dd[data-v-3aa368f7] {
|
|
|
433
433
|
top: 0;
|
|
434
434
|
overflow-y: auto;
|
|
435
435
|
}
|
|
436
|
-
.g1-form_main1 .sider-pannel .sider-open[data-v-
|
|
436
|
+
.g1-form_main1 .sider-pannel .sider-open[data-v-691f773b] {
|
|
437
437
|
width: 36px;
|
|
438
438
|
height: 60px;
|
|
439
439
|
line-height: 60px;
|
|
@@ -449,14 +449,14 @@ dd[data-v-3aa368f7] {
|
|
|
449
449
|
background-color: #fff;
|
|
450
450
|
}
|
|
451
451
|
/* 视图图形 */
|
|
452
|
-
.flow-view[data-v-
|
|
452
|
+
.flow-view[data-v-691f773b] {
|
|
453
453
|
position: absolute;
|
|
454
454
|
left: 0;
|
|
455
455
|
right: 0;
|
|
456
456
|
top: 0;
|
|
457
457
|
bottom: 0;
|
|
458
458
|
}
|
|
459
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
459
|
+
.flow-view .inner .flow-node-drag[data-v-691f773b] {
|
|
460
460
|
width: 12px;
|
|
461
461
|
height: 12px;
|
|
462
462
|
display: block;
|
|
@@ -467,27 +467,27 @@ dd[data-v-3aa368f7] {
|
|
|
467
467
|
cursor: crosshair;
|
|
468
468
|
background: rgba(24, 144, 255, 0.6);
|
|
469
469
|
}
|
|
470
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
470
|
+
.flow-view .inner .flow-node-drag[data-v-691f773b]:nth-child(1) {
|
|
471
471
|
left: -6px;
|
|
472
472
|
top: 0;
|
|
473
473
|
bottom: 0;
|
|
474
474
|
}
|
|
475
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
475
|
+
.flow-view .inner .flow-node-drag[data-v-691f773b]:nth-child(2) {
|
|
476
476
|
top: -6px;
|
|
477
477
|
left: 0;
|
|
478
478
|
right: 0;
|
|
479
479
|
}
|
|
480
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
480
|
+
.flow-view .inner .flow-node-drag[data-v-691f773b]:nth-child(3) {
|
|
481
481
|
right: -6px;
|
|
482
482
|
top: 0;
|
|
483
483
|
bottom: 0;
|
|
484
484
|
}
|
|
485
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
485
|
+
.flow-view .inner .flow-node-drag[data-v-691f773b]:nth-child(4) {
|
|
486
486
|
bottom: -6px;
|
|
487
487
|
left: 0;
|
|
488
488
|
right: 0;
|
|
489
489
|
}
|
|
490
|
-
.flow-view .tool[data-v-
|
|
490
|
+
.flow-view .tool[data-v-691f773b] {
|
|
491
491
|
width: 100%;
|
|
492
492
|
height: 100%;
|
|
493
493
|
margin: 0;
|
|
@@ -495,14 +495,14 @@ dd[data-v-3aa368f7] {
|
|
|
495
495
|
box-shadow: 5px 5px 3px #d4d0d0;
|
|
496
496
|
background: #fbfbfb;
|
|
497
497
|
}
|
|
498
|
-
.flow-view .tool .iconfont[data-v-
|
|
498
|
+
.flow-view .tool .iconfont[data-v-691f773b] {
|
|
499
499
|
font-size: 100%;
|
|
500
500
|
color: #858587;
|
|
501
501
|
}
|
|
502
|
-
.flow-view .exclude_gateway[data-v-
|
|
502
|
+
.flow-view .exclude_gateway[data-v-691f773b] {
|
|
503
503
|
box-shadow: 0 0 0 #ccc;
|
|
504
504
|
}
|
|
505
|
-
.flow-view .gate[data-v-
|
|
505
|
+
.flow-view .gate[data-v-691f773b] {
|
|
506
506
|
line-height: 50px;
|
|
507
507
|
position: absolute;
|
|
508
508
|
left: 0;
|
|
@@ -510,9 +510,9 @@ dd[data-v-3aa368f7] {
|
|
|
510
510
|
top: 0;
|
|
511
511
|
bottom: 0;
|
|
512
512
|
}
|
|
513
|
-
.flow-view .ordinary_gateway[data-v-
|
|
514
|
-
.flow-view .parall_gateway[data-v-
|
|
515
|
-
.flow-view .exclude_gateway[data-v-
|
|
513
|
+
.flow-view .ordinary_gateway[data-v-691f773b],
|
|
514
|
+
.flow-view .parall_gateway[data-v-691f773b],
|
|
515
|
+
.flow-view .exclude_gateway[data-v-691f773b] {
|
|
516
516
|
border: none;
|
|
517
517
|
border-radius: 0;
|
|
518
518
|
background-size: cover;
|
|
@@ -520,35 +520,35 @@ dd[data-v-3aa368f7] {
|
|
|
520
520
|
background-position: center center;
|
|
521
521
|
box-shadow: 0 0 0 #ccc;
|
|
522
522
|
}
|
|
523
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
524
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
525
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
523
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-691f773b]:nth-child(1),
|
|
524
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-691f773b]:nth-child(1),
|
|
525
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-691f773b]:nth-child(1) {
|
|
526
526
|
left: 0;
|
|
527
527
|
top: 0;
|
|
528
528
|
bottom: 0;
|
|
529
529
|
}
|
|
530
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
531
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
532
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
530
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-691f773b]:nth-child(2),
|
|
531
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-691f773b]:nth-child(2),
|
|
532
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-691f773b]:nth-child(2) {
|
|
533
533
|
top: 0;
|
|
534
534
|
left: 0;
|
|
535
535
|
right: 0;
|
|
536
536
|
}
|
|
537
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
538
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
539
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
537
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-691f773b]:nth-child(3),
|
|
538
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-691f773b]:nth-child(3),
|
|
539
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-691f773b]:nth-child(3) {
|
|
540
540
|
right: 0;
|
|
541
541
|
top: 0;
|
|
542
542
|
bottom: 0;
|
|
543
543
|
}
|
|
544
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
545
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
546
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
544
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-691f773b]:nth-child(4),
|
|
545
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-691f773b]:nth-child(4),
|
|
546
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-691f773b]:nth-child(4) {
|
|
547
547
|
bottom: 0;
|
|
548
548
|
left: 0;
|
|
549
549
|
right: 0;
|
|
550
550
|
}
|
|
551
|
-
.flow-view .exclude_gateway[data-v-
|
|
551
|
+
.flow-view .exclude_gateway[data-v-691f773b] {
|
|
552
552
|
width: 70%;
|
|
553
553
|
height: 70%;
|
|
554
554
|
margin: 15%;
|
|
@@ -557,7 +557,7 @@ dd[data-v-3aa368f7] {
|
|
|
557
557
|
transform: rotate(45deg);
|
|
558
558
|
position: relative;
|
|
559
559
|
}
|
|
560
|
-
.flow-view .exclude_gateway[data-v-
|
|
560
|
+
.flow-view .exclude_gateway[data-v-691f773b]::before {
|
|
561
561
|
content: '';
|
|
562
562
|
width: 2px;
|
|
563
563
|
background-color: #7a7a7a;
|
|
@@ -567,7 +567,7 @@ dd[data-v-3aa368f7] {
|
|
|
567
567
|
top: calc(50% - 10px);
|
|
568
568
|
left: calc(50% - 1px);
|
|
569
569
|
}
|
|
570
|
-
.flow-view .exclude_gateway[data-v-
|
|
570
|
+
.flow-view .exclude_gateway[data-v-691f773b]::after {
|
|
571
571
|
content: '';
|
|
572
572
|
width: 20px;
|
|
573
573
|
background-color: #7a7a7a;
|
|
@@ -577,7 +577,7 @@ dd[data-v-3aa368f7] {
|
|
|
577
577
|
top: calc(50% - 1px);
|
|
578
578
|
left: calc(50% - 10px);
|
|
579
579
|
}
|
|
580
|
-
.flow-view .parall_gateway[data-v-
|
|
580
|
+
.flow-view .parall_gateway[data-v-691f773b] {
|
|
581
581
|
width: 70%;
|
|
582
582
|
height: 70%;
|
|
583
583
|
margin: 15%;
|
|
@@ -586,7 +586,7 @@ dd[data-v-3aa368f7] {
|
|
|
586
586
|
transform: rotate(45deg);
|
|
587
587
|
position: relative;
|
|
588
588
|
}
|
|
589
|
-
.flow-view .parall_gateway[data-v-
|
|
589
|
+
.flow-view .parall_gateway[data-v-691f773b]::after {
|
|
590
590
|
content: '';
|
|
591
591
|
width: 20px;
|
|
592
592
|
background-color: #7a7a7a;
|
|
@@ -598,7 +598,7 @@ dd[data-v-3aa368f7] {
|
|
|
598
598
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
599
599
|
transform: rotate(45deg);
|
|
600
600
|
}
|
|
601
|
-
.flow-view .parall_gateway[data-v-
|
|
601
|
+
.flow-view .parall_gateway[data-v-691f773b]::before {
|
|
602
602
|
content: '';
|
|
603
603
|
width: 2px;
|
|
604
604
|
background-color: #7a7a7a;
|
|
@@ -611,7 +611,7 @@ dd[data-v-3aa368f7] {
|
|
|
611
611
|
transform: rotate(45deg);
|
|
612
612
|
}
|
|
613
613
|
/* 线条工具 */
|
|
614
|
-
.lineTool[data-v-
|
|
614
|
+
.lineTool[data-v-691f773b] {
|
|
615
615
|
width: 130px;
|
|
616
616
|
height: 26px;
|
|
617
617
|
border: 1px solid #1890ff;
|
|
@@ -619,7 +619,7 @@ dd[data-v-3aa368f7] {
|
|
|
619
619
|
background-color: #fff;
|
|
620
620
|
text-align: left;
|
|
621
621
|
}
|
|
622
|
-
.lineTool li[data-v-
|
|
622
|
+
.lineTool li[data-v-691f773b] {
|
|
623
623
|
width: 30px;
|
|
624
624
|
height: 26px;
|
|
625
625
|
display: inline-block;
|
|
@@ -627,14 +627,14 @@ dd[data-v-3aa368f7] {
|
|
|
627
627
|
text-align: center;
|
|
628
628
|
color: #1890ff;
|
|
629
629
|
}
|
|
630
|
-
.tool-drag a .inner[data-v-
|
|
630
|
+
.tool-drag a .inner[data-v-691f773b] {
|
|
631
631
|
color: #f00 !important;
|
|
632
632
|
}
|
|
633
|
-
.ant-layout-footer[data-v-
|
|
633
|
+
.ant-layout-footer[data-v-691f773b] {
|
|
634
634
|
z-index: 10;
|
|
635
635
|
}
|
|
636
636
|
|
|
637
|
-
#flowContainer[data-v-
|
|
637
|
+
#flowContainer[data-v-691f773b] {
|
|
638
638
|
width: 1000000px;
|
|
639
639
|
height: 1000000px;
|
|
640
640
|
position: absolute;
|
|
@@ -647,7 +647,7 @@ dd[data-v-3aa368f7] {
|
|
|
647
647
|
left: -500000px;
|
|
648
648
|
top: -500000px; */
|
|
649
649
|
}
|
|
650
|
-
.labelClass[data-v-
|
|
650
|
+
.labelClass[data-v-691f773b] {
|
|
651
651
|
padding: 0 3px;
|
|
652
652
|
font-size: 12px;
|
|
653
653
|
cursor: pointer;
|
|
@@ -658,14 +658,14 @@ dd[data-v-3aa368f7] {
|
|
|
658
658
|
border-radius: 3px;
|
|
659
659
|
background: rgba(24, 144, 255, 0.6);
|
|
660
660
|
}
|
|
661
|
-
.loading[data-v-
|
|
661
|
+
.loading[data-v-691f773b] {
|
|
662
662
|
height: 100%;
|
|
663
663
|
width: 100%;
|
|
664
664
|
display: flex;
|
|
665
665
|
align-items: center;
|
|
666
666
|
justify-content: center;
|
|
667
667
|
}
|
|
668
|
-
[data-v-
|
|
668
|
+
[data-v-691f773b] .labelClass {
|
|
669
669
|
background-color: #539dfa !important;
|
|
670
670
|
padding: 5px;
|
|
671
671
|
border-radius: 5px;
|
|
@@ -157684,7 +157684,7 @@ function toString(value) {
|
|
|
157684
157684
|
/***/ ((module) => {
|
|
157685
157685
|
|
|
157686
157686
|
"use strict";
|
|
157687
|
-
module.exports = {"i8":"1.1.
|
|
157687
|
+
module.exports = {"i8":"1.1.376"};
|
|
157688
157688
|
|
|
157689
157689
|
/***/ })
|
|
157690
157690
|
|
|
@@ -159627,7 +159627,7 @@ icon_Icon.install = function (Vue) {
|
|
|
159627
159627
|
};
|
|
159628
159628
|
|
|
159629
159629
|
/* harmony default export */ const icon = (icon_Icon);
|
|
159630
|
-
;// 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=
|
|
159630
|
+
;// 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=691f773b&scoped=true&
|
|
159631
159631
|
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(),_c('dataConditionPanel',{directives:[{name:"show",rawName:"v-show",value:(_vm.dataConditionPanelVisible),expression:"dataConditionPanelVisible"}],ref:"dataConditionPanel",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData},on:{"isPanelShow":_vm.isPanelShow}}),_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()}
|
|
159632
159632
|
var staticRenderFns = []
|
|
159633
159633
|
|
|
@@ -159638,9 +159638,9 @@ var es_array_push = __webpack_require__(5746);
|
|
|
159638
159638
|
var es_json_stringify = __webpack_require__(9826);
|
|
159639
159639
|
// EXTERNAL MODULE: ./node_modules/_jsplumb@2.11.2@jsplumb/dist/js/jsplumb.js
|
|
159640
159640
|
var jsplumb = __webpack_require__(5325);
|
|
159641
|
-
;// 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/node.vue?vue&type=template&id=
|
|
159642
|
-
var
|
|
159643
|
-
var
|
|
159641
|
+
;// 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/node.vue?vue&type=template&id=6c69053e&scoped=true&
|
|
159642
|
+
var nodevue_type_template_id_6c69053e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('vdr',{ref:"aa",staticClass:"vdr-no-border",attrs:{"w":_vm.node.width ? _vm.node.width : _vm.flowNodeContainer.width,"h":_vm.node.height ? _vm.node.height : _vm.flowNodeContainer.height,"x":_vm.flowNodeContainer.left,"y":_vm.flowNodeContainer.top,"draggable":_vm.flag && _vm.isFlowPanelMain,"resizable":_vm.isResize,"snap":true,"snap-tolerance":20},on:{"resizing":_vm.onResizing,"resizestop":_vm.onResizstop}},[_c('div',{ref:"node",staticClass:"flow-view",on:{"mouseenter":_vm.showDelete,"mouseleave":_vm.hideDelete,"dblclick":function($event){$event.stopPropagation();return _vm.clickNode.apply(null, arguments)},"mouseup":_vm.changeNodeSite,"contextmenu":function($event){$event.preventDefault();return _vm.editMenu.apply(null, arguments)},"click":function($event){$event.stopPropagation();return _vm.clickNodeOne.apply(null, arguments)}}},[_c('div',{class:_vm.node.info.cls},[_c('div',{staticClass:"inner"},[(_vm.node.info.type == 'comm')?_c('svg-icon',{staticStyle:{"height":"28px","font-size":"18px","margin":"0 5px"},attrs:{"iconName":"icon-icon-user"}}):_vm._e(),(_vm.lineTodo)?_c('i',{class:_vm.nodeClass}):_vm._e(),(_vm.lineTodo)?_c('i',{class:_vm.nodeClass}):_vm._e(),(_vm.lineTodo)?_c('i',{class:_vm.nodeClass}):_vm._e(),(_vm.lineTodo)?_c('i',{class:_vm.nodeClass}):_vm._e(),(_vm.node.info.type == 'comm')?_c('span',[_vm._v(_vm._s(_vm.node.info.title))]):_vm._e()],1),(_vm.node.info && _vm.node.info.taskAssigneeList && _vm.node.info.taskAssigneeList.length > 0 && _vm.node.info.taskAssigneeList.some(function (item) { return item.title; }))?_c('div',{staticClass:"text",attrs:{"title":_vm.node.info.taskAssigneeList.map(function (item) { return item.title; }).join(',')}},[_vm._v(" "+_vm._s(_vm.node.info.taskAssigneeList.map(function (item) { return item.title; }).join(','))+" ")]):_vm._e()]),(_vm.dropMenu)?_c('ul',{staticClass:"dropMenu"},[_c('li',{staticStyle:{"font-size":"16px"},on:{"click":_vm.editNode}},[_c('svg-icon',{attrs:{"iconName":"icon-shezhi"}})],1),_c('li',{on:{"click":_vm.deleteNode}},[_c('svg-icon',{staticStyle:{"font-size":"14px"},attrs:{"iconName":"icon-shanchu"}})],1)]):_vm._e(),(_vm.node.info.name === '普通' && _vm.addBtn)?_c('div',_vm._l((_vm.addButtonList),function(item,index){return _c('div',{staticClass:"dropMenuItem",style:({ top: item.top, right: item.right, display: 'block !important', opacity: 1 }),attrs:{"tabindex":index},on:{"click":function($event){$event.stopPropagation();return _vm.clickMenuItem(index)}}},[_c('a-icon',{attrs:{"type":"plus-circle"}}),(item.flag)?_c('div',{staticStyle:{"width":"105px","padding":"10px 6px","background-color":"#fff","color":"#333","font-size":"14px","border-radius":"10px","overflow":"hidden","box-shadow":"0px 3px 6px rgba(0,0,0,0.04)"}},[_c('div',{staticClass:"h-model-item",on:{"click":function($event){$event.stopPropagation();return _vm.addNodeListItem(item.type, index, 'yh')}}},[_vm._v("用户任务")]),_c('div',{staticClass:"h-model-item",on:{"click":function($event){$event.stopPropagation();return _vm.addNodeListItem(item.type, index, 'fz')}}},[_vm._v("分支网关")]),_c('div',{staticClass:"h-model-item",on:{"click":function($event){$event.stopPropagation();return _vm.addNodeListItem(item.type, index, 'bx')}}},[_vm._v("并行网关")]),(!_vm.nodeList.some(function (info) { return info.id === 'EndEvent'; }))?_c('div',{staticClass:"h-model-item",on:{"click":function($event){$event.stopPropagation();return _vm.addNodeListItem(item.type, index, 'js')}}},[_vm._v("结束节点")]):_vm._e()]):_vm._e()],1)}),0):_vm._e()])])}
|
|
159643
|
+
var nodevue_type_template_id_6c69053e_scoped_true_staticRenderFns = []
|
|
159644
159644
|
|
|
159645
159645
|
|
|
159646
159646
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/node.vue?vue&type=script&lang=js&
|
|
@@ -160004,10 +160004,10 @@ var nodevue_type_template_id_58b74f66_scoped_true_staticRenderFns = []
|
|
|
160004
160004
|
});
|
|
160005
160005
|
;// CONCATENATED MODULE: ./src/flow/node.vue?vue&type=script&lang=js&
|
|
160006
160006
|
/* harmony default export */ const flow_nodevue_type_script_lang_js_ = (nodevue_type_script_lang_js_);
|
|
160007
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-22.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-22.use[2]!./node_modules/_sass-loader@7.3.1@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/node.vue?vue&type=style&index=0&id=
|
|
160007
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-22.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-22.use[2]!./node_modules/_sass-loader@7.3.1@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/node.vue?vue&type=style&index=0&id=6c69053e&prod&lang=scss&scoped=true&
|
|
160008
160008
|
// extracted by mini-css-extract-plugin
|
|
160009
160009
|
|
|
160010
|
-
;// CONCATENATED MODULE: ./src/flow/node.vue?vue&type=style&index=0&id=
|
|
160010
|
+
;// CONCATENATED MODULE: ./src/flow/node.vue?vue&type=style&index=0&id=6c69053e&prod&lang=scss&scoped=true&
|
|
160011
160011
|
|
|
160012
160012
|
// EXTERNAL MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/runtime/componentNormalizer.js
|
|
160013
160013
|
var componentNormalizer = __webpack_require__(8412);
|
|
@@ -160022,11 +160022,11 @@ var componentNormalizer = __webpack_require__(8412);
|
|
|
160022
160022
|
|
|
160023
160023
|
var component = (0,componentNormalizer/* default */.Z)(
|
|
160024
160024
|
flow_nodevue_type_script_lang_js_,
|
|
160025
|
-
|
|
160026
|
-
|
|
160025
|
+
nodevue_type_template_id_6c69053e_scoped_true_render,
|
|
160026
|
+
nodevue_type_template_id_6c69053e_scoped_true_staticRenderFns,
|
|
160027
160027
|
false,
|
|
160028
160028
|
null,
|
|
160029
|
-
"
|
|
160029
|
+
"6c69053e",
|
|
160030
160030
|
null
|
|
160031
160031
|
|
|
160032
160032
|
)
|
|
@@ -161302,8 +161302,8 @@ var flow_panel_component = (0,componentNormalizer/* default */.Z)(
|
|
|
161302
161302
|
)
|
|
161303
161303
|
|
|
161304
161304
|
/* harmony default export */ const flow_panel = (flow_panel_component.exports);
|
|
161305
|
-
;// 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/sider-panel.vue?vue&type=template&id=
|
|
161306
|
-
var
|
|
161305
|
+
;// 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/sider-panel.vue?vue&type=template&id=b2be9c00&
|
|
161306
|
+
var sider_panelvue_type_template_id_b2be9c00_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"sider-pannel"},[_c('a',{staticClass:"sider-open",attrs:{"href":"javascript:void(0);"},on:{"click":_vm.openOrClose}},[_vm._v("关闭")]),_c('div',{staticClass:"sider-panel-inner"},[_c('h3',{staticClass:"panel-hd"},[_vm._v("节点:"+_vm._s(_vm.node.info.title))]),_c('a-form',{staticClass:"panel-form",attrs:{"model":_vm.node}},[_c('a-form-item',{attrs:{"label":"节点ID:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-input',{attrs:{"disabled":""},model:{value:(_vm.node.id),callback:function ($$v) {_vm.$set(_vm.node, "id", $$v)},expression:"node.id"}})],1),_c('a-form-item',{attrs:{"label":"节点名称:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-input',{attrs:{"max-length":10,"disabled":_vm.node.info.type == 'gate' ||
|
|
161307
161307
|
_vm.node.info.type == 'start' ||
|
|
161308
161308
|
_vm.node.info.type == 'end'},on:{"change":_vm.changeNodeTitle},model:{value:(_vm.node.info.title),callback:function ($$v) {_vm.$set(_vm.node.info, "title", $$v)},expression:"node.info.title"}})],1),_c('a-form-item',{attrs:{"label":"是否抄送:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"isCopy"},model:{value:(_vm.node.info.isCopy),callback:function ($$v) {_vm.$set(_vm.node.info, "isCopy", $$v)},expression:"node.info.isCopy"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1),(_vm.node.info.isCopy == '1' && !_vm.isFlowPanelZJAF)?_c('a-form-item',{attrs:{"label":"抄送人:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[(_vm.node.info.copyMap.activitiId == '')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('Assingee')}}},[_vm._v("选择抄送人")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'Assingee')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('Assingee')}}},[_vm._v("单人")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'CandidateUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('CandidateUsers')}}},[_vm._v("多人")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'CandidateGroups')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('CandidateGroups')}}},[_vm._v("角色")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'CandidateFormUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('CandidateFormUsers')}}},[_vm._v("表单用户")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'relationMatrix')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('relationMatrix')}}},[_vm._v("关系矩阵")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'Script')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('Script')}}},[_vm._v("脚本")]):_vm._e()],1):_vm._e(),(_vm.node.info.isCopy == '1' && _vm.isFlowPanelZJAF)?_c('a-form-item',{attrs:{"label":"抄送配置:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.addCopyDesign}},[_vm._v("+添加抄送人")]),_vm._l((_vm.node.info.copyDesignList),function(item,index){return _c('div',{key:item.title},[_c('div',{staticStyle:{"display":"flex","align-items":"center","margin-bottom":"4px"}},[_c('a-button',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}],staticClass:"copy-design-btn",attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyDesign(index)}}},[_vm._v(_vm._s(item.title))]),_c('a-icon',{staticClass:"delete-icon-sider",attrs:{"type":"delete"},on:{"click":function($event){return _vm.deleteCopyDesign(index)}}})],1)])})],2):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"审批组件:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-select',{staticStyle:{"width":"100%"},attrs:{"placeholder":"选择审批组件"},model:{value:(_vm.node.info.verify),callback:function ($$v) {_vm.$set(_vm.node.info, "verify", $$v)},expression:"node.info.verify"}},_vm._l((_vm.verifyList),function(verifyObj){return _c('a-select-option',{key:verifyObj.model,attrs:{"value":verifyObj.model}},[_vm._v(" "+_vm._s(verifyObj.name)+" ")])}),1)],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"审核结果:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-select',{staticStyle:{"width":"100%"},attrs:{"placeholder":"选择审核结果"},model:{value:(_vm.node.info.auditDict),callback:function ($$v) {_vm.$set(_vm.node.info, "auditDict", $$v)},expression:"node.info.auditDict"}},_vm._l((_vm.auditDictList),function(verifyObj){return _c('a-select-option',{key:verifyObj.dictCode,attrs:{"value":verifyObj.dictCode}},[_vm._v(" "+_vm._s(verifyObj.dictName)+" ")])}),1)],1):_vm._e(),(_vm.node.info.type != 'end')?_c('a-form-item',{attrs:{"label":"执行脚本","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"status"},model:{value:(_vm.node.info.status),callback:function ($$v) {_vm.$set(_vm.node.info, "status", $$v)},expression:"node.info.status"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1):_vm._e(),(_vm.node.info.type != 'end' && _vm.node.info.status == '1')?_c('a-form-item',{attrs:{"label":"选择脚本","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-select',{staticStyle:{"width":"100%"},attrs:{"placeholder":"选择流程脚本"},model:{value:(_vm.node.info.scriptManageId),callback:function ($$v) {_vm.$set(_vm.node.info, "scriptManageId", $$v)},expression:"node.info.scriptManageId"}},_vm._l((_vm.processList),function(process){return _c('a-select-option',{key:process.id,attrs:{"value":process.id}},[_vm._v(" "+_vm._s(process.formScriptName)+" ")])}),1)],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"允许撤销:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"ableCancel"},model:{value:(_vm.node.info.ableCancel),callback:function ($$v) {_vm.$set(_vm.node.info, "ableCancel", $$v)},expression:"node.info.ableCancel"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"关联审核:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"shgl"},model:{value:(_vm.node.info.shgl),callback:function ($$v) {_vm.$set(_vm.node.info, "shgl", $$v)},expression:"node.info.shgl"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1):_vm._e(),(_vm.node.info.type == 'comm' && !_vm.isFlowPanelZJAF)?_c('a-form-item',{attrs:{"label":"人员类型:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[(_vm.node.info.taskAssignee.activitiId == '')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('Assingee')}}},[_vm._v("选择处理类型")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'Assingee')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('Assingee')}}},[_vm._v("个人类型")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'CandidateUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('CandidateUsers')}}},[_vm._v("候选人")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'CandidateGroups')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('CandidateGroups')}}},[_vm._v("候选组")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'CandidateFormUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('CandidateFormUsers')}}},[_vm._v("表单用户")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'relationMatrix')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('relationMatrix')}}},[_vm._v("关系矩阵")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'Script')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('Script')}}},[_vm._v("脚本")]):_vm._e()],1):_vm._e(),(_vm.node.info.type == 'comm' && _vm.isFlowPanelZJAF)?_c('a-form-item',{attrs:{"label":"人员配置:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.addTaskAssigneeList}},[_vm._v("+添加人员")]),_vm._l((_vm.node.info.taskAssigneeList),function(item,index){return _c('div',{key:item.title},[_c('div',{staticStyle:{"display":"flex","align-items":"center","margin-bottom":"4px"}},[_c('a-button',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}],staticClass:"copy-design-btn",attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleTaskAssigneeList(index)}}},[_vm._v(_vm._s(item.title))]),_c('a-icon',{staticClass:"delete-icon-sider",attrs:{"type":"delete"},on:{"click":function($event){return _vm.deleteTaskAssigneeList(index)}}})],1)])})],2):_vm._e(),(
|
|
161309
161309
|
_vm.node.info.type == 'comm' &&
|
|
@@ -161312,7 +161312,7 @@ var sider_panelvue_type_template_id_318d61ae_render = function () {var _vm=this;
|
|
|
161312
161312
|
_vm.node.info.nodeForm.buttons &&
|
|
161313
161313
|
_vm.node.info.nodeForm.buttons.length > 0
|
|
161314
161314
|
)?_c('div',{staticClass:"node-list_btn"},_vm._l((_vm.node.info.nodeForm.buttons),function(item,index){return _c('a-button',{key:index,class:("ant-btn-" + (item.type)),attrs:{"icon":item.icon}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1):_vm._e()],1)]):_vm._e(),(_vm.node.info.type == 'comm' && !_vm.isFlowPanelMain)?_c('div',{staticClass:"panel-box",staticStyle:{"padding-top":"15px"}}):_vm._e(),(_vm.node.info.filter == 'exclude_gateway')?_c('div',{staticClass:"panel-box"},[_c('h3',{staticClass:"panel-hd"},[_vm._v("节点流转条件设置")]),_vm._l((_vm.node.info.conditions),function(item,key){return _c('div',{key:key,staticStyle:{"margin-top":"35px"}},[_c('div',{staticClass:"node-branch"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(item.title))]),_c('div',[_c('a-input',{attrs:{"placeholder":"设置条件表达式"},model:{value:(item.condition),callback:function ($$v) {_vm.$set(item, "condition", $$v)},expression:"item.condition"}})],1)])])})],2):_vm._e(),(_vm.workId && _vm.node.info.type != 'end')?_c('h3',{staticClass:"panel-hd",staticStyle:{"margin-top":"15px"}},[_vm._v(" 表单权限编辑: ")]):_vm._e(),(_vm.workId && _vm.node.info.type != 'end')?_c('div',{staticStyle:{"margin-top":"15px"}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.editFormAuthor}},[_vm._v("编辑")])],1):_vm._e(),_c('select-type',{ref:"selectType",attrs:{"isFlowPanelZJAF":_vm.isFlowPanelZJAF,"formDesigerData":_vm.formDesigerData},on:{"selectActivi":_vm.selectActivi}}),_c('select-type',{ref:"selectCopyType",on:{"selectActivi":_vm.selectCopyActivi}}),_c('form-author-modal',{ref:"FormAuthor"}),_c('OnlineFormModel',{ref:"OnlineFormModel",attrs:{"node":_vm.node.info.nodeForm}}),_c('OnlineForm',{ref:"OnlineForm"}),(_vm.node.info.yiCHangActions && _vm.node.info.yiCHangActions.length > 0)?_c('div',{staticClass:"panel-box"},_vm._l((_vm.node.info.yiCHangActions),function(item,key){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(item.filterType == 'false'),expression:"item.filterType == 'false'"}],key:key,staticStyle:{"margin-top":"35px"}},[_c('div',{staticClass:"node-branch"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(item.targetNodeName))]),_c('div',[_c('textarea',{directives:[{name:"model",rawName:"v-model",value:(item.condition),expression:"item.condition"}],staticStyle:{"width":"100%"},attrs:{"placeholder":"设置条件表达式","rows":2},domProps:{"value":(item.condition)},on:{"input":function($event){if($event.target.composing){ return; }_vm.$set(item, "condition", $event.target.value)}}})])])])}),0):_vm._e()],1)])}
|
|
161315
|
-
var
|
|
161315
|
+
var sider_panelvue_type_template_id_b2be9c00_staticRenderFns = []
|
|
161316
161316
|
|
|
161317
161317
|
|
|
161318
161318
|
;// 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/select_type.vue?vue&type=template&id=8c99219a&
|
|
@@ -163615,21 +163615,21 @@ var FormAuthorModal_component = (0,componentNormalizer/* default */.Z)(
|
|
|
163615
163615
|
}
|
|
163616
163616
|
}];
|
|
163617
163617
|
this.$set(this.node.info, 'copyDesignList', copyDesignList);
|
|
163618
|
-
} else if (!node.info.
|
|
163618
|
+
} else if (!node.info.copyDesignList && node.info.copyMap.assigneeType) {
|
|
163619
163619
|
let copyDesignList = [{
|
|
163620
163620
|
title: '抄送人1',
|
|
163621
|
-
activitiId: node.info.
|
|
163621
|
+
activitiId: node.info.copyMap.activitiId,
|
|
163622
163622
|
//节点id
|
|
163623
|
-
activitiName: node.info.
|
|
163623
|
+
activitiName: node.info.copyMap.activitiName,
|
|
163624
163624
|
//节点title
|
|
163625
|
-
assigneeType: node.info.
|
|
163625
|
+
assigneeType: node.info.copyMap.assigneeType,
|
|
163626
163626
|
// 人员类型
|
|
163627
|
-
assigneeVal: node.info.
|
|
163627
|
+
assigneeVal: node.info.copyMap.assigneeVal,
|
|
163628
163628
|
// 选择的值
|
|
163629
|
-
executeType: node.info.
|
|
163629
|
+
executeType: node.info.copyMap.executeType,
|
|
163630
163630
|
//执行类型
|
|
163631
|
-
assigneeList: node.info.
|
|
163632
|
-
assigneeText: node.info.
|
|
163631
|
+
assigneeList: node.info.copyMap.assigneeList ? node.info.copyMap.assigneeList : undefined,
|
|
163632
|
+
assigneeText: node.info.copyMap.assigneeText ? node.info.copyMap.assigneeText : undefined,
|
|
163633
163633
|
condition: {
|
|
163634
163634
|
condition: "",
|
|
163635
163635
|
toTitle: node.info.title,
|
|
@@ -163711,22 +163711,6 @@ var FormAuthorModal_component = (0,componentNormalizer/* default */.Z)(
|
|
|
163711
163711
|
}];
|
|
163712
163712
|
this.$set(this.node.info, 'taskAssigneeList', taskAssigneeList);
|
|
163713
163713
|
}
|
|
163714
|
-
if (!node.info.taskAssignee.activitiId || !node.info.taskAssignee.activitiName) {
|
|
163715
|
-
let taskAssignee = {
|
|
163716
|
-
activitiId: node.id,
|
|
163717
|
-
//节点id
|
|
163718
|
-
activitiName: node.info.title,
|
|
163719
|
-
//节点title
|
|
163720
|
-
assigneeType: "",
|
|
163721
|
-
// 人员类型
|
|
163722
|
-
assigneeVal: "",
|
|
163723
|
-
// 选择的值
|
|
163724
|
-
executeType: 1 //执行类型
|
|
163725
|
-
};
|
|
163726
|
-
|
|
163727
|
-
this.$set(this.node.info, 'taskAssignee', taskAssignee);
|
|
163728
|
-
}
|
|
163729
|
-
debugger;
|
|
163730
163714
|
}
|
|
163731
163715
|
});
|
|
163732
163716
|
this.getNodeVerifyList(data.nodeForm.formId);
|
|
@@ -163856,10 +163840,10 @@ var FormAuthorModal_component = (0,componentNormalizer/* default */.Z)(
|
|
|
163856
163840
|
});
|
|
163857
163841
|
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue?vue&type=script&lang=js&
|
|
163858
163842
|
/* harmony default export */ const flow_sider_panelvue_type_script_lang_js_ = (sider_panelvue_type_script_lang_js_);
|
|
163859
|
-
;// 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/sider-panel.vue?vue&type=style&index=0&id=
|
|
163843
|
+
;// 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/sider-panel.vue?vue&type=style&index=0&id=b2be9c00&prod&lang=less&
|
|
163860
163844
|
// extracted by mini-css-extract-plugin
|
|
163861
163845
|
|
|
163862
|
-
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue?vue&type=style&index=0&id=
|
|
163846
|
+
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue?vue&type=style&index=0&id=b2be9c00&prod&lang=less&
|
|
163863
163847
|
|
|
163864
163848
|
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue
|
|
163865
163849
|
|
|
@@ -163872,8 +163856,8 @@ var FormAuthorModal_component = (0,componentNormalizer/* default */.Z)(
|
|
|
163872
163856
|
|
|
163873
163857
|
var sider_panel_component = (0,componentNormalizer/* default */.Z)(
|
|
163874
163858
|
flow_sider_panelvue_type_script_lang_js_,
|
|
163875
|
-
|
|
163876
|
-
|
|
163859
|
+
sider_panelvue_type_template_id_b2be9c00_render,
|
|
163860
|
+
sider_panelvue_type_template_id_b2be9c00_staticRenderFns,
|
|
163877
163861
|
false,
|
|
163878
163862
|
null,
|
|
163879
163863
|
null,
|
|
@@ -166797,6 +166781,8 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
166797
166781
|
//
|
|
166798
166782
|
//
|
|
166799
166783
|
//
|
|
166784
|
+
//
|
|
166785
|
+
//
|
|
166800
166786
|
|
|
166801
166787
|
// import draggable from "vuedraggable";
|
|
166802
166788
|
|
|
@@ -166954,9 +166940,11 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
166954
166940
|
scriptList: []
|
|
166955
166941
|
},
|
|
166956
166942
|
formDesigerData: [],
|
|
166957
|
-
verifyList: []
|
|
166943
|
+
verifyList: [],
|
|
166944
|
+
isFlowPanelZJAF: true //默认为true,抄送人和人员选择才是最新的
|
|
166958
166945
|
};
|
|
166959
166946
|
},
|
|
166947
|
+
|
|
166960
166948
|
components: {
|
|
166961
166949
|
// draggable,
|
|
166962
166950
|
flowNode: node,
|
|
@@ -166970,10 +166958,10 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
166970
166958
|
userDesign: userDesign
|
|
166971
166959
|
},
|
|
166972
166960
|
props: {
|
|
166973
|
-
isFlowPanelZJAF: {
|
|
166974
|
-
|
|
166975
|
-
|
|
166976
|
-
}
|
|
166961
|
+
//isFlowPanelZJAF: {
|
|
166962
|
+
//type: Boolean,
|
|
166963
|
+
//default: false,
|
|
166964
|
+
//}
|
|
166977
166965
|
},
|
|
166978
166966
|
inject: ['isFlowPanelMain'],
|
|
166979
166967
|
mounted() {},
|
|
@@ -167126,6 +167114,155 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
167126
167114
|
initData.nodeForm.excelName = '';
|
|
167127
167115
|
initData.nodeForm.excelId = '';
|
|
167128
167116
|
}
|
|
167117
|
+
//兼容老版本流程中的抄送人和人员配置,写入最新数据
|
|
167118
|
+
initData.nodeList.forEach(node => {
|
|
167119
|
+
var _node$info$copyMap, _node$info$copyMap2;
|
|
167120
|
+
if (node.name === '普通') {
|
|
167121
|
+
if (!node.info.taskAssigneeList && !node.info.taskAssignee.assigneeType) {
|
|
167122
|
+
debugger;
|
|
167123
|
+
let taskAssigneeList = [{
|
|
167124
|
+
title: '人员1',
|
|
167125
|
+
activitiId: node.id,
|
|
167126
|
+
//节点id
|
|
167127
|
+
activitiName: node.info.title,
|
|
167128
|
+
//节点title
|
|
167129
|
+
assigneeType: "",
|
|
167130
|
+
// 人员类型
|
|
167131
|
+
assigneeVal: "",
|
|
167132
|
+
// 选择的值
|
|
167133
|
+
executeType: 1,
|
|
167134
|
+
//执行类型
|
|
167135
|
+
condition: {
|
|
167136
|
+
condition: "",
|
|
167137
|
+
toTitle: node.info.title,
|
|
167138
|
+
circulationConditions: '0',
|
|
167139
|
+
conditionType: '0',
|
|
167140
|
+
conditionList: [{
|
|
167141
|
+
dictName: undefined,
|
|
167142
|
+
operationType: '1',
|
|
167143
|
+
conditionContent: {
|
|
167144
|
+
options: {},
|
|
167145
|
+
value: ''
|
|
167146
|
+
},
|
|
167147
|
+
OperationTypewidth: '82px'
|
|
167148
|
+
}]
|
|
167149
|
+
}
|
|
167150
|
+
}];
|
|
167151
|
+
node.info.taskAssigneeList = taskAssigneeList;
|
|
167152
|
+
} else if (!node.info.taskAssigneeList && node.info.taskAssignee.assigneeType) {
|
|
167153
|
+
let taskAssigneeList = [{
|
|
167154
|
+
title: '人员1',
|
|
167155
|
+
activitiId: node.info.taskAssignee.activitiId,
|
|
167156
|
+
//节点id
|
|
167157
|
+
activitiName: node.info.taskAssignee.activitiName,
|
|
167158
|
+
//节点title
|
|
167159
|
+
assigneeType: node.info.taskAssignee.assigneeType,
|
|
167160
|
+
// 人员类型
|
|
167161
|
+
assigneeVal: node.info.taskAssignee.assigneeVal,
|
|
167162
|
+
// 选择的值
|
|
167163
|
+
executeType: node.info.taskAssignee.executeType,
|
|
167164
|
+
//执行类型
|
|
167165
|
+
assigneeList: node.info.taskAssignee.assigneeList ? node.info.taskAssignee.assigneeList : undefined,
|
|
167166
|
+
assigneeText: node.info.taskAssignee.assigneeText ? node.info.taskAssignee.assigneeText : undefined,
|
|
167167
|
+
condition: {
|
|
167168
|
+
condition: "",
|
|
167169
|
+
toTitle: node.info.title,
|
|
167170
|
+
circulationConditions: '0',
|
|
167171
|
+
conditionType: '0',
|
|
167172
|
+
conditionList: [{
|
|
167173
|
+
dictName: undefined,
|
|
167174
|
+
operationType: '1',
|
|
167175
|
+
conditionContent: {
|
|
167176
|
+
options: {},
|
|
167177
|
+
value: ''
|
|
167178
|
+
},
|
|
167179
|
+
OperationTypewidth: '82px'
|
|
167180
|
+
}]
|
|
167181
|
+
}
|
|
167182
|
+
}];
|
|
167183
|
+
node.info.taskAssigneeList = taskAssigneeList;
|
|
167184
|
+
}
|
|
167185
|
+
if (!node.info.taskAssignee || !node.info.taskAssignee.activitiId || !node.info.taskAssignee.activitiName) {
|
|
167186
|
+
let taskAssignee = {
|
|
167187
|
+
activitiId: node.id,
|
|
167188
|
+
//节点id
|
|
167189
|
+
activitiName: node.info.title,
|
|
167190
|
+
//节点title
|
|
167191
|
+
assigneeType: "",
|
|
167192
|
+
// 人员类型
|
|
167193
|
+
assigneeVal: "",
|
|
167194
|
+
// 选择的值
|
|
167195
|
+
executeType: 1 //执行类型
|
|
167196
|
+
};
|
|
167197
|
+
|
|
167198
|
+
node.info.taskAssignee = taskAssignee;
|
|
167199
|
+
}
|
|
167200
|
+
}
|
|
167201
|
+
if (!node.info.copyDesignList && !((_node$info$copyMap = node.info.copyMap) !== null && _node$info$copyMap !== void 0 && _node$info$copyMap.assigneeType)) {
|
|
167202
|
+
let copyDesignList = [{
|
|
167203
|
+
title: '抄送人1',
|
|
167204
|
+
activitiId: node.id,
|
|
167205
|
+
//节点id
|
|
167206
|
+
activitiName: node.info.title,
|
|
167207
|
+
//节点title
|
|
167208
|
+
assigneeType: "",
|
|
167209
|
+
// 人员类型
|
|
167210
|
+
assigneeVal: "",
|
|
167211
|
+
// 选择的值
|
|
167212
|
+
executeType: 1,
|
|
167213
|
+
//执行类型
|
|
167214
|
+
condition: {
|
|
167215
|
+
condition: "",
|
|
167216
|
+
toTitle: node.info.title,
|
|
167217
|
+
circulationConditions: '0',
|
|
167218
|
+
conditionType: '0',
|
|
167219
|
+
conditionList: [{
|
|
167220
|
+
dictName: undefined,
|
|
167221
|
+
operationType: '1',
|
|
167222
|
+
conditionContent: {
|
|
167223
|
+
options: {},
|
|
167224
|
+
value: ''
|
|
167225
|
+
},
|
|
167226
|
+
OperationTypewidth: '82px'
|
|
167227
|
+
}]
|
|
167228
|
+
}
|
|
167229
|
+
}];
|
|
167230
|
+
node.info.copyDesignList = copyDesignList;
|
|
167231
|
+
} else if (!node.info.copyDesignList && (_node$info$copyMap2 = node.info.copyMap) !== null && _node$info$copyMap2 !== void 0 && _node$info$copyMap2.assigneeType) {
|
|
167232
|
+
debugger;
|
|
167233
|
+
let copyDesignList = [{
|
|
167234
|
+
title: '抄送人1',
|
|
167235
|
+
activitiId: node.info.copyMap.activitiId,
|
|
167236
|
+
//节点id
|
|
167237
|
+
activitiName: node.info.copyMap.activitiName,
|
|
167238
|
+
//节点title
|
|
167239
|
+
assigneeType: node.info.copyMap.assigneeType,
|
|
167240
|
+
// 人员类型
|
|
167241
|
+
assigneeVal: node.info.copyMap.assigneeVal,
|
|
167242
|
+
// 选择的值
|
|
167243
|
+
executeType: node.info.copyMap.executeType,
|
|
167244
|
+
//执行类型
|
|
167245
|
+
assigneeList: node.info.copyMap.assigneeList ? node.info.copyMap.assigneeList : undefined,
|
|
167246
|
+
assigneeText: node.info.copyMap.assigneeText ? node.info.copyMap.assigneeText : undefined,
|
|
167247
|
+
condition: {
|
|
167248
|
+
condition: "",
|
|
167249
|
+
toTitle: node.info.title,
|
|
167250
|
+
circulationConditions: '0',
|
|
167251
|
+
conditionType: '0',
|
|
167252
|
+
conditionList: [{
|
|
167253
|
+
dictName: undefined,
|
|
167254
|
+
operationType: '1',
|
|
167255
|
+
conditionContent: {
|
|
167256
|
+
options: {},
|
|
167257
|
+
value: ''
|
|
167258
|
+
},
|
|
167259
|
+
OperationTypewidth: '82px'
|
|
167260
|
+
}]
|
|
167261
|
+
}
|
|
167262
|
+
}];
|
|
167263
|
+
node.info.copyDesignList = copyDesignList;
|
|
167264
|
+
}
|
|
167265
|
+
});
|
|
167129
167266
|
this.data = initData;
|
|
167130
167267
|
this.$set(this.data, 'nodeForm', initData.nodeForm);
|
|
167131
167268
|
this.flowData = lodash_default().cloneDeep(initData);
|
|
@@ -168069,15 +168206,15 @@ var userDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
168069
168206
|
});
|
|
168070
168207
|
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=script&lang=js&
|
|
168071
168208
|
/* harmony default export */ const src_flow_panelvue_type_script_lang_js_ = (panelvue_type_script_lang_js_);
|
|
168072
|
-
;// 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=
|
|
168209
|
+
;// 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=691f773b&prod&lang=less&scoped=true&
|
|
168073
168210
|
// extracted by mini-css-extract-plugin
|
|
168074
168211
|
|
|
168075
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=
|
|
168212
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=691f773b&prod&lang=less&scoped=true&
|
|
168076
168213
|
|
|
168077
|
-
;// 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=
|
|
168214
|
+
;// 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=691f773b&prod&lang=less&scoped=true&
|
|
168078
168215
|
// extracted by mini-css-extract-plugin
|
|
168079
168216
|
|
|
168080
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=
|
|
168217
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=691f773b&prod&lang=less&scoped=true&
|
|
168081
168218
|
|
|
168082
168219
|
;// CONCATENATED MODULE: ./src/flow/panel.vue
|
|
168083
168220
|
|
|
@@ -168095,7 +168232,7 @@ var panel_component = (0,componentNormalizer/* default */.Z)(
|
|
|
168095
168232
|
staticRenderFns,
|
|
168096
168233
|
false,
|
|
168097
168234
|
null,
|
|
168098
|
-
"
|
|
168235
|
+
"691f773b",
|
|
168099
168236
|
null
|
|
168100
168237
|
|
|
168101
168238
|
)
|