|
|
@ -3,17 +3,31 @@ |
|
|
<Report phyName="标准格式"> |
|
|
<Report phyName="标准格式"> |
|
|
<BillReport xmlns="urn:BillReport" version="1" displayName="标准格式" > |
|
|
<BillReport xmlns="urn:BillReport" version="1" displayName="标准格式" > |
|
|
<Bands> |
|
|
<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="Goods_Name"/> |
|
|
<Field name="Customer_Name"/> |
|
|
<Field name="Customer_Name"/> |
|
|
<Field name="Goods_Code"/> |
|
|
|
|
|
|
|
|
<Field name="Goods_Spec"/> |
|
|
<Field name="OrderNumber" sum="true"/> |
|
|
<Field name="OrderNumber" sum="true"/> |
|
|
|
|
|
|
|
|
</DFListBand> |
|
|
</DFListBand> |
|
|
</Bands> |
|
|
</Bands> |
|
|
</BillReport> |
|
|
</BillReport> |
|
|
</Report> |
|
|
</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> |
|
|
</BillReports> |