Browse Source

修改

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

+ 6
- 2
WebFolder/config/billreports/B3QingDaoWanFu/SaleOutStoreSimpleAnaysePrint.xml View File

@ -9,6 +9,8 @@
<Field name="Customer_Name"/>
<Field name="Goods_Spec"/>
<Field name="OrderNumber" sum="true"/>
<Field name="SecondNumber" sum="true"/>
<Field name="Goods_SecondUnit"/>
</DFListBand>
</Bands>
@ -22,10 +24,12 @@
<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_Name"/>
<Field name="Goods_Spec"/>
<Field name="OrderNumber" sum="true"/>
<Field name="SecondNumber" sum="true"/>
<Field name="Goods_SecondUnit"/>
</DFListBand>
</Bands>
</BillReport>


Loading…
Cancel
Save