Browse Source

修改 打印

master
wushukun 7 years ago
parent
commit
c24375b8ae
1 changed files with 19 additions and 5 deletions
  1. +19
    -5
      WebFolder/config/billreports/B3QingDaoWanFu/SaleOutStoreSimpleAnaysePrint.xml

+ 19
- 5
WebFolder/config/billreports/B3QingDaoWanFu/SaleOutStoreSimpleAnaysePrint.xml View File

@ -3,17 +3,31 @@
<Report phyName="标准格式">
<BillReport xmlns="urn:BillReport" version="1" displayName="标准格式" >
<Bands>
<TextBand fontName="黑体" fontSize="15" align="Center">产出单№$Dmo.ID</TextBand>
<DFListBand collection="$Details" itemType="$DetailType" enablePaging="true" >
<TextBand fontName="黑体" fontSize="15" align="Center">万福销售分析</TextBand>
<DFListBand collection="$Details" itemType="$DetailsType" enablePaging="true" >
<Field name="Goods_Name"/>
<Field name="Customer_Name"/>
<Field name="Goods_Code"/>
<Field name="Goods_Spec"/>
<Field name="OrderNumber" sum="true"/>
</DFListBand>
</Bands>
</BillReport>
</Report>
<Report phyName="标准格式2">
<BillReport xmlns="urn:BillReport" version="1" displayName="标准格式2" >
<Bands>
<TextBand fontName="黑体" fontSize="15" align="Center">万福销售分析</TextBand>
<DFListBand collection="$Details" itemType="$DetailsType" enablePaging="false" >
<Field name="Customer_Name"/>
<Field name="Goods_Name"/>
<Field name="Goods_Spec"/>
<Field name="OrderNumber" sum="true"/>
</DFListBand>
</Bands>
</BillReport>
</Report>
</BillReports>

Loading…
Cancel
Save