ProRunDetail.cpt 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <WorkBook xmlVersion="20120529" releaseVersion="7.0.0">
  3. <TableDataMap>
  4. <TableData name="bpmProRunDetail" class="com.fr.data.impl.DBTableData">
  5. <Parameters>
  6. <Parameter>
  7. <Attributes name="actDefId"/>
  8. <O>
  9. <![CDATA[]]></O>
  10. </Parameter>
  11. </Parameters>
  12. <Attributes maxMemRowCount="-1"/>
  13. <Connection class="com.fr.data.impl.NameDatabaseConnection">
  14. <DatabaseName>
  15. <![CDATA[bpm3]]></DatabaseName>
  16. </Connection>
  17. <Query>
  18. <![CDATA[select subject, creator, createtime, busDescp,
  19. case status when 0 then '草稿' when 1 then '启动'
  20. when 2 then '正在运行' when 3 then '正常结束' end status,
  21. endTime, pkName, tableName
  22. from BPM_PRO_RUN
  23. where actDefId = '${actDefId}']]></Query>
  24. </TableData>
  25. </TableDataMap>
  26. <Report class="com.fr.report.WorkSheet" name="sheet1">
  27. <ReportPageAttr>
  28. <HR/>
  29. <FR/>
  30. <HC/>
  31. <FC/>
  32. </ReportPageAttr>
  33. <RowHeight defaultValue="723900">
  34. <![CDATA[723900,723900,723900,723900,723900,723900,723900,723900,723900,723900,723900]]></RowHeight>
  35. <ColumnWidth defaultValue="2743200">
  36. <![CDATA[3086100,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200]]></ColumnWidth>
  37. <CellElementList>
  38. <C c="0" r="0" s="0">
  39. <O>
  40. <![CDATA[流程实例标题]]></O>
  41. <CellGUIAttr/>
  42. <CellPageAttr/>
  43. <Expand/>
  44. </C>
  45. <C c="1" r="0" s="0">
  46. <O>
  47. <![CDATA[创建人]]></O>
  48. <CellGUIAttr/>
  49. <CellPageAttr/>
  50. <Expand/>
  51. </C>
  52. <C c="2" r="0" s="0">
  53. <O>
  54. <![CDATA[创建时间]]></O>
  55. <CellGUIAttr/>
  56. <CellPageAttr/>
  57. <Expand/>
  58. </C>
  59. <C c="3" r="0" s="0">
  60. <O>
  61. <![CDATA[业务表单简述]]></O>
  62. <CellGUIAttr/>
  63. <CellPageAttr/>
  64. <Expand/>
  65. </C>
  66. <C c="4" r="0" s="0">
  67. <O>
  68. <![CDATA[状态]]></O>
  69. <CellGUIAttr/>
  70. <CellPageAttr/>
  71. <Expand/>
  72. </C>
  73. <C c="5" r="0" s="0">
  74. <O>
  75. <![CDATA[结束时间]]></O>
  76. <CellGUIAttr/>
  77. <CellPageAttr/>
  78. <Expand/>
  79. </C>
  80. <C c="0" r="1" s="1">
  81. <O t="DSColumn">
  82. <Attributes dsName="bpmProRunDetail" columnName="SUBJECT"/>
  83. <Complex/>
  84. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  85. <Parameters/>
  86. </O>
  87. <CellGUIAttr/>
  88. <CellPageAttr/>
  89. <Expand dir="0"/>
  90. </C>
  91. <C c="1" r="1" s="1">
  92. <O t="DSColumn">
  93. <Attributes dsName="bpmProRunDetail" columnName="CREATOR"/>
  94. <Complex/>
  95. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  96. <Parameters/>
  97. </O>
  98. <CellGUIAttr/>
  99. <CellPageAttr/>
  100. <Expand dir="0"/>
  101. </C>
  102. <C c="2" r="1" s="1">
  103. <O t="DSColumn">
  104. <Attributes dsName="bpmProRunDetail" columnName="CREATETIME"/>
  105. <Complex/>
  106. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  107. <Parameters/>
  108. </O>
  109. <CellGUIAttr/>
  110. <CellPageAttr/>
  111. <Expand dir="0"/>
  112. </C>
  113. <C c="3" r="1" s="1">
  114. <O t="DSColumn">
  115. <Attributes dsName="bpmProRunDetail" columnName="BUSDESCP"/>
  116. <Complex/>
  117. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  118. <Parameters/>
  119. </O>
  120. <CellGUIAttr/>
  121. <CellPageAttr/>
  122. <Expand dir="0"/>
  123. </C>
  124. <C c="4" r="1" s="1">
  125. <O t="DSColumn">
  126. <Attributes dsName="bpmProRunDetail" columnName="STATUS"/>
  127. <Complex/>
  128. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  129. <Parameters/>
  130. </O>
  131. <CellGUIAttr/>
  132. <CellPageAttr/>
  133. <Expand dir="0"/>
  134. </C>
  135. <C c="5" r="1" s="1">
  136. <O t="DSColumn">
  137. <Attributes dsName="bpmProRunDetail" columnName="ENDTIME"/>
  138. <Complex/>
  139. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  140. <Parameters/>
  141. </O>
  142. <CellGUIAttr/>
  143. <CellPageAttr/>
  144. <Expand dir="0"/>
  145. </C>
  146. </CellElementList>
  147. <ReportAttrSet>
  148. <ReportSettings headerHeight="0" footerHeight="0">
  149. <PaperSetting/>
  150. </ReportSettings>
  151. </ReportAttrSet>
  152. </Report>
  153. <StyleList>
  154. <Style horizontal_alignment="0" imageLayout="1">
  155. <FRFont name="SimSun" style="0" size="72"/>
  156. <Background name="ColorBackground" color="-6697729"/>
  157. <Border>
  158. <Top style="1"/>
  159. <Bottom style="1"/>
  160. <Left style="1"/>
  161. <Right style="1"/>
  162. </Border>
  163. </Style>
  164. <Style horizontal_alignment="0" imageLayout="1">
  165. <FRFont name="SimSun" style="0" size="72"/>
  166. <Background name="NullBackground"/>
  167. <Border>
  168. <Top style="1"/>
  169. <Bottom style="1"/>
  170. <Left style="1"/>
  171. <Right style="1"/>
  172. </Border>
  173. </Style>
  174. </StyleList>
  175. </WorkBook>