|
|
<?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="$CostDetails" itemType="$CostDetailType" enablePaging="false" >
|
|
|
<LineNo header="序号"/>
|
|
|
<Field name="SubKillProductLine_Name"/>
|
|
|
<Field name="GenerationCostItem_Name"/>
|
|
|
<Field name="Price"/>
|
|
|
<Field name="Money" sum="true"/>
|
|
|
</DFListBand>
|
|
|
<HtmlBand>
|
|
|
<![CDATA[<h2>回收应付</h2>]]>
|
|
|
</HtmlBand>
|
|
|
<DFListBand collection="$CallbackPayDetails" itemType="$CallbackPayDetailType" enablePaging="false" >
|
|
|
<LineNo header="序号"/>
|
|
|
<Field name="SubKillCallBack_Name"/>
|
|
|
<Field name="Price"/>
|
|
|
<Field name="Money" sum="true"/>
|
|
|
</DFListBand>
|
|
|
</Bands>
|
|
|
</BillReport>
|
|
|
</Report>
|
|
|
</BillReports>
|