apzl_leasing/报表/传统类报表/流程信息表_传统类.xml
2019-12-24 15:17:14 +08:00

239 lines
9.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TenwaReport>
<datasources>
<datasource>
<id>2c9023815726a036015726a496b00001</id>
<dataSourceName>eleasing_mysql</dataSourceName>
<dataSourceType>SPRING</dataSourceType>
<jndi>dataSourceJDBC</jndi>
<url></url>
<username></username>
<driverName></driverName>
<password></password>
<dialect>com.tenwa.report.query.dialect.MysqlDialect</dialect>
<dialectName>Mysql</dialectName>
</datasource>
</datasources>
<reports>
<report>
<id>2c9c81b5661ee0f901667b075fc901c1</id>
<name>流程信息表_传统类</name>
<enname>flow_information</enname>
<code>REPORT_CODE_1539662372808</code>
<isActived>true</isActived>
<position>24</position>
<reportType>REPORT</reportType>
<parentReport>2c9c81b7685efbbc01693228cee6000e</parentReport>
<children/>
<layouts>
<layout>2c9c81b5661ee0f901667b76c87e01c3</layout>
</layouts>
</report>
</reports>
<tables>
<table>
<id>2c9c81b5661ee0f901667b76a3bc01c2</id>
<name>流程信息表_传统类</name>
<enname>flow_information</enname>
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
<queryType>COMPLEXSQL</queryType>
<sql>SELECT
lpi.project_no,
lci.contract_number,
fbo.flow_name,
DATE_FORMAT(fbo.inputtime,'%Y/%m/%d') AS startdate,
DATE_FORMAT(ft.endtime,'%Y/%m/%d') AS enddate,
fo.phasename,
getUserName(fbo.inputuserid) AS username
FROM flow_bussiness_object fbo
LEFT JOIN lb_project_info lpi ON fbo.proj_id=lpi.id
LEFT JOIN lb_contract_info lci ON fbo.contract_id=lci.id
LEFT JOIN flow_object fo ON fo.objectno=fbo.flow_unid
LEFT JOIN flow_task ft ON ft.objectno=fbo.flow_unid AND ft.userid='system'
where lci.businesstype='2'
order by fbo.inputtime DESC</sql>
<sqlParamValue></sqlParamValue>
<columns>
<column>
<id>2c9c81b5661ee0f901668033f62101f5</id>
<name>project_no</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>业务编号</label>
<enLabel>project_no</enLabel>
<width>100</width>
<position>7</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
<isCountSubTotal>false</isCountSubTotal>
<isGroupby>false</isGroupby>
<isMerge>false</isMerge>
<action></action>
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5661ee0f901668033f62101f6</id>
<name>contract_number</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>业务合同号</label>
<enLabel>contract_number</enLabel>
<width>100</width>
<position>8</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
<isCountSubTotal>false</isCountSubTotal>
<isGroupby>false</isGroupby>
<isMerge>false</isMerge>
<action></action>
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5661ee0f901668033f62101f8</id>
<name>flow_name</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>流程名称</label>
<enLabel>flow_name</enLabel>
<width>100</width>
<position>9</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
<isCountSubTotal>false</isCountSubTotal>
<isGroupby>false</isGroupby>
<isMerge>false</isMerge>
<action></action>
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5661ee0f901668033f62101f9</id>
<name>startdate</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>流程发起日期</label>
<enLabel>startdate</enLabel>
<width>100</width>
<position>10</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
<isCountSubTotal>false</isCountSubTotal>
<isGroupby>false</isGroupby>
<isMerge>false</isMerge>
<action></action>
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5661ee0f901668033f62101fa</id>
<name>enddate</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>流程结束日期</label>
<enLabel>enddate</enLabel>
<width>100</width>
<position>11</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
<isCountSubTotal>false</isCountSubTotal>
<isGroupby>false</isGroupby>
<isMerge>false</isMerge>
<action></action>
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5661ee0f901668033f62101f7</id>
<name>phasename</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>流程状态</label>
<enLabel>phasename</enLabel>
<width>100</width>
<position>12</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
<isCountSubTotal>false</isCountSubTotal>
<isGroupby>false</isGroupby>
<isMerge>false</isMerge>
<action></action>
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5661ee0f901668033f62101fb</id>
<name>username</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>流程发起人</label>
<enLabel>username</enLabel>
<width>100</width>
<position>13</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
<isCountSubTotal>false</isCountSubTotal>
<isGroupby>false</isGroupby>
<isMerge>false</isMerge>
<action></action>
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
</columns>
<controls/>
<searchs/>
<searchExpress></searchExpress>
<filters>
<filter>
<id>2c9c81b5661ee0f901668035c18c0203</id>
<name>project_no</name>
<enname>project_no</enname>
<label>业务编号</label>
<filterType>FILTER</filterType>
<dbType>STRING</dbType>
<htmlType>TEXT</htmlType>
<position>0</position>
</filter>
<filter>
<id>2c9c81b5661ee0f901668035c18d0204</id>
<name>contract_number</name>
<enname>contract_number</enname>
<label>业务合同号</label>
<filterType>FILTER</filterType>
<dbType>STRING</dbType>
<htmlType>TEXT</htmlType>
<position>1</position>
</filter>
</filters>
<filterExpress></filterExpress>
<pageSize>20</pageSize>
<showRowNumber>false</showRowNumber>
<showTotalTitle>false</showTotalTitle>
<isScale>false</isScale>
<isCache>false</isCache>
<isExcel>false</isExcel>
</table>
</tables>
<charts/>
<pages/>
<layouts>
<layout>
<id>2c9c81b5661ee0f901667b76c87e01c3</id>
<divHeight>0</divHeight>
<divWidth>0</divWidth>
<position>0</position>
<contentId>TABLE#2c9c81b5661ee0f901667b76a3bc01c2</contentId>
<report>2c9c81b5661ee0f901667b075fc901c1</report>
<contentType>TABLE</contentType>
</layout>
</layouts>
</TenwaReport>