Blame view

HHECS.Web/src/components/MapModule/flow/graph/data/test-data.js 14.1 KB
胡菁 authored
1
export default {
胡菁 authored
2
3
4
5
  cells: [
    {
      position: {
        x: 150,
胡菁 authored
6
        y: 215
胡菁 authored
7
8
9
      },
      size: {
        width: 32,
胡菁 authored
10
        height: 50
胡菁 authored
11
      },
胡菁 authored
12
13
      shape: 'SRM',
      id: 'SRM01',
胡菁 authored
14
15
      zIndex: 2,
      data: {
胡菁 authored
16
17
18
19
20
21
        code: 'SRM01',
        name: '堆垛机1',
        status: '0',
        pallet: '0',
        auto: '5'
      }
胡菁 authored
22
23
24
25
    },
    {
      position: {
        x: 150,
胡菁 authored
26
        y: 425
胡菁 authored
27
28
29
      },
      size: {
        width: 32,
胡菁 authored
30
        height: 50
胡菁 authored
31
      },
胡菁 authored
32
33
      shape: 'SRM',
      id: 'SRM02',
胡菁 authored
34
35
      zIndex: 2,
      data: {
胡菁 authored
36
37
38
39
40
41
        code: 'SRM02',
        name: '堆垛机2',
        status: '0',
        pallet: '0',
        auto: '5'
      }
胡菁 authored
42
43
44
45
    },
    {
      attrs: {
        text: {
胡菁 authored
46
47
48
          text: 'P1001',
          transform: 'translate(0, -25)'
        }
胡菁 authored
49
50
51
      },
      position: {
        x: 990,
胡菁 authored
52
        y: 160
胡菁 authored
53
54
55
      },
      size: {
        width: 60,
胡菁 authored
56
        height: 40
胡菁 authored
57
      },
胡菁 authored
58
59
      shape: 'Station',
      id: 'P1001',
胡菁 authored
60
61
      zIndex: 3,
      data: {
胡菁 authored
62
63
64
65
66
67
68
        code: 'P1001',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
69
70
71
72
    },
    {
      attrs: {
        text: {
胡菁 authored
73
74
75
          text: 'P1002',
          transform: 'translate(0, -25)'
        }
胡菁 authored
76
77
78
      },
      position: {
        x: 1050,
胡菁 authored
79
        y: 160
胡菁 authored
80
81
82
      },
      size: {
        width: 60,
胡菁 authored
83
        height: 40
胡菁 authored
84
      },
胡菁 authored
85
86
      shape: 'Station',
      id: 'P1002',
胡菁 authored
87
88
      zIndex: 3,
      data: {
胡菁 authored
89
90
91
92
93
94
95
        code: 'P1002',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
96
97
98
99
    },
    {
      attrs: {
        text: {
胡菁 authored
100
101
102
          text: 'P1003',
          transform: 'translate(0, -25)'
        }
胡菁 authored
103
104
105
      },
      position: {
        x: 1110,
胡菁 authored
106
        y: 160
胡菁 authored
107
108
109
      },
      size: {
        width: 40,
胡菁 authored
110
        height: 40
胡菁 authored
111
      },
胡菁 authored
112
113
      shape: 'Station-D',
      id: 'P1003',
胡菁 authored
114
115
      zIndex: 4,
      data: {
胡菁 authored
116
117
118
119
120
121
        code: 'P1003',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
122
123
124
125
    },
    {
      attrs: {
        text: {
胡菁 authored
126
127
128
          text: 'P1004',
          transform: 'translate(0, -25)'
        }
胡菁 authored
129
130
131
      },
      position: {
        x: 1150,
胡菁 authored
132
        y: 160
胡菁 authored
133
134
135
      },
      size: {
        width: 40,
胡菁 authored
136
        height: 40
胡菁 authored
137
      },
胡菁 authored
138
139
      shape: 'Station-D',
      id: 'P1004',
胡菁 authored
140
141
      zIndex: 4,
      data: {
胡菁 authored
142
143
144
145
146
147
        code: 'P1004',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
148
149
150
151
    },
    {
      attrs: {
        text: {
胡菁 authored
152
153
154
          text: 'P1005',
          transform: 'translate(0, -25)'
        }
胡菁 authored
155
156
157
      },
      position: {
        x: 1190,
胡菁 authored
158
        y: 160
胡菁 authored
159
160
161
      },
      size: {
        width: 60,
胡菁 authored
162
        height: 40
胡菁 authored
163
      },
胡菁 authored
164
165
      shape: 'Station',
      id: '0698a6d6-4f48-42e3-ab59-5ff5713a635b',
胡菁 authored
166
167
      zIndex: 3,
      data: {
胡菁 authored
168
169
170
171
172
173
174
        code: 'P1005',
        name: '输送线',
        type: 'right',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
175
176
177
178
    },
    {
      position: {
        x: 1250,
胡菁 authored
179
        y: 160
胡菁 authored
180
181
182
      },
      size: {
        width: 40,
胡菁 authored
183
        height: 40
胡菁 authored
184
      },
胡菁 authored
185
186
      shape: 'Station-D',
      id: 'P1006',
胡菁 authored
187
188
      zIndex: 4,
      data: {
胡菁 authored
189
190
191
192
193
194
        code: 'P1006',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
195
196
197
198
    },
    {
      attrs: {
        text: {
胡菁 authored
199
200
201
          text: 'P1007',
          transform: 'translate(0, -25)'
        }
胡菁 authored
202
203
204
      },
      position: {
        x: 1240,
胡菁 authored
205
        y: 110
胡菁 authored
206
207
208
      },
      size: {
        width: 60,
胡菁 authored
209
        height: 40
胡菁 authored
210
211
      },
      angle: 90,
胡菁 authored
212
213
      shape: 'Station',
      id: 'P1007',
胡菁 authored
214
215
      zIndex: 4,
      data: {
胡菁 authored
216
217
218
219
220
221
222
        code: 'P1007',
        name: '输送线',
        type: 'center',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
223
224
225
226
    },
    {
      attrs: {
        text: {
胡菁 authored
227
228
229
          text: 'P1008',
          transform: 'translate(0, 25)'
        }
胡菁 authored
230
231
232
      },
      position: {
        x: 1090,
胡菁 authored
233
        y: 220
胡菁 authored
234
235
236
      },
      size: {
        width: 80,
胡菁 authored
237
        height: 40
胡菁 authored
238
239
      },
      angle: 90,
胡菁 authored
240
241
      shape: 'Station',
      id: 'P1008',
胡菁 authored
242
243
      zIndex: 4,
      data: {
胡菁 authored
244
245
246
247
248
249
250
        code: 'P1008',
        name: '输送线',
        type: 'right',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
251
252
253
254
    },
    {
      attrs: {
        text: {
胡菁 authored
255
256
257
          text: 'P1009',
          transform: 'translate(0, -25)'
        }
胡菁 authored
258
259
260
      },
      position: {
        x: 1130,
胡菁 authored
261
        y: 220
胡菁 authored
262
263
264
      },
      size: {
        width: 80,
胡菁 authored
265
        height: 40
胡菁 authored
266
267
      },
      angle: 90,
胡菁 authored
268
269
      shape: 'Station',
      id: 'P1009',
胡菁 authored
270
271
      zIndex: 4,
      data: {
胡菁 authored
272
273
274
275
276
277
278
        code: 'P1009',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
279
280
281
282
    },
    {
      attrs: {
        text: {
胡菁 authored
283
284
285
          text: 'P1010',
          transform: 'translate(0, -25)'
        }
胡菁 authored
286
287
288
      },
      position: {
        x: 1230,
胡菁 authored
289
        y: 220
胡菁 authored
290
291
292
      },
      size: {
        width: 80,
胡菁 authored
293
        height: 40
胡菁 authored
294
295
      },
      angle: 90,
胡菁 authored
296
297
      shape: 'Station',
      id: 'P1010',
胡菁 authored
298
299
      zIndex: 4,
      data: {
胡菁 authored
300
301
302
303
304
305
306
        code: 'P1010',
        name: '输送线',
        type: 'right',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
307
308
309
310
    },
    {
      attrs: {
        text: {
胡菁 authored
311
312
313
          text: 'P1011',
          transform: 'translate(0, -25)'
        }
胡菁 authored
314
315
316
      },
      position: {
        x: 990,
胡菁 authored
317
        y: 280
胡菁 authored
318
319
320
      },
      size: {
        width: 60,
胡菁 authored
321
        height: 40
胡菁 authored
322
      },
胡菁 authored
323
324
      shape: 'Station',
      id: 'P1011',
胡菁 authored
325
326
      zIndex: 3,
      data: {
胡菁 authored
327
328
329
330
331
332
333
        code: 'P1011',
        name: '输送线',
        type: 'center',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
334
335
336
337
    },
    {
      attrs: {
        text: {
胡菁 authored
338
339
340
          text: 'P1012',
          transform: 'translate(0, -25)'
        }
胡菁 authored
341
342
343
      },
      position: {
        x: 1050,
胡菁 authored
344
        y: 280
胡菁 authored
345
346
347
      },
      size: {
        width: 60,
胡菁 authored
348
        height: 40
胡菁 authored
349
      },
胡菁 authored
350
351
      shape: 'Station',
      id: 'P1012',
胡菁 authored
352
353
      zIndex: 3,
      data: {
胡菁 authored
354
355
356
357
358
359
360
        code: 'P1012',
        name: '输送线',
        type: 'center',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
361
362
363
364
    },
    {
      position: {
        x: 1110,
胡菁 authored
365
        y: 280
胡菁 authored
366
367
368
      },
      size: {
        width: 40,
胡菁 authored
369
        height: 40
胡菁 authored
370
      },
胡菁 authored
371
372
      shape: 'Station-D',
      id: 'P1015',
胡菁 authored
373
374
      zIndex: 4,
      data: {
胡菁 authored
375
376
377
378
379
380
        code: 'P1015',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
381
382
383
384
    },
    {
      position: {
        x: 1150,
胡菁 authored
385
        y: 280
胡菁 authored
386
387
388
      },
      size: {
        width: 40,
胡菁 authored
389
        height: 40
胡菁 authored
390
      },
胡菁 authored
391
392
      shape: 'Station-D',
      id: 'P1016',
胡菁 authored
393
394
      zIndex: 4,
      data: {
胡菁 authored
395
396
397
398
399
400
        code: 'P1016',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
401
402
403
404
    },
    {
      attrs: {
        text: {
胡菁 authored
405
406
407
          text: 'P1017',
          transform: 'translate(0, -25)'
        }
胡菁 authored
408
409
410
      },
      position: {
        x: 1190,
胡菁 authored
411
        y: 280
胡菁 authored
412
413
414
      },
      size: {
        width: 60,
胡菁 authored
415
        height: 40
胡菁 authored
416
      },
胡菁 authored
417
418
      shape: 'Station',
      id: 'P1017',
胡菁 authored
419
420
      zIndex: 3,
      data: {
胡菁 authored
421
422
423
424
425
426
427
        code: 'P1017',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
428
429
430
431
    },
    {
      attrs: {
        text: {
胡菁 authored
432
433
434
          text: 'P1018',
          transform: 'translate(0, 25)'
        }
胡菁 authored
435
436
437
      },
      position: {
        x: 1250,
胡菁 authored
438
        y: 280
胡菁 authored
439
440
441
      },
      size: {
        width: 40,
胡菁 authored
442
        height: 40
胡菁 authored
443
      },
胡菁 authored
444
445
      shape: 'Station-D',
      id: 'P1018',
胡菁 authored
446
447
      zIndex: 4,
      data: {
胡菁 authored
448
449
450
451
452
453
        code: 'P1018',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
454
455
456
457
    },
    {
      attrs: {
        text: {
胡菁 authored
458
459
460
          text: 'P1020',
          transform: 'translate(0, 25)'
        }
胡菁 authored
461
462
463
      },
      position: {
        x: 1105,
胡菁 authored
464
        y: 325
胡菁 authored
465
466
467
      },
      size: {
        width: 50,
胡菁 authored
468
        height: 40
胡菁 authored
469
470
      },
      angle: 90,
胡菁 authored
471
472
      shape: 'Station',
      id: 'P1020',
胡菁 authored
473
474
      zIndex: 4,
      data: {
胡菁 authored
475
476
477
478
479
480
481
        code: 'P1020',
        name: '输送线',
        type: 'right',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
482
483
484
485
    },
    {
      attrs: {
        text: {
胡菁 authored
486
487
488
          text: 'P1021',
          transform: 'translate(0, -25)'
        }
胡菁 authored
489
490
491
      },
      position: {
        x: 1145,
胡菁 authored
492
        y: 325
胡菁 authored
493
494
495
      },
      size: {
        width: 50,
胡菁 authored
496
        height: 40
胡菁 authored
497
498
      },
      angle: 90,
胡菁 authored
499
500
      shape: 'Station',
      id: 'P1021',
胡菁 authored
501
502
      zIndex: 4,
      data: {
胡菁 authored
503
504
505
506
507
508
509
        code: 'P1021',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
510
511
512
513
    },
    {
      attrs: {
        text: {
胡菁 authored
514
515
516
          text: 'P1022',
          transform: 'translate(0, -25)'
        }
胡菁 authored
517
518
519
      },
      position: {
        x: 990,
胡菁 authored
520
        y: 370
胡菁 authored
521
522
523
      },
      size: {
        width: 60,
胡菁 authored
524
        height: 40
胡菁 authored
525
      },
胡菁 authored
526
527
      shape: 'Station',
      id: 'P1022',
胡菁 authored
528
529
      zIndex: 3,
      data: {
胡菁 authored
530
531
532
533
534
535
536
        code: 'P1022',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
537
538
539
540
    },
    {
      attrs: {
        text: {
胡菁 authored
541
542
543
          text: 'P1022',
          transform: 'translate(0, -25)'
        }
胡菁 authored
544
545
546
      },
      position: {
        x: 1050,
胡菁 authored
547
        y: 370
胡菁 authored
548
549
550
      },
      size: {
        width: 60,
胡菁 authored
551
        height: 40
胡菁 authored
552
      },
胡菁 authored
553
554
      shape: 'Station',
      id: 'P1023',
胡菁 authored
555
556
      zIndex: 3,
      data: {
胡菁 authored
557
558
559
560
561
562
563
        code: 'P1023',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
564
565
566
567
    },
    {
      position: {
        x: 1110,
胡菁 authored
568
        y: 370
胡菁 authored
569
570
571
      },
      size: {
        width: 40,
胡菁 authored
572
        height: 40
胡菁 authored
573
      },
胡菁 authored
574
575
      shape: 'Station-D',
      id: 'P1026',
胡菁 authored
576
577
      zIndex: 4,
      data: {
胡菁 authored
578
579
580
581
582
583
        code: 'P1026',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
584
585
586
587
    },
    {
      position: {
        x: 1150,
胡菁 authored
588
        y: 370
胡菁 authored
589
590
591
      },
      size: {
        width: 40,
胡菁 authored
592
        height: 40
胡菁 authored
593
      },
胡菁 authored
594
595
      shape: 'Station-D',
      id: 'P1027',
胡菁 authored
596
597
      zIndex: 4,
      data: {
胡菁 authored
598
599
600
601
602
603
        code: 'P1027',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
604
605
606
607
    },
    {
      attrs: {
        text: {
胡菁 authored
608
609
610
          text: 'P1028',
          transform: 'translate(0, -25)'
        }
胡菁 authored
611
612
613
      },
      position: {
        x: 1190,
胡菁 authored
614
        y: 370
胡菁 authored
615
616
617
      },
      size: {
        width: 60,
胡菁 authored
618
        height: 40
胡菁 authored
619
      },
胡菁 authored
620
621
      shape: 'Station',
      id: 'P1028',
胡菁 authored
622
623
      zIndex: 3,
      data: {
胡菁 authored
624
625
626
627
628
629
630
        code: 'P1028',
        name: '输送线',
        type: 'center',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
631
632
633
634
    },
    {
      attrs: {
        text: {
胡菁 authored
635
636
637
          text: 'P1029',
          transform: 'translate(0, 25)'
        }
胡菁 authored
638
639
640
      },
      position: {
        x: 1090,
胡菁 authored
641
        y: 430
胡菁 authored
642
643
644
      },
      size: {
        width: 80,
胡菁 authored
645
        height: 40
胡菁 authored
646
647
      },
      angle: 90,
胡菁 authored
648
649
      shape: 'Station',
      id: 'P1029',
胡菁 authored
650
651
      zIndex: 4,
      data: {
胡菁 authored
652
653
654
655
656
657
658
        code: 'P1029',
        name: '输送线',
        type: 'right',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
659
660
661
662
    },
    {
      attrs: {
        text: {
胡菁 authored
663
664
665
          text: 'P1030',
          transform: 'translate(0, -25)'
        }
胡菁 authored
666
667
668
      },
      position: {
        x: 1130,
胡菁 authored
669
        y: 430
胡菁 authored
670
671
672
673
      },
      angle: 90,
      size: {
        width: 80,
胡菁 authored
674
        height: 40
胡菁 authored
675
      },
胡菁 authored
676
677
      shape: 'Station',
      id: 'P1030',
胡菁 authored
678
679
      zIndex: 4,
      data: {
胡菁 authored
680
681
682
683
684
685
686
        code: 'P1030',
        name: '输送线',
        type: 'left',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
687
688
689
690
    },
    {
      attrs: {
        text: {
胡菁 authored
691
692
693
          text: 'P1031',
          transform: 'translate(0, -25)'
        }
胡菁 authored
694
695
696
      },
      position: {
        x: 990,
胡菁 authored
697
        y: 490
胡菁 authored
698
699
700
      },
      size: {
        width: 60,
胡菁 authored
701
        height: 40
胡菁 authored
702
      },
胡菁 authored
703
704
      shape: 'Station',
      id: 'P1031',
胡菁 authored
705
706
      zIndex: 3,
      data: {
胡菁 authored
707
708
709
710
711
712
713
        code: 'P1031',
        name: '输送线',
        type: 'right',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
714
715
716
717
    },
    {
      attrs: {
        text: {
胡菁 authored
718
719
720
          text: 'P1032',
          transform: 'translate(0, -25)'
        }
胡菁 authored
721
722
723
      },
      position: {
        x: 1050,
胡菁 authored
724
        y: 490
胡菁 authored
725
726
727
      },
      size: {
        width: 60,
胡菁 authored
728
        height: 40
胡菁 authored
729
      },
胡菁 authored
730
731
      shape: 'Station',
      id: 'P1032',
胡菁 authored
732
733
      zIndex: 3,
      data: {
胡菁 authored
734
735
736
737
738
739
740
        code: 'P1032',
        name: '输送线',
        type: 'right',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
741
742
743
744
    },
    {
      attrs: {
        text: {
胡菁 authored
745
746
747
          text: 'P1033',
          transform: 'translate(0, 25)'
        }
胡菁 authored
748
749
750
      },
      position: {
        x: 1110,
胡菁 authored
751
        y: 490
胡菁 authored
752
753
754
      },
      size: {
        width: 40,
胡菁 authored
755
        height: 40
胡菁 authored
756
      },
胡菁 authored
757
758
      shape: 'Station-D',
      id: 'P1033',
胡菁 authored
759
760
      zIndex: 4,
      data: {
胡菁 authored
761
762
763
764
765
766
        code: 'P1033',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
767
768
769
770
    },
    {
      attrs: {
        text: {
胡菁 authored
771
772
773
          text: 'P1034',
          transform: 'translate(0, 25)'
        }
胡菁 authored
774
775
776
      },
      position: {
        x: 1150,
胡菁 authored
777
        y: 490
胡菁 authored
778
779
780
      },
      size: {
        width: 40,
胡菁 authored
781
        height: 40
胡菁 authored
782
      },
胡菁 authored
783
784
      shape: 'Station-D',
      id: 'P1034',
胡菁 authored
785
786
      zIndex: 4,
      data: {
胡菁 authored
787
788
789
790
791
792
        code: 'P1034',
        name: '输送线',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
793
794
795
796
    },
    {
      attrs: {
        text: {
胡菁 authored
797
798
799
          text: 'P1035',
          transform: 'translate(0, -25)'
        }
胡菁 authored
800
801
802
      },
      position: {
        x: 1190,
胡菁 authored
803
        y: 490
胡菁 authored
804
805
806
      },
      size: {
        width: 60,
胡菁 authored
807
        height: 40
胡菁 authored
808
      },
胡菁 authored
809
810
      shape: 'Station',
      id: 'P1035',
胡菁 authored
811
812
      zIndex: 3,
      data: {
胡菁 authored
813
814
815
816
817
818
819
        code: 'P1035',
        name: '输送线',
        type: 'center',
        status: '0',
        pallet: '0',
        auto: '1'
      }
胡菁 authored
820
821
822
823
    },
    {
      position: {
        x: 140,
胡菁 authored
824
        y: 235
胡菁 authored
825
826
827
      },
      size: {
        width: 940,
胡菁 authored
828
        height: 10
胡菁 authored
829
      },
胡菁 authored
830
831
832
      shape: 'OneTrack',
      id: '0698a6d6-4f48-42e4-ab59-3ff5713a68e0',
      zIndex: -10
胡菁 authored
833
834
835
836
    },
    {
      position: {
        x: 140,
胡菁 authored
837
        y: 445
胡菁 authored
838
839
840
      },
      size: {
        width: 940,
胡菁 authored
841
842
843
844
845
846
847
848
        height: 10
      },
      shape: 'OneTrack',
      id: '0698a6d6-4f48-42e6-ab59-3ff5713a68e0',
      zIndex: -10
    }
  ]
}