<?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="Date" lblWidth="4"/>
|
|
<Field name="Employee_Name" lblWidth="4"/>
|
|
<Field name="Remark" lblWidth="4"/>
|
|
</DFInfoBand>
|
|
<HtmlBand>
|
|
<![CDATA[<h2>供应商明细</h2>]]>
|
|
</HtmlBand>
|
|
<DFListBand collection="$SupplierDetails" itemType="$SupplierDetailType" enablePaging="false" >
|
|
<LineNo header="序号"/>
|
|
<Field name="Supplier_Name"/>
|
|
</DFListBand>
|
|
<HtmlBand>
|
|
<![CDATA[<h2>代宰费用</h2>]]>
|
|
</HtmlBand>
|
|
<DFListBand collection="$CostItemDetails" itemType="$CostItemDetailType" enablePaging="false" >
|
|
<LineNo header="序号"/>
|
|
<Field name="GenerationCostItem_Name"/>
|
|
<Field name="SubKillProductLine_Name"/>
|
|
<Field name="Price"/>
|
|
</DFListBand>
|
|
<HtmlBand>
|
|
<![CDATA[<h2>代宰回收</h2>]]>
|
|
</HtmlBand>
|
|
<DFListBand collection="$CallBackDetails" itemType="$CallBackDetailType" enablePaging="false" >
|
|
<LineNo header="序号"/>
|
|
<Field name="SubKillCallBack_Name"/>
|
|
<Field name="Price"/>
|
|
</DFListBand>
|
|
</Bands>
|
|
</BillReport>
|
|
</Report>
|
|
</BillReports>
|