<?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="Employee_Name" lblWidth="4"/>
|
|
<Field name="Date" lblWidth="4"/>
|
|
<Field name="Supplier_Name" lblWidth="4"/>
|
|
<Field name="Supplier_Tel" lblWidth="4"/>
|
|
<Field name="Supplier_Card_ID" lblWidth="4"/>
|
|
<Field name="Supplier_Address" lblWidth="4"/>
|
|
<Field name="Number" lblWidth="4"/>
|
|
<Field name="Weight" lblWidth="4"/>
|
|
<Field name="PriceBill_ID" lblWidth="4"/>
|
|
<Field name="Remark" lblWidth="4"/>
|
|
</DFInfoBand>
|
|
<HtmlBand>
|
|
<![CDATA[<h2>过磅明细</h2>]]>
|
|
</HtmlBand>
|
|
<DFListBand collection="$Details" itemType="$DetailType" enablePaging="true" rowsPerPage="20" >
|
|
<LineNo header="序号"/>
|
|
<Field name="LiveVarieties_Name"/>
|
|
<Field name="Number"/>
|
|
<Field name="MaoWeight"/>
|
|
<Field name="PiWeight"/>
|
|
<Field name="Weight"/>
|
|
<Field name="LiveColonyHouse_Name"/>
|
|
<Field name="SubKillProductLine_Name"/>
|
|
<Field name="Remark"/>
|
|
</DFListBand>
|
|
</Bands>
|
|
</BillReport>
|
|
</Report>
|
|
</BillReports>
|