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.

25 lines
1.0 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="Date" lblWidth="4"/>
<Field name="PurchaseType_Name" lblWidth="4"/>
</DFInfoBand>
<HtmlBand>
<![CDATA[<h2>单据明细</h2>]]>
</HtmlBand>
<DFListBand collection="$Details" itemType="$DetailType" enablePaging="true" >
<Field name="WeightBill_ID"/>
<Field name="Supplier_Name"/>
<Field name="JingJiFee" />
<Field name="TransferFee" />
</DFListBand>
<PagerBand/>
</Bands>
</BillReport>
</Report>
</BillReports>