|
|
|
@ -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> |
|
|
|
|