wtt
2025-04-29 42432fc759ca367028b53884b50f40da60fc79d8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
{
    "Version":"6.8.9.1",
    "Font":{
        "Name":"宋体",
        "Size":105000,
        "Weight":400,
        "Charset":134
    },
    "Printer":{
        "Size":256,
        "Width":10,
        "Height":15,
        "LeftMargin":0,
        "TopMargin":0,
        "RightMargin":0,
        "BottomMargin":0,
        "PrintOffsetY":1
    },
    "DetailGrid":{
        "Recordset":{
            "Field":[
                {
                    "Name":"PartNo"
                },
                {
                    "Name":"Index"
                },
                {
                    "Name":"Quatity"
                },
                {
                    "Name":"MS-Level"
                },
                {
                    "Name":"Addinfo"
                },
                {
                    "Name":"ManPartNo"
                },
                {
                    "Name":"PartDescription"
                },
                {
                    "Name":"ManDate"
                },
                {
                    "Name":"ExpiryDate"
                },
                {
                    "Name":"ManLoc"
                },
                {
                    "Name":"1Batch"
                },
                {
                    "Name":"2Batch"
                },
                {
                    "Name":"SupplierName"
                },
                {
                    "Name":"SupplierID"
                },
                {
                    "Name":"Purchase"
                },
                {
                    "Name":"SupplierData"
                },
                {
                    "Name":"PackageID"
                },
                {
                    "Name":"ShippingNote"
                },
                {
                    "Name":"HBarCode_White"
                }
            ]
        },
        "ColumnContent":{
        },
        "ColumnTitle":{
        }
    },
    "Parameter":[
        {
            "Name":"MFGPartNumber",
            "Format":"MFGPartNumber"
        }
    ],
    "ReportHeader":[
        {
            "Name":"ReportHeader1",
            "Height":14.7902,
            "Control":[
                {
                    "Type":"FreeGrid",
                    "Name":"FreeGrid2",
                    "Left":-0.449792,
                    "Top":-0.3175,
                    "Border":{
                        "Styles":"[DrawLeft|DrawTop|DrawRight|DrawBottom]"
                    },
                    "ColumnCount":7,
                    "RowCount":2,
                    "FreeGridColumn":[
                        {
                            "index":1,
                            "Width":0.873125
                        },
                        {
                            "index":2,
                            "Width":0.608542
                        },
                        {
                            "index":3,
                            "Width":1.00542
                        },
                        {
                            "index":4,
                            "Width":1.19063
                        },
                        {
                            "index":5,
                            "Width":1.48167
                        },
                        {
                            "index":6,
                            "Width":1.50813
                        },
                        {
                            "index":7,
                            "Width":3.75708
                        }
                    ],
                    "FreeGridRow":[
                        {
                            "index":1,
                            "Height":1.85208
                        },
                        {
                            "index":2,
                            "Height":13.4144
                        }
                    ],
                    "FreeGridCell":[
                        {
                            "row":1,
                            "col":1,
                            "FreeCell":true,
                            "Control":[
                                {
                                    "Type":"Barcode",
                                    "Name":"Barcode3",
                                    "Left":5.21229,
                                    "Top":0.555625,
                                    "Width":5.00063,
                                    "Height":4.84188,
                                    "BarcodeType":"DataMatrix",
                                    "Direction":"TopToBottom",
                                    "CaptionPosition":"None",
                                    "Text":"[#HBarCode_White#]"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox1",
                                    "Left":3.99521,
                                    "Top":0.820208,
                                    "Width":0.608542,
                                    "Height":2.83104,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Supplier-name:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox2",
                                    "Left":3.04271,
                                    "Top":0.820208,
                                    "Width":0.608542,
                                    "Height":2.38125,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Supplier ID:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox3",
                                    "Left":2.11667,
                                    "Top":0.820208,
                                    "Width":0.608542,
                                    "Height":1.79917,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Purchase:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox4",
                                    "Left":1.21708,
                                    "Top":0.820208,
                                    "Width":0.608542,
                                    "Height":2.83104,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Supplier Data:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox5",
                                    "Left":9.55146,
                                    "Top":5.76792,
                                    "Width":0.608542,
                                    "Height":1.79917,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"PartNo.:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox6",
                                    "Left":7.77875,
                                    "Top":5.76792,
                                    "Width":0.608542,
                                    "Height":2.64583,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Man.part No.:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox7",
                                    "Left":8.96938,
                                    "Top":5.76792,
                                    "Width":0.608542,
                                    "Height":1.79917,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Quatity:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox8",
                                    "Left":8.36083,
                                    "Top":5.76792,
                                    "Width":0.608542,
                                    "Height":2.03729,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Add.info:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox9",
                                    "Left":7.19667,
                                    "Top":5.74146,
                                    "Width":0.582083,
                                    "Height":2.06375,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Man. Date:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox10",
                                    "Left":6.61458,
                                    "Top":5.74146,
                                    "Width":0.608542,
                                    "Height":1.71979,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Man.Loc:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox11",
                                    "Left":5.97958,
                                    "Top":5.74146,
                                    "Width":0.608542,
                                    "Height":1.71979,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"1.Batch:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox12",
                                    "Left":5.3975,
                                    "Top":5.74146,
                                    "Width":0.608542,
                                    "Height":1.71979,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"2.Batch:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox13",
                                    "Left":3.04271,
                                    "Top":5.63563,
                                    "Width":0.608542,
                                    "Height":2.32833,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Package-ID:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox14",
                                    "Left":2.11667,
                                    "Top":5.63563,
                                    "Width":0.608542,
                                    "Height":2.8575,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Shipping Note:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox15",
                                    "Left":9.02229,
                                    "Top":10.3452,
                                    "Width":0.608542,
                                    "Height":1.77271,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"MS-Level:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox16",
                                    "Left":9.57792,
                                    "Top":10.3452,
                                    "Width":0.608542,
                                    "Height":1.37583,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Index:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox17",
                                    "Left":7.80521,
                                    "Top":10.3452,
                                    "Width":0.608542,
                                    "Height":3.51896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Part description:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox18",
                                    "Left":7.19667,
                                    "Top":10.3452,
                                    "Width":0.608542,
                                    "Height":2.54,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"Expiry Date:"
                                },
                                {
                                    "Type":"MemoBox",
                                    "Name":"MemoBox19",
                                    "Left":1.16417,
                                    "Top":12.5413,
                                    "Width":0.608542,
                                    "Height":1.27,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":142500,
                                        "Bold":true
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "Text":"RoHS"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox1",
                                    "Left":3.99521,
                                    "Top":3.20146,
                                    "Width":0.608542,
                                    "Height":3.46604,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"SupplierName"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox2",
                                    "Left":3.04271,
                                    "Top":2.80458,
                                    "Width":0.608542,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"SupplierID"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox3",
                                    "Left":2.11667,
                                    "Top":2.56646,
                                    "Width":0.608542,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"Purchase"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox4",
                                    "Left":1.21708,
                                    "Top":3.06917,
                                    "Width":0.608542,
                                    "Height":2.46063,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"SupplierData"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox5",
                                    "Left":2.11667,
                                    "Top":7.96396,
                                    "Width":0.608542,
                                    "Height":4.445,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"ShippingNote"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox6",
                                    "Left":3.06917,
                                    "Top":7.62,
                                    "Width":0.608542,
                                    "Height":3.62479,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"PackageID"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox7",
                                    "Left":5.3975,
                                    "Top":7.11729,
                                    "Width":0.608542,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"2Batch"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox8",
                                    "Left":5.97958,
                                    "Top":7.11729,
                                    "Width":0.582083,
                                    "Height":2.27542,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"1Batch"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox9",
                                    "Left":6.61458,
                                    "Top":7.19667,
                                    "Width":0.582083,
                                    "Height":2.91042,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"ManLoc"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox10",
                                    "Left":7.19667,
                                    "Top":7.59354,
                                    "Width":0.582083,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"ManDate"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox11",
                                    "Left":7.77875,
                                    "Top":7.99042,
                                    "Width":0.582083,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"ManPartNo"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox12",
                                    "Left":8.36083,
                                    "Top":7.19667,
                                    "Width":0.582083,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"Addinfo"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox14",
                                    "Left":9.55146,
                                    "Top":7.19667,
                                    "Width":0.582083,
                                    "Height":3.25438,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Bold":true
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"PartNo"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox15",
                                    "Left":9.57792,
                                    "Top":11.4035,
                                    "Width":0.582083,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"Index"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox16",
                                    "Left":9.02229,
                                    "Top":12.0121,
                                    "Width":0.582083,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"MS-Level"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox17",
                                    "Left":7.80521,
                                    "Top":12.991,
                                    "Width":0.582083,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"PartDescription"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox18",
                                    "Left":7.19667,
                                    "Top":12.3825,
                                    "Width":0.582083,
                                    "Height":2.24896,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Weight":400
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"ExpiryDate"
                                },
                                {
                                    "Type":"FieldBox",
                                    "Name":"FieldBox19",
                                    "Left":8.94292,
                                    "Top":7.01146,
                                    "Width":0.582083,
                                    "Height":1.98438,
                                    "Font":{
                                        "Name":"Arial",
                                        "Size":90000,
                                        "Bold":true
                                    },
                                    "TextAlign":"TopLeft",
                                    "TextOrientation":"U2DR2L1",
                                    "DataField":"Quatity"
                                }
                            ],
                            "ColSpan":7,
                            "RowSpan":2
                        }
                    ]
                }
            ]
        }
    ]
}