1
yusijie
2024-08-16 08447b2355d97698faac7536e22edce3959dd61b
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
{
    "Version":"6.8.9.1",
    "Font":{
        "Name":"宋体",
        "Size":105000,
        "Weight":400,
        "Charset":134
    },
    "Printer":{
    },
    "DetailGrid":{
        "Recordset":{
            "Field":[
                {
                    "Name":"供应商"
                },
                {
                    "Name":"单据号"
                },
                {
                    "Name":"物料代码"
                },
                {
                    "Name":"规格型号"
                },
                {
                    "Name":"计量单位"
                },
                {
                    "Name":"数量"
                },
                {
                    "Name":"单价"
                },
                {
                    "Name":"金额"
                },
                {
                    "Name":"表体备注"
                },
                {
                    "Name":"业务员"
                },
                {
                    "Name":"主管"
                },
                {
                    "Name":"制单人"
                },
                {
                    "Name":"日期",
                    "Type":"DateTime"
                }
            ]
        },
        "Column":[
            {
                "Name":"Column1"
            },
            {
                "Name":"Column2"
            },
            {
                "Name":"Column3"
            },
            {
                "Name":"Column4"
            },
            {
                "Name":"Column5"
            },
            {
                "Name":"Column6"
            },
            {
                "Name":"Column7"
            }
        ],
        "ColumnContent":{
            "ColumnContentCell":[
                {
                    "Column":"Column1",
                    "DataField":"物料代码"
                },
                {
                    "Column":"Column2",
                    "DataField":"规格型号"
                },
                {
                    "Column":"Column3",
                    "DataField":"计量单位"
                },
                {
                    "Column":"Column4",
                    "DataField":"数量"
                },
                {
                    "Column":"Column5",
                    "DataField":"单价"
                },
                {
                    "Column":"Column6",
                    "DataField":"金额"
                },
                {
                    "Column":"Column7",
                    "DataField":"表体备注"
                }
            ]
        },
        "ColumnTitle":{
            "Height":0.608542,
            "ColumnTitleCell":[
                {
                    "GroupTitle":false,
                    "Column":"Column1",
                    "TextAlign":"MiddleCenter",
                    "Text":"材料编码"
                },
                {
                    "GroupTitle":false,
                    "Column":"Column2",
                    "Text":"规格型号"
                },
                {
                    "GroupTitle":false,
                    "Column":"Column3",
                    "Text":"单位"
                },
                {
                    "GroupTitle":false,
                    "Column":"Column4",
                    "Text":"数量"
                },
                {
                    "GroupTitle":false,
                    "Column":"Column5",
                    "Text":"单价"
                },
                {
                    "GroupTitle":false,
                    "Column":"Column6",
                    "Text":"金额"
                },
                {
                    "GroupTitle":false,
                    "Column":"Column7",
                    "TextAlign":"MiddleCenter",
                    "Text":"备注"
                }
            ]
        }
    },
    "Parameter":[
        {
            "Name":"Parameter1"
        }
    ],
    "ReportHeader":[
        {
            "Name":"ReportHeader1",
            "Height":4.39208,
            "Control":[
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox2",
                    "Center":"Horizontal",
                    "Left":8.75771,
                    "Top":1.00542,
                    "Width":3.43958,
                    "Height":0.79375,
                    "Font":{
                        "Name":"宋体",
                        "Size":157500,
                        "Weight":400,
                        "Charset":134
                    },
                    "Text":"收料单"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox1",
                    "Center":"Horizontal",
                    "Left":5.34458,
                    "Width":10.2658,
                    "Height":1.00542,
                    "Font":{
                        "Name":"宋体",
                        "Size":202500,
                        "Weight":400,
                        "Charset":134
                    },
                    "Text":"浙江智云迈思数字技术有限公司"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox3",
                    "Left":14.2081,
                    "Top":3.41313,
                    "Width":1.19063,
                    "Height":0.608542,
                    "Text":"日期:"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox4",
                    "Top":3.41313,
                    "Width":1.79917,
                    "Height":0.582083,
                    "Text":"供应单位:"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox5",
                    "Top":2.80458,
                    "Width":2.59292,
                    "Height":0.582083,
                    "Text":"发票号码:"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox1",
                    "Left":15.3988,
                    "Top":3.41313,
                    "Width":3.99521,
                    "Height":0.608542,
                    "DataField":"日期"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox2",
                    "Left":1.79917,
                    "Top":3.41313,
                    "Width":3.59833,
                    "Height":0.582083,
                    "DataField":"供应商"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox8",
                    "Left":7.40833,
                    "Top":2.80458,
                    "Width":2.59292,
                    "Height":0.608542,
                    "Text":"仓库:"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox9",
                    "Left":14.2081,
                    "Top":2.80458,
                    "Width":1.5875,
                    "Height":0.608542,
                    "Text":"单据号:"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox8",
                    "Left":15.7956,
                    "Top":2.80458,
                    "Width":3.59833,
                    "Height":0.608542,
                    "DataField":"单据号"
                }
            ]
        }
    ],
    "ReportFooter":[
        {
            "Name":"ReportFooter1",
            "Control":[
                {
                    "Type":"FreeGrid",
                    "Name":"FreeGrid1",
                    "Dock":"Left",
                    "Border":{
                        "Styles":"[DrawLeft|DrawTop|DrawRight|DrawBottom]"
                    },
                    "ColumnCount":7,
                    "RowCount":1,
                    "FreeGridColumn":[
                    ],
                    "FreeGridRow":[
                    ],
                    "FreeGridCell":[
                        {
                            "row":1,
                            "col":1,
                            "Text":"合计"
                        },
                        {
                            "row":1,
                            "col":3,
                            "FreeCell":true
                        },
                        {
                            "row":1,
                            "col":4,
                            "FreeCell":true,
                            "Control":[
                                {
                                    "Type":"SummaryBox",
                                    "Name":"SummaryBox3",
                                    "Left":0.211667,
                                    "Width":2.59292,
                                    "Height":0.396875,
                                    "DataField":"数量"
                                }
                            ]
                        },
                        {
                            "row":1,
                            "col":5,
                            "FreeCell":true
                        },
                        {
                            "row":1,
                            "col":6,
                            "FreeCell":true,
                            "Control":[
                                {
                                    "Type":"SummaryBox",
                                    "Name":"SummaryBox4",
                                    "Left":0.211667,
                                    "Width":2.59292,
                                    "Height":0.582083,
                                    "DataField":"金额"
                                }
                            ]
                        }
                    ]
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox6",
                    "Top":1.19063,
                    "Width":1.5875,
                    "Height":0.608542,
                    "Text":"记账:"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox6",
                    "Left":1.5875,
                    "Top":1.19063,
                    "Width":2.59292,
                    "Height":0.608542
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox7",
                    "Left":4.60375,
                    "Top":1.19063,
                    "Width":1.19063,
                    "Height":0.608542,
                    "Text":"收料:"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox7",
                    "Left":5.79438,
                    "Top":1.19063,
                    "Width":2.59292,
                    "Height":0.608542,
                    "DataField":"业务员"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox10",
                    "Left":8.38729,
                    "Top":1.19063,
                    "Width":1.21708,
                    "Height":0.608542,
                    "Text":"主管:"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox9",
                    "Left":9.60438,
                    "Top":1.19063,
                    "Width":2.59292,
                    "Height":0.608542,
                    "DataField":"主管"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox11",
                    "Left":12.1973,
                    "Top":1.19063,
                    "Width":1.40229,
                    "Height":0.608542,
                    "Text":"采购员:"
                },
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox12",
                    "Left":16.1925,
                    "Top":1.19063,
                    "Width":1.40229,
                    "Height":0.608542,
                    "Text":"制单人:"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox10",
                    "Left":13.5996,
                    "Top":1.19063,
                    "Width":2.59292,
                    "Height":0.608542,
                    "DataField":"主管"
                },
                {
                    "Type":"FieldBox",
                    "Name":"FieldBox11",
                    "Left":17.5948,
                    "Top":1.19063,
                    "Width":2.59292,
                    "Height":0.608542,
                    "DataField":"制单人"
                }
            ]
        }
    ]
}