123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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="tzs_dc" language="groovy" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="998c4ada-633a-4cb4-a5e6-368e8bef1d71">
- <property name="ireport.zoom" value="1.0"/>
- <property name="ireport.x" value="0"/>
- <property name="ireport.y" value="0"/>
- <queryString>
- <![CDATA[]]>
- </queryString>
- <field name="jdjcnr" class="java.lang.String">
- <fieldDescription><![CDATA[jdjcnr]]></fieldDescription>
- </field>
- <field name="yhzgyj" class="java.lang.String">
- <fieldDescription><![CDATA[yhzgyj]]></fieldDescription>
- </field>
- <variable name="dc_count" class="java.lang.Integer" calculation="Count">
- <variableExpression><![CDATA[$V{dc_count}.valueOf( 1 )]]></variableExpression>
- <initialValueExpression><![CDATA[1]]></initialValueExpression>
- </variable>
- <background>
- <band splitType="Stretch"/>
- </background>
- <columnHeader>
- <band height="30" splitType="Stretch">
- <staticText>
- <reportElement x="35" y="0" width="150" height="30" uuid="78561fee-ed87-4ade-851c-12a20094be49"/>
- <box>
- <pen lineWidth="0.5"/>
- <topPen lineWidth="0.0"/>
- <leftPen lineWidth="0.0"/>
- <bottomPen lineWidth="0.0"/>
- <rightPen lineWidth="0.0"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Middle"/>
- <text><![CDATA[序号]]></text>
- </staticText>
- <staticText>
- <reportElement x="335" y="0" width="150" height="30" uuid="7d2d2228-c4c0-4087-bc1b-eb30fd66e4b9"/>
- <box>
- <pen lineWidth="0.5"/>
- <topPen lineWidth="0.0"/>
- <leftPen lineWidth="0.0"/>
- <bottomPen lineWidth="0.0"/>
- <rightPen lineWidth="0.0"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Middle"/>
- <text><![CDATA[整改要求]]></text>
- </staticText>
- <staticText>
- <reportElement x="185" y="0" width="150" height="30" uuid="e4a9fbaf-2c42-4035-9b54-4338ade38b43"/>
- <box>
- <pen lineWidth="0.5"/>
- <topPen lineWidth="0.0"/>
- <leftPen lineWidth="0.0"/>
- <bottomPen lineWidth="0.0"/>
- <rightPen lineWidth="0.0"/>
- </box>
- <textElement textAlignment="Center" verticalAlignment="Middle"/>
- <text><![CDATA[安全隐患]]></text>
- </staticText>
- </band>
- </columnHeader>
- <detail>
- <band height="20" splitType="Stretch">
- <textField>
- <reportElement stretchType="RelativeToBandHeight" x="35" y="0" width="150" height="20" isPrintWhenDetailOverflows="true" uuid="38f9d140-bcaf-48db-84d3-6891a251df79"/>
- <box leftPadding="5">
- <pen lineWidth="0.5"/>
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.0"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.0"/>
- </box>
- <textFieldExpression><![CDATA[$V{dc_count}.toString()]]></textFieldExpression>
- </textField>
- <textField>
- <reportElement stretchType="RelativeToBandHeight" x="185" y="0" width="150" height="20" isPrintWhenDetailOverflows="true" uuid="8dd725d4-8c9b-442d-b80d-90add809fda7"/>
- <box leftPadding="5">
- <pen lineWidth="0.5"/>
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.0"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.0"/>
- </box>
- <textFieldExpression><![CDATA[$F{jdjcnr}]]></textFieldExpression>
- </textField>
- <textField>
- <reportElement stretchType="RelativeToBandHeight" x="335" y="0" width="150" height="20" isPrintWhenDetailOverflows="true" uuid="e22d28d5-40e2-4869-b04c-13529f6da7d8"/>
- <box leftPadding="5">
- <pen lineWidth="0.5"/>
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.0"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.0"/>
- </box>
- <textFieldExpression><![CDATA[$F{yhzgyj}]]></textFieldExpression>
- </textField>
- </band>
- </detail>
- </jasperReport>
|