|
|
@ -0,0 +1,35 @@ |
|
|
|
|
|
<?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="Supplier_Name" lblWidth="4"/> |
|
|
|
|
|
<Field name="Date" lblWidth="4"/> |
|
|
|
|
|
<Field name="Store_Name" lblWidth="4"/> |
|
|
|
|
|
<Field name="Remark" lblWidth="4"/> |
|
|
|
|
|
</DFInfoBand> |
|
|
|
|
|
<HtmlBand> |
|
|
|
|
|
<![CDATA[<h2>急宰明细</h2>]]> |
|
|
|
|
|
</HtmlBand> |
|
|
|
|
|
<DFListBand collection="$Details" itemType="$DetailType" enablePaging="true" > |
|
|
|
|
|
<Field name="AfterWeigh"/> |
|
|
|
|
|
<Field name="Weigh_ID"/> |
|
|
|
|
|
<Field name="Technics"/> |
|
|
|
|
|
<Field name="LiveVarieties_Name"/> |
|
|
|
|
|
<Field name="Livestock_Name" /> |
|
|
|
|
|
<Field name="Number" sum="true"/> |
|
|
|
|
|
<Field name="GrossWeight" sum="true"/> |
|
|
|
|
|
<Field name="Weight" sum="true"/> |
|
|
|
|
|
<Field name="Destroy"/> |
|
|
|
|
|
<Field name="Remark" /> |
|
|
|
|
|
</DFListBand> |
|
|
|
|
|
</Bands> |
|
|
|
|
|
</BillReport> |
|
|
|
|
|
</Report> |
|
|
|
|
|
</BillReports> |