|
|
|
@ -1,14 +1,16 @@ |
|
|
|
<?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> |
|
|
|
<BillReport xmlns="urn:BillReport" version="1" displayName="标准格式"> |
|
|
|
<Bands > |
|
|
|
<TextBand fontSize="15" > </TextBand> |
|
|
|
<TextBand fontName="黑体" fontSize="15" align="Center">备货单</TextBand> |
|
|
|
<DFListBand collection="$Details" itemType="$DetailType" enableRowGroup="true" enablePaging="false" fontSize="12" rowHeight="20"> |
|
|
|
<DFListBand collection="$Details" itemType="$DetailType" enableRowGroup="true" enablePaging="false" fontSize="12" rowHeight="20" > |
|
|
|
<!-- |
|
|
|
<Field name="SequenceNumber"/> |
|
|
|
--> |
|
|
|
<Field name="DeliverGoodsLine_Name"/> |
|
|
|
<LineNo header="序号"/> |
|
|
|
<Field name="Goods_Name"/> |
|
|
|
<Field name="OrderMain" sum="true"/> |
|
|
|
<!-- <Field name="Unit" /> --> |
|
|
|
@ -16,10 +18,8 @@ |
|
|
|
<!-- <Field name="SecondUnit" /> --> |
|
|
|
<Field name="StockNumber" sum="true"/> |
|
|
|
<Field name="StockSecondNumber" sum="true"/> |
|
|
|
<!-- |
|
|
|
<Field name="StockDiffNumber" sum="true"/> |
|
|
|
<Field name="StockDiffNumber" sum="true"/> |
|
|
|
<Field name="StockDiffSecondNumber" sum="true"/> |
|
|
|
--> |
|
|
|
</DFListBand> |
|
|
|
</Bands> |
|
|
|
</BillReport> |
|
|
|
|