1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <DocRoot>
- <Parameters />
- <DataSources>
- <Reference name="PayableApplyBillTDQuery" alias.zh_CN="应付票据开票申请单套打" alias="#1" desc.zh_CN="应付票据开票申请单套打" desc="#1" info="::/com/kingdee/eas/fm/nt/app/PayableApplyBillTDQuery.bos-query" />
- </DataSources>
- <Styles version="1.0">
- <Style id="0">
- <Borders>
- <Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
- <Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
- <Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
- <Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
- </Borders>
- </Style>
- </Styles>
- <Report type="r1-print" version="7.0.1">
- <Page id="page1" width="1720" height="2470">
- <Sub-objects>
- <PrintLayoutGrid id="layoutGrid1" x="209" y="180">
- <Data />
- <Col width="441" id="column1" />
- <Col width="441" id="column2" />
- <Col width="440" id="column3" />
- <TR height="285" id="row1">
- <TD id="cell1" styleId="0">
- <Value type="text"><![CDATA[单据编号]]></Value>
- </TD>
- <TD id="cell2" styleId="0">
- <Value type="field" dataSource="PayableApplyBillTDQuery">number</Value>
- </TD>
- <TD id="cell3" />
- </TR>
- <TR height="284" id="row2">
- <TD id="cell4" styleId="0">
- <Value type="text"><![CDATA[申请日期]]></Value>
- </TD>
- <TD id="cell5" styleId="0">
- <Value type="field" dataSource="PayableApplyBillTDQuery">applyDate</Value>
- </TD>
- <TD id="cell6" />
- </TR>
- <TR height="284" id="row3">
- <TD id="cell7" styleId="0">
- <Value type="text"><![CDATA[单据状态]]></Value>
- </TD>
- <TD id="cell8" styleId="0">
- <Value type="field" dataSource="PayableApplyBillTDQuery">state</Value>
- </TD>
- <TD id="cell9" />
- </TR>
- </PrintLayoutGrid>
- </Sub-objects>
- </Page>
- </Report>
- <PrintInfo>
- <PaperSetup>
- <Paper>iso-a4</Paper>
- <Orientation>PORTRAIT</Orientation>
- <PageMargin left="190" right="190" top="250" bottom="250" />
- <Header height="150" margin="100" />
- <Footer height="150" margin="100" />
- </PaperSetup>
- <PrinterSetup>
- <DynamicPaper>false</DynamicPaper>
- <EconomizePaper isVerEconomizePaper="false" verSpace="0" isHorEconomizePaper="false" horSpace="0" />
- </PrinterSetup>
- <PreviewSetup>
- <BackgroundPicture>false</BackgroundPicture>
- </PreviewSetup>
- </PrintInfo>
- </DocRoot>
|