You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

41 lines
1.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<BillReports xmlns="urn:BillReports" version="1.0" displayName="羊过磅单" phyName="羊过磅单">
<Report phyName="标准格式">
<BillReport xmlns="urn:BillReport" version="1" displayName="标准格式" >
<Bands>
<TextBand fontName="黑体" fontSize="15" align="Center">羊过磅单№$Dmo.ID</TextBand>
<DFInfoBand object="$Dmo" cols="4">
<Field name="AccountingUnit_Name" lblWidth="4"/>
<Field name="Department_Name" lblWidth="4"/>
<Field name="Supplier_Name" lblWidth="4"/>
<Field name="Employee_Name" lblWidth="4"/>
<Field name="Supplier_Tel" lblWidth="4"/>
<Field name="WeighTime" lblWidth="4"/>
<Field name="BuyNum" lblWidth="4"/>
<Field name="BuyWeigh1" lblWidth="4"/>
<Field name="Zone_ID" lblWidth="4"/>
<Field name="Remark" lblWidth="4"/>
</DFInfoBand>
<HtmlBand>
<![CDATA[<h2>过磅记录</h2>]]>
</HtmlBand>
<DFListBand collection="$WeighRecords" itemType="$WeighRecordsType" enablePaging="true" >
<Field name="LiveVarieties_Name"/>
<Field name="Number"/>
<Field name="Weight" />
<Field name="LiveColonyHouse_Name"/>
<Field name="Remark"/>
</DFListBand>
<HtmlBand>
<![CDATA[<h2>异常记录</h2>]]>
</HtmlBand>
<DFListBand collection="$WeighAbnormalRecording" itemType="$WeighAbnormalRecordingType" enablePaging="false" >
<LineNo header="序号"/>
<Field name="RewardItem_Name"/>
<Field name="Abnormal_Money" />
</DFListBand>
</Bands>
</BillReport>
</Report>
</BillReports>