1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <DocRoot>
- <Parameters />
- <DataSources>
- <Reference name="LoanRepaymentApplyTDQuery" alias.zh_CN="借款还款申请单套打" alias="#1" desc.zh_CN="借款还款申请单套打元数据" desc="#1" info="::/com/kingdee/eas/fm/fin/app/LoanRepaymentApplyTDQuery.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="199" y="146">
- <Data />
- <Col width="419" id="column1" />
- <Col width="419" id="column2" />
- <Col width="418" id="column3" />
- <TR height="271" id="row1">
- <TD id="cell1" styleId="0">
- <Value type="text"><![CDATA[单据编号]]></Value>
- </TD>
- <TD id="cell2" styleId="0">
- <Value type="field" dataSource="LoanRepaymentApplyTDQuery">number</Value>
- </TD>
- <TD id="cell3" styleId="0" />
- </TR>
- <TR height="271" id="row2">
- <TD id="cell4" styleId="0">
- <Value type="text"><![CDATA[申请日期]]></Value>
- </TD>
- <TD id="cell5" styleId="0">
- <Value type="field" dataSource="LoanRepaymentApplyTDQuery">applyDate</Value>
- </TD>
- <TD id="cell6" styleId="0" />
- </TR>
- <TR height="271" id="row3">
- <TD id="cell7" styleId="0">
- <Value type="text"><![CDATA[源单类型]]></Value>
- </TD>
- <TD id="cell8" styleId="0">
- <Value type="field" dataSource="LoanRepaymentApplyTDQuery">sourceBillType</Value>
- </TD>
- <TD id="cell9" styleId="0" />
- </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>
|