material.jrxml
22.5 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.10.0.final using JasperReports Library version 6.10.0-unknown -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="material" language="groovy" pageWidth="240" pageHeight="141" whenNoDataType="AllSectionsNoDetail" columnWidth="240" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="79975b38-5e6c-4eab-9bc4-c6eb16eedad0">
<property name="ireport.zoom" value="1.3310000000000015"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<parameter name="materialId" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<queryString>
<![CDATA[SELECT * FROM material WHERE id = $P{materialId}]]>
</queryString>
<field name="id" class="java.lang.Integer">
<fieldDescription><![CDATA[ID]]></fieldDescription>
</field>
<field name="code" class="java.lang.String">
<fieldDescription><![CDATA[物料编码]]></fieldDescription>
</field>
<field name="companyCode" class="java.lang.String">
<fieldDescription><![CDATA[货主编码]]></fieldDescription>
</field>
<field name="warehouseCode" class="java.lang.String">
<fieldDescription><![CDATA[仓库编码]]></fieldDescription>
</field>
<field name="name" class="java.lang.String">
<fieldDescription><![CDATA[名称]]></fieldDescription>
</field>
<field name="spec" class="java.lang.String">
<fieldDescription><![CDATA[规格]]></fieldDescription>
</field>
<field name="unit" class="java.lang.String">
<fieldDescription><![CDATA[单位]]></fieldDescription>
</field>
<field name="type" class="java.lang.String">
<fieldDescription><![CDATA[类别]]></fieldDescription>
</field>
<field name="abcClass" class="java.lang.String">
<fieldDescription><![CDATA[ABC分类]]></fieldDescription>
</field>
<field name="daysToExpire" class="java.lang.Integer">
<fieldDescription><![CDATA[保质期(天)]]></fieldDescription>
</field>
<field name="locatingRule" class="java.lang.String">
<fieldDescription><![CDATA[定位规则]]></fieldDescription>
</field>
<field name="allocationRule" class="java.lang.String">
<fieldDescription><![CDATA[分配规则]]></fieldDescription>
</field>
<field name="replenishmentRule" class="java.lang.String">
<fieldDescription><![CDATA[补货规则]]></fieldDescription>
</field>
<field name="emptyLocRule" class="java.lang.String">
<fieldDescription><![CDATA[空货位规则]]></fieldDescription>
</field>
<field name="pickingRule" class="java.lang.String">
<fieldDescription><![CDATA[拣货规则]]></fieldDescription>
</field>
<field name="receivingFlow" class="java.lang.String">
<fieldDescription><![CDATA[入库流程]]></fieldDescription>
</field>
<field name="shippingFlow" class="java.lang.String">
<fieldDescription><![CDATA[出库流程]]></fieldDescription>
</field>
<field name="attributeTemplateCode" class="java.lang.String">
<fieldDescription><![CDATA[属性模版]]></fieldDescription>
</field>
<field name="trackSerialNum" class="java.lang.Integer">
<fieldDescription><![CDATA[记录序列号]]></fieldDescription>
</field>
<field name="autoGenSerialNum" class="java.lang.Integer">
<fieldDescription><![CDATA[自动生成序列号]]></fieldDescription>
</field>
<field name="autoGenSerialNumFormat" class="java.lang.String">
<fieldDescription><![CDATA[自动生成序列号表达式]]></fieldDescription>
</field>
<field name="snTemplateCode" class="java.lang.String">
<fieldDescription><![CDATA[序列号模版]]></fieldDescription>
</field>
<field name="expiringDays" class="java.lang.Integer">
<fieldDescription><![CDATA[临期预警天数]]></fieldDescription>
</field>
<field name="minShelfLifeDays" class="java.lang.Integer">
<fieldDescription><![CDATA[收货预警天数]]></fieldDescription>
</field>
<field name="enable" class="java.lang.Boolean">
<fieldDescription><![CDATA[状态]]></fieldDescription>
</field>
<field name="created" class="java.sql.Timestamp">
<fieldDescription><![CDATA[创建时间]]></fieldDescription>
</field>
<field name="createdBy" class="java.lang.String">
<fieldDescription><![CDATA[创建用户]]></fieldDescription>
</field>
<field name="lastUpdated" class="java.sql.Timestamp">
<fieldDescription><![CDATA[创建时间]]></fieldDescription>
</field>
<field name="lastUpdatedBy" class="java.lang.String">
<fieldDescription><![CDATA[更新用户]]></fieldDescription>
</field>
<field name="version" class="java.lang.Integer">
<fieldDescription><![CDATA[数据版本]]></fieldDescription>
</field>
<field name="userDef1" class="java.lang.String">
<fieldDescription><![CDATA[是否AGV区域发货]]></fieldDescription>
</field>
<field name="userDef2" class="java.lang.String">
<fieldDescription><![CDATA[自定义字段2]]></fieldDescription>
</field>
<field name="userDef3" class="java.lang.String">
<fieldDescription><![CDATA[商品同步标识]]></fieldDescription>
</field>
<field name="userDef4" class="java.lang.String">
<fieldDescription><![CDATA[自定义字段4]]></fieldDescription>
</field>
<field name="userDef5" class="java.lang.String">
<fieldDescription><![CDATA[自定义字段5]]></fieldDescription>
</field>
<field name="userDef6" class="java.lang.String">
<fieldDescription><![CDATA[自定义字段6]]></fieldDescription>
</field>
<field name="userDef7" class="java.lang.String">
<fieldDescription><![CDATA[自定义字段7]]></fieldDescription>
</field>
<field name="userDef8" class="java.lang.String">
<fieldDescription><![CDATA[自定义字段8]]></fieldDescription>
</field>
<field name="deleted" class="java.lang.Boolean">
<fieldDescription><![CDATA[删除标记]]></fieldDescription>
</field>
<field name="isMix" class="java.lang.Boolean">
<fieldDescription><![CDATA[是否允许混放]]></fieldDescription>
</field>
<variable name="QRShow" class="java.lang.String">
<variableExpression><![CDATA[$F{code}+"/"+$F{type}+"/"+$F{name}+"/"+$F{spec}]]></variableExpression>
<initialValueExpression><![CDATA[$F{code}+"/"+$F{type}+"/"+$F{name}+"/"+$F{spec}]]></initialValueExpression>
</variable>
<title>
<band height="141" splitType="Prevent">
<property name="com.jaspersoft.studio.layout"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement x="0" y="90" width="20" height="51" uuid="c3011957-1a50-4d63-8b0b-08573c633bdf"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料编码]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="0" y="0" width="20" height="90" uuid="7b292b83-e2c7-4f33-8d36-e08f4db0c049">
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{code}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="20" y="90" width="20" height="51" uuid="6f331ec1-5529-4b13-bcf9-caa2d60df9c5"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料名称]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="20" y="0" width="20" height="90" uuid="8338c23b-738e-49b9-bfdc-784b9e91d684"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="40" y="90" width="20" height="51" uuid="4ed1e330-b41e-4a85-8e2b-9ba55ac26ca0">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料类别]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="40" y="50" width="20" height="40" uuid="1a91b7f9-afde-4f8b-a375-2a6a77201bae">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{type}]]></textFieldExpression>
</textField>
<componentElement>
<reportElement x="40" y="0" width="59" height="48" uuid="1f8fd6fe-b45e-42a8-b1b1-b2011add2fde">
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<jr:QRCode xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">
<jr:codeExpression><![CDATA[$F{code}]]></jr:codeExpression>
</jr:QRCode>
</componentElement>
<staticText>
<reportElement x="60" y="90" width="20" height="51" uuid="4152a7e3-bc4c-4a17-bce4-df0f4e3fb630">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料规格]]></text>
</staticText>
<staticText>
<reportElement x="80" y="90" width="20" height="51" uuid="0c227824-3c43-42d4-971f-4964bc3b5d2c">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料单位]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="60" y="50" width="20" height="40" uuid="48d7e118-df14-44bb-8f7e-6c0ce79d4f0a">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{spec}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="80" y="50" width="20" height="40" uuid="b7081e7f-6992-40d4-a43a-054cb38950aa">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{unit}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="40" y="0" width="60" height="50" uuid="45109a37-39f1-440c-b726-0d6907d11afe"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
</textField>
<staticText>
<reportElement x="130" y="90" width="20" height="51" uuid="60e42533-381b-4ec3-ba76-58eecbefadfc"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料编码]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="130" y="0" width="20" height="90" uuid="a35a0287-85d1-4853-87e8-d99c71551b33">
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{code}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="150" y="90" width="20" height="51" uuid="43632f95-9e9d-4987-97f3-46629ddbb066"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料名称]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="150" y="0" width="20" height="90" uuid="c0b80c9e-3302-4cd7-b645-0cf606d3cc8c"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="170" y="90" width="20" height="51" uuid="03223794-8ca5-4817-a4e7-7ca3823363b0">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料类别]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="170" y="50" width="20" height="40" uuid="0e93501f-9700-4389-b9af-49744eb54877">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{type}]]></textFieldExpression>
</textField>
<componentElement>
<reportElement x="170" y="0" width="57" height="46" uuid="efd58999-ddd9-47c7-bf42-49993c73bf80">
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<jr:QRCode xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">
<jr:codeExpression><![CDATA[$F{code}]]></jr:codeExpression>
</jr:QRCode>
</componentElement>
<staticText>
<reportElement x="190" y="90" width="20" height="51" uuid="bb197059-780a-4488-89b4-32d6ef54cb76">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料规格]]></text>
</staticText>
<staticText>
<reportElement x="210" y="90" width="20" height="51" uuid="9994c488-0381-4fa0-9e84-cff9a7953f0e">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<text><![CDATA[物料单位]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement x="190" y="50" width="20" height="40" uuid="f7d7fa03-1229-446c-b28e-89b3465e549e">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{spec}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="210" y="50" width="20" height="40" uuid="398ba013-76ce-4f0e-805c-58eab406ba19">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
<font fontName="宋体" size="10" isBold="true" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{unit}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="170" y="0" width="60" height="50" uuid="9f1901d4-e455-4362-b3f5-0bb53fb7466d"/>
<box>
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
</textField>
</band>
</title>
</jasperReport>