1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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="ryjcxx" language="groovy" pageWidth="290" pageHeight="340" columnWidth="250" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isIgnorePagination="true" uuid="6ba495ef-8263-45ad-a2fd-2d5f92c4f9fd">
- <property name="ireport.zoom" value="1.0"/>
- <property name="ireport.x" value="0"/>
- <property name="ireport.y" value="0"/>
- <parameter name="zp" class="byte[]"/>
- <parameter name="qrcode" class="byte[]"/>
- <parameter name="portrait" class="java.lang.String"/>
- <queryString>
- <![CDATA[]]>
- </queryString>
- <field name="lxdh" class="java.lang.String">
- <fieldDescription><![CDATA[lxdh]]></fieldDescription>
- </field>
- <field name="rylx" class="com.jtgh.yjpt.entity.common.CodeEntity">
- <fieldDescription><![CDATA[rylx]]></fieldDescription>
- </field>
- <field name="ssjyr" class="com.jtgh.yjpt.entity.jyr.JyrEntity">
- <fieldDescription><![CDATA[ssjyr]]></fieldDescription>
- </field>
- <field name="xm" class="java.lang.String">
- <fieldDescription><![CDATA[xm]]></fieldDescription>
- </field>
- <background>
- <band splitType="Stretch"/>
- </background>
- <detail>
- <band height="300" splitType="Immediate">
- <textField isBlankWhenNull="true">
- <reportElement x="65" y="214" width="100" height="30" forecolor="#242424" uuid="c2a0e6e5-5a10-459c-855e-0d43c40f1ec1"/>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体"/>
- </textElement>
- <textFieldExpression><![CDATA[$F{rylx}.getBz()]]></textFieldExpression>
- </textField>
- <staticText>
- <reportElement x="15" y="184" width="50" height="30" forecolor="#A8A8A8" uuid="0d76b95d-7544-49da-9ed0-8b2f32e78d8d"/>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体" size="12"/>
- </textElement>
- <text><![CDATA[ 姓 名]]></text>
- </staticText>
- <staticText>
- <reportElement x="15" y="244" width="50" height="30" forecolor="#A8A8A8" uuid="1710a381-2dc5-45fe-bb12-95f10050592f"/>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体" size="12"/>
- </textElement>
- <text><![CDATA[联系电话]]></text>
- </staticText>
- <staticText>
- <reportElement x="15" y="214" width="50" height="30" forecolor="#A8A8A8" uuid="aba4540a-7616-4c35-a671-29cc791e89a5"/>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体" size="12"/>
- </textElement>
- <text><![CDATA[人员类型]]></text>
- </staticText>
- <textField isBlankWhenNull="true">
- <reportElement x="65" y="244" width="100" height="30" forecolor="#242424" uuid="0231e712-d427-4ebb-95f6-d68c1c86a563"/>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体"/>
- </textElement>
- <textFieldExpression><![CDATA[$F{lxdh}]]></textFieldExpression>
- </textField>
- <textField isBlankWhenNull="true">
- <reportElement x="0" y="0" width="250" height="50" forecolor="#616161" uuid="e9b6cc7a-e72d-4b76-abb6-19b4478f2b3b"/>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体" size="18" isBold="true"/>
- </textElement>
- <textFieldExpression><![CDATA[$F{ssjyr}.getGkjyr()]]></textFieldExpression>
- </textField>
- <textField isBlankWhenNull="true">
- <reportElement x="65" y="184" width="100" height="30" forecolor="#242424" uuid="7a513df3-74a6-4a8a-8de1-806c64b935b1"/>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体"/>
- </textElement>
- <textFieldExpression><![CDATA[$F{xm}]]></textFieldExpression>
- </textField>
- <frame>
- <reportElement mode="Opaque" x="0" y="50" width="250" height="125" backcolor="#21A5B6" uuid="f45b84b2-29f2-43e4-93d0-86e1b1f26771"/>
- <image scaleImage="Clip" isLazy="true">
- <reportElement isPrintRepeatedValues="false" x="0" y="0" width="100" height="125" uuid="efb32dd4-d1cd-48a8-9dc2-769a178fff0c"/>
- <imageExpression><![CDATA[$P{zp}==null?$P{portrait}:new java.io.ByteArrayInputStream($P{zp})]]></imageExpression>
- </image>
- <staticText>
- <reportElement x="129" y="21" width="100" height="40" forecolor="#FFFFFF" uuid="e7eab92c-3632-4095-94fd-f37c49f60746"/>
- <textElement>
- <font fontName="宋体" size="20"/>
- </textElement>
- <text><![CDATA[工作证]]></text>
- </staticText>
- </frame>
- <image scaleImage="RealSize" isLazy="true">
- <reportElement isPrintRepeatedValues="false" x="165" y="200" width="75" height="75" uuid="438206de-fa7e-44de-b3fd-42c8db0b925d"/>
- <imageExpression><![CDATA[new java.io.ByteArrayInputStream($P{qrcode})]]></imageExpression>
- </image>
- </band>
- </detail>
- </jasperReport>
|