dytyqx
2026-03-31 9620ca5caed59bd206dce701a04a5a4e4cfb9dc5
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
{
    "Version":"6.8.9.5",
    "Title":"1a.简单表格",
    "Author":"锐浪报表软件",
    "Description":"演示一个最基本的列表报表。",
    "Font":{
        "Name":"微软雅黑",
        "Size":90000,
        "Weight":400,
        "Charset":134
    },
    "Printer":{
        "Size":256,
        "Width":9,
        "Height":6,
        "LeftMargin":0,
        "TopMargin":0,
        "RightMargin":0,
        "BottomMargin":0
    },
    "DetailGrid":{
        "CenterView":true,
        "PrintAdaptMethod":"ResizeToFit",
        "Recordset":{
            "Field":[
                {
                    "Name":"条码编号1"
                },
                {
                    "Name":"条码编号2"
                },
                {
                    "Name":"仓位名称1"
                },
                {
                    "Name":"仓位名称2"
                }
            ]
        },
        "Column":[
            {
                "Name":"单据号",
                "Width":8.78417
            }
        ],
        "ColumnContent":{
            "Height":5.60917,
            "ColumnContentCell":[
                {
                    "Column":"单据号",
                    "FreeCell":true,
                    "Control":[
                        {
                            "Type":"StaticBox",
                            "Name":"StaticBox1",
                            "Left":0.396875,
                            "Top":0.211667,
                            "Width":8.20208,
                            "Height":5.18583
                        },
                        {
                            "Type":"Barcode",
                            "Name":"Barcode1",
                            "Left":-0.370417,
                            "Top":0.79375,
                            "Width":5.52979,
                            "Height":3.59833,
                            "BarcodeType":"QRCode",
                            "CaptionPosition":"None",
                            "Text":"[#条码编号1#]"
                        },
                        {
                            "Type":"Barcode",
                            "Name":"Barcode2",
                            "Left":4.04813,
                            "Top":0.79375,
                            "Width":5.13292,
                            "Height":3.59833,
                            "BarcodeType":"QRCode",
                            "CaptionPosition":"None",
                            "Text":"[#条码编号2#]"
                        },
                        {
                            "Type":"FieldBox",
                            "Name":"FieldBox1",
                            "Left":0.608542,
                            "Top":4.60375,
                            "Width":3.59833,
                            "Height":0.608542,
                            "TextAlign":"MiddleCenter",
                            "DataField":"仓位名称1"
                        },
                        {
                            "Type":"FieldBox",
                            "Name":"FieldBox2",
                            "Left":4.78896,
                            "Top":4.60375,
                            "Width":3.59833,
                            "Height":0.608542,
                            "TextAlign":"MiddleCenter",
                            "DataField":"仓位名称2"
                        }
                    ]
                }
            ]
        },
        "ColumnTitle":{
            "BackColor":"C0C0C0",
            "Height":0,
            "Font":{
                "Name":"微软雅黑",
                "Size":90000,
                "Bold":true,
                "Charset":134
            },
            "RepeatStyle":"OnPage",
            "ColumnTitleCell":[
                {
                    "GroupTitle":false,
                    "Column":"单据号",
                    "BackColor":"FFFFFF",
                    "TextAlign":"MiddleCenter"
                }
            ]
        }
    },
    "ReportHeader":[
        {
            "Height":0
        }
    ]
}