EmployeeDetail.r1-print 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383
  1. <DocRoot>
  2. <Parameters />
  3. <DataSources>
  4. <Reference name="ds_baseInfo" alias.zh_TW="" alias.zh_CN="基本信息动态查询" alias.en="" alias="#1" info="dynquery://D0001.note-dynquery" />
  5. <Reference name="ds_train" alias.zh_TW="" alias.zh_CN="培训信息动态查询" alias.en="" alias="#1" info="dynquery://D0018.note-dynquery">
  6. <Params>
  7. <Param name="employee.id">
  8. <Associate dataSourceID="ds_baseInfo">id</Associate>
  9. </Param>
  10. </Params>
  11. </Reference>
  12. <Reference name="ds_contract" alias.zh_TW="" alias.zh_CN="合同信息动态查询" alias.en="" alias="#1" info="dynquery://D0005.note-dynquery">
  13. <Params>
  14. <Param name="employee.id">
  15. <Associate dataSourceID="ds_baseInfo">id</Associate>
  16. </Param>
  17. </Params>
  18. </Reference>
  19. <Reference name="ds_communist" alias.zh_TW="" alias.zh_CN="党员信息动态查询" alias.en="" alias="#1" info="dynquery://D0012.note-dynquery">
  20. <Params>
  21. <Param name="Person.id">
  22. <Associate dataSourceID="ds_baseInfo">id</Associate>
  23. </Param>
  24. </Params>
  25. </Reference>
  26. <Reference name="ds_post" alias.zh_TW="" alias.zh_CN="职称信息动态查询" alias.en="" alias="#1" info="dynquery://D0016.note-dynquery">
  27. <Params>
  28. <Param name="person.id">
  29. <Associate dataSourceID="ds_baseInfo">id</Associate>
  30. </Param>
  31. </Params>
  32. </Reference>
  33. <Reference name="ds_linkMen" alias.zh_TW="" alias.zh_CN="紧急联系人动态查询" alias.en="" alias="#1" info="dynquery://D0009.note-dynquery">
  34. <Params>
  35. <Param name="Person.id">
  36. <Associate dataSourceID="ds_baseInfo">id</Associate>
  37. </Param>
  38. </Params>
  39. </Reference>
  40. <Reference name="ds_language" alias.zh_TW="" alias.zh_CN="语言能力动态查询" alias.en="" alias="#1" info="dynquery://D0004.note-dynquery">
  41. <Params>
  42. <Param name="Person.id">
  43. <Associate dataSourceID="ds_baseInfo">id</Associate>
  44. </Param>
  45. </Params>
  46. </Reference>
  47. <Reference name="ds_contactMethod" alias.zh_TW="" alias.zh_CN="联系方式动态查询" alias.en="" alias="#1" info="dynquery://D0013.note-dynquery">
  48. <Params>
  49. <Param name="Person.id">
  50. <Associate dataSourceID="ds_baseInfo">id</Associate>
  51. </Param>
  52. </Params>
  53. </Reference>
  54. <Reference name="ds_family" alias.zh_TW="" alias.zh_CN="社会关系动态查询" alias.en="" alias="#1" info="dynquery://D0010.note-dynquery">
  55. <Params>
  56. <Param name="Person.id">
  57. <Associate dataSourceID="ds_baseInfo">id</Associate>
  58. </Param>
  59. </Params>
  60. </Reference>
  61. <Reference name="ds_certificate" alias.zh_TW="" alias.zh_CN="认证信息动态查询" alias.en="" alias="#1" info="dynquery://D0011.note-dynquery">
  62. <Params>
  63. <Param name="Person.id">
  64. <Associate dataSourceID="ds_baseInfo">id</Associate>
  65. </Param>
  66. </Params>
  67. </Reference>
  68. <Reference name="ds_compet" alias.zh_TW="" alias.zh_CN="素质信息动态查询" alias.en="" alias="#1" info="dynquery://D0014.note-dynquery">
  69. <Params>
  70. <Param name="Person.id">
  71. <Associate dataSourceID="ds_baseInfo">id</Associate>
  72. </Param>
  73. </Params>
  74. </Reference>
  75. <Reference name="ds_rewordPunish" alias.zh_TW="" alias.zh_CN="奖惩记录动态查询" alias.en="" alias="#1" info="dynquery://D0006.note-dynquery">
  76. <Params>
  77. <Param name="person.id">
  78. <Associate dataSourceID="ds_baseInfo">id</Associate>
  79. </Param>
  80. </Params>
  81. </Reference>
  82. <Reference name="ds_workExpCur" alias.zh_TW="" alias.zh_CN="任职历史动态查询" alias.en="" alias="#1" info="dynquery://D0017.note-dynquery">
  83. <Params>
  84. <Param name="person.id">
  85. <Associate dataSourceID="ds_baseInfo">id</Associate>
  86. </Param>
  87. </Params>
  88. </Reference>
  89. <Reference name="ds_resource" alias.zh_TW="" alias.zh_CN="资源占用信息动态查询" alias.en="" alias="#1" info="dynquery://D0015.note-dynquery">
  90. <Params>
  91. <Param name="Person.id">
  92. <Associate dataSourceID="ds_baseInfo">id</Associate>
  93. </Param>
  94. </Params>
  95. </Reference>
  96. <Reference name="ds_archive" alias.zh_TW="" alias.zh_CN="员工档案动态查询" alias.en="" alias="#1" info="dynquery://D0008.note-dynquery">
  97. <Params>
  98. <Param name="Person.id">
  99. <Associate dataSourceID="ds_baseInfo">id</Associate>
  100. </Param>
  101. </Params>
  102. </Reference>
  103. <Reference name="ds_workExp" alias.zh_TW="" alias.zh_CN="工作经历动态查询" alias.en="" alias="#1" info="dynquery://D0007.note-dynquery">
  104. <Params>
  105. <Param name="Person.id">
  106. <Associate dataSourceID="ds_baseInfo">id</Associate>
  107. </Param>
  108. </Params>
  109. </Reference>
  110. <Reference name="ds_degree" alias.zh_TW="" alias.zh_CN="学历及学位动态查询" alias.en="" alias="#1" info="dynquery://D0003.note-dynquery">
  111. <Params>
  112. <Param name="personId">
  113. <Associate dataSourceID="ds_baseInfo">id</Associate>
  114. </Param>
  115. </Params>
  116. </Reference>
  117. <Reference name="ds_primaryPosition" alias.zh_TW="" alias.zh_CN="任职信息动态查询" alias.en="" alias="#1" info="dynquery://D0002.note-dynquery">
  118. <Params>
  119. <Param name="id">
  120. <Associate dataSourceID="ds_baseInfo">id</Associate>
  121. </Param>
  122. </Params>
  123. </Reference>
  124. </DataSources>
  125. <Styles version="1.0">
  126. <Style id="3">
  127. <Alignment horizontal="left" />
  128. </Style>
  129. <Style id="2">
  130. <Font size="14" bold="true" />
  131. <Alignment horizontal="left" />
  132. </Style>
  133. <Style id="1">
  134. <Font size="16" bold="true" />
  135. </Style>
  136. <Style id="0" />
  137. <Style id="7">
  138. <Borders>
  139. <Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  140. <Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  141. <Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  142. <Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  143. </Borders>
  144. <Alignment horizontal="center" />
  145. </Style>
  146. <Style id="6">
  147. <Borders>
  148. <Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  149. <Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  150. <Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  151. <Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  152. </Borders>
  153. </Style>
  154. <Style id="5">
  155. <Font size="14" bold="true" />
  156. <Borders>
  157. <Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  158. <Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  159. <Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  160. <Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  161. </Borders>
  162. <Alignment horizontal="left" />
  163. </Style>
  164. <Style id="4">
  165. <Alignment horizontal="right" />
  166. </Style>
  167. <Style id="9">
  168. <Borders>
  169. <Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  170. <Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  171. <Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  172. <Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  173. </Borders>
  174. <Alignment horizontal="center" />
  175. <NumberFormat>yyyy-m-d h:mm;@</NumberFormat>
  176. </Style>
  177. <Style id="8">
  178. <Borders>
  179. <Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  180. <Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  181. <Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  182. <Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  183. </Borders>
  184. <Alignment horizontal="left" />
  185. </Style>
  186. </Styles>
  187. <Report type="r1-print" version="6.3.0">
  188. <Page id="page1" width="1720" height="6200" heightSyncFromPaper="false">
  189. <Sub-objects>
  190. <PrintLayoutGrid id="layoutGrid1" styleId="0" x="0" y="0" horizontalFill="true">
  191. <Data />
  192. <Col width="1720" id="column1" />
  193. <TR height="605" id="row1">
  194. <TD id="cell1" styleId="0">
  195. <Sub-objects>
  196. <PrintLayoutGrid id="layoutGrid2" styleId="0" x="0" y="0" horizontalFill="true">
  197. <Data />
  198. <Col width="252" id="column4" styleId="0" />
  199. <Col width="252" id="column5" styleId="0" />
  200. <Col width="217" id="column6" styleId="0" />
  201. <Col width="227" id="column7" styleId="0" />
  202. <Col width="195" id="column8" styleId="0" />
  203. <Col width="192" id="column9" styleId="0" />
  204. <Col width="383" id="column10" styleId="0" />
  205. <TR height="105" id="row4" styleId="0">
  206. <TD id="cell10" styleId="1">
  207. <Value type="text"><![CDATA[员工详细信息]]></Value>
  208. </TD>
  209. <TD id="cell11" styleId="0" />
  210. <TD id="cell12" styleId="0" />
  211. <TD id="cell31" styleId="0" />
  212. <TD id="cell38" styleId="0" />
  213. <TD id="cell45" styleId="0" />
  214. <TD id="cell52" styleId="0" />
  215. </TR>
  216. <TR height="74" id="row5" styleId="0">
  217. <TD id="cell13" styleId="2">
  218. <Value type="text"><![CDATA[基本信息]]></Value>
  219. </TD>
  220. <TD id="cell14" styleId="0" />
  221. <TD id="cell15" styleId="0" />
  222. <TD id="cell32" styleId="0" />
  223. <TD id="cell39" styleId="0" />
  224. <TD id="cell46" styleId="0" />
  225. <TD id="cell53" styleId="0" />
  226. </TR>
  227. <TR height="69" id="row6" styleId="0">
  228. <TD id="cell16" styleId="3">
  229. <Value type="text"><![CDATA[员工编码:]]></Value>
  230. </TD>
  231. <TD id="cell17" styleId="3">
  232. <Value type="field" dataSource="ds_baseInfo">number</Value>
  233. </TD>
  234. <TD id="cell18" styleId="4">
  235. <Value type="text"><![CDATA[姓名:]]></Value>
  236. </TD>
  237. <TD id="cell33" styleId="3">
  238. <Value type="field" dataSource="ds_baseInfo">name</Value>
  239. </TD>
  240. <TD id="cell40" styleId="4">
  241. <Value type="text"><![CDATA[性别:]]></Value>
  242. </TD>
  243. <TD id="cell47" styleId="3">
  244. <Value type="field" dataSource="ds_baseInfo">personGender</Value>
  245. </TD>
  246. <TD id="cell54" styleId="0">
  247. <Sub-objects>
  248. <Picture id="picture1" styleId="0" x="0" y="0" width="381" height="343" horizontalFill="true" verticalFill="true" zoom="scale">
  249. <Data dataSource="ds_baseInfo" bindField="ImageData" />
  250. </Picture>
  251. </Sub-objects>
  252. </TD>
  253. </TR>
  254. <TR height="69" id="row7" styleId="0">
  255. <TD id="cell19" styleId="3">
  256. <Value type="text"><![CDATA[身份证号码:]]></Value>
  257. </TD>
  258. <TD id="cell20" styleId="3">
  259. <Value type="field" dataSource="ds_baseInfo">idCardNO</Value>
  260. </TD>
  261. <TD id="cell21" styleId="0" />
  262. <TD id="cell34" styleId="0" />
  263. <TD id="cell41" styleId="0" />
  264. <TD id="cell48" styleId="0" />
  265. <TD id="cell55" styleId="0" />
  266. </TR>
  267. <TR height="69" id="row8" styleId="0">
  268. <TD id="cell22" styleId="3">
  269. <Value type="text"><![CDATA[婚姻状况:]]></Value>
  270. </TD>
  271. <TD id="cell23" styleId="3">
  272. <Value type="field" dataSource="ds_baseInfo">wed</Value>
  273. </TD>
  274. <TD id="cell24" styleId="0" />
  275. <TD id="cell35" styleId="0" />
  276. <TD id="cell42" styleId="0" />
  277. <TD id="cell49" styleId="0" />
  278. <TD id="cell56" styleId="0" />
  279. </TR>
  280. <TR height="69" id="row9" styleId="0">
  281. <TD id="cell25" styleId="3">
  282. <Value type="text"><![CDATA[政治面貌:]]></Value>
  283. </TD>
  284. <TD id="cell26" styleId="3">
  285. <Value type="field" dataSource="ds_baseInfo">politicalFace</Value>
  286. </TD>
  287. <TD id="cell27" styleId="4">
  288. <Value type="text"><![CDATA[最高学历:]]></Value>
  289. </TD>
  290. <TD id="cell36" styleId="3">
  291. <Value type="field" dataSource="ds_baseInfo">hightestDegree</Value>
  292. </TD>
  293. <TD id="cell43" styleId="0" />
  294. <TD id="cell50" styleId="0" />
  295. <TD id="cell57" styleId="0" />
  296. </TR>
  297. <TR height="69" id="row10" styleId="0">
  298. <TD id="cell28" styleId="3">
  299. <Value type="text"><![CDATA[籍 贯:]]></Value>
  300. </TD>
  301. <TD id="cell29" styleId="3">
  302. <Value type="field" dataSource="ds_baseInfo">provinceCityAddress</Value>
  303. </TD>
  304. <TD id="cell30" styleId="0" />
  305. <TD id="cell37" styleId="0" />
  306. <TD id="cell44" styleId="0" />
  307. <TD id="cell51" styleId="0" />
  308. <TD id="cell58" styleId="0" />
  309. </TR>
  310. <MergeBlocks>
  311. <Block left="0" right="6" top="0" bottom="0" />
  312. <Block left="0" right="1" top="1" bottom="1" />
  313. <Block left="6" right="6" top="2" bottom="6" />
  314. <Block left="1" right="5" top="3" bottom="3" />
  315. <Block left="1" right="3" top="6" bottom="6" />
  316. </MergeBlocks>
  317. </PrintLayoutGrid>
  318. </Sub-objects>
  319. </TD>
  320. </TR>
  321. <TR height="233" id="row11" styleId="0" autoAdjustHeight="true">
  322. <TD id="cell66" styleId="0">
  323. <Sub-objects>
  324. <PrintDataGrid id="dataGrid16" styleId="0" x="0" y="0" horizontalFill="true">
  325. <Data dataSource="ds_degree" />
  326. <Col width="255" id="column77" styleId="0" />
  327. <Col width="276" id="column78" styleId="0" />
  328. <Col width="271" id="column79" styleId="0" />
  329. <Col width="297" id="column80" styleId="0" />
  330. <Col width="292" id="column81" styleId="0" />
  331. <Col width="327" id="column82" styleId="0" />
  332. <TR height="73" type="normal" displayEveryPage="true" id="row12" styleId="0">
  333. <TD id="cell67" styleId="5">
  334. <Value type="text"><![CDATA[学历学位]]></Value>
  335. </TD>
  336. <TD id="cell68" styleId="6" />
  337. <TD id="cell69" styleId="6" />
  338. <TD id="cell79" styleId="0" />
  339. <TD id="cell83" styleId="0" />
  340. <TD id="cell87" styleId="0" />
  341. </TR>
  342. <TR height="70" type="normal" displayEveryPage="true" id="row14" styleId="0">
  343. <TD id="cell70" styleId="6">
  344. <Value type="text"><![CDATA[学历]]></Value>
  345. </TD>
  346. <TD id="cell71" styleId="6">
  347. <Value type="text"><![CDATA[学位]]></Value>
  348. </TD>
  349. <TD id="cell75" styleId="6">
  350. <Value type="text"><![CDATA[是否最高学历]]></Value>
  351. </TD>
  352. <TD id="cell80" styleId="6">
  353. <Value type="text"><![CDATA[专业]]></Value>
  354. </TD>
  355. <TD id="cell84" styleId="6">
  356. <Value type="text"><![CDATA[毕业学校]]></Value>
  357. </TD>
  358. <TD id="cell88" styleId="6">
  359. <Value type="text"><![CDATA[毕业时间]]></Value>
  360. </TD>
  361. </TR>
  362. <TR height="70" type="detail" autoAdjustHeight="true" id="row79" styleId="0">
  363. <TD id="cell76" styleId="6">
  364. <Value type="field">diploma</Value>
  365. </TD>
  366. <TD id="cell77" styleId="6">
  367. <Value type="field">degree</Value>
  368. </TD>
  369. <TD id="cell78" styleId="6">
  370. <Value type="field">isHighest</Value>
  371. </TD>
  372. <TD id="cell82" styleId="6">
  373. <Value type="field">specialty</Value>
  374. </TD>
  375. <TD id="cell86" styleId="6">
  376. <Value type="field">graduateSchool</Value>
  377. </TD>
  378. <TD id="cell111" styleId="7">
  379. <Value type="field">graduateDate</Value>
  380. </TD>
  381. </TR>
  382. <MergeBlocks>
  383. <Block left="0" right="5" top="0" bottom="0" />
  384. </MergeBlocks>
  385. </PrintDataGrid>
  386. </Sub-objects>
  387. </TD>
  388. </TR>
  389. <TR height="297" id="row2" styleId="0" autoAdjustHeight="true">
  390. <TD id="cell4" styleId="0">
  391. <Sub-objects>
  392. <PrintDataGrid id="dataGrid1" styleId="0" x="0" y="0" horizontalFill="true">
  393. <Data dataSource="ds_contract" />
  394. <Col width="343" id="column12" styleId="0" />
  395. <Col width="344" id="column13" styleId="0" />
  396. <Col width="344" id="column14" styleId="0" />
  397. <Col width="344" id="column15" styleId="0" />
  398. <Col width="343" id="column16" styleId="0" />
  399. <TR height="74" type="normal" displayEveryPage="true" id="row23" styleId="0">
  400. <TD id="cell117" styleId="5">
  401. <Value type="text"><![CDATA[合同表]]></Value>
  402. </TD>
  403. <TD id="cell118" styleId="0" />
  404. <TD id="cell119" styleId="0" />
  405. <TD id="cell126" styleId="0" />
  406. <TD id="cell129" styleId="0" />
  407. </TR>
  408. <TR height="74" type="normal" displayEveryPage="true" id="row25" styleId="0">
  409. <TD id="cell123" styleId="6">
  410. <Value type="text"><![CDATA[合同类别]]></Value>
  411. </TD>
  412. <TD id="cell124" styleId="6">
  413. <Value type="text"><![CDATA[合同模板]]></Value>
  414. </TD>
  415. <TD id="cell125" styleId="6">
  416. <Value type="text"><![CDATA[合同编码]]></Value>
  417. </TD>
  418. <TD id="cell127" styleId="6">
  419. <Value type="text"><![CDATA[签订日期]]></Value>
  420. </TD>
  421. <TD id="cell130" styleId="6">
  422. <Value type="text"><![CDATA[服务期限]]></Value>
  423. </TD>
  424. </TR>
  425. <TR height="60" type="detail" autoAdjustHeight="true" id="row24" styleId="0">
  426. <TD id="cell120" styleId="6">
  427. <Value type="field">contractType.name</Value>
  428. </TD>
  429. <TD id="cell121" styleId="6">
  430. <Value type="field">contractTemplet.name</Value>
  431. </TD>
  432. <TD id="cell122" styleId="6">
  433. <Value type="field">contractNo</Value>
  434. </TD>
  435. <TD id="cell128" styleId="7">
  436. <Value type="field">recordDate</Value>
  437. </TD>
  438. <TD id="cell131" styleId="6">
  439. <Value type="field">ContractServerLimit</Value>
  440. </TD>
  441. </TR>
  442. <MergeBlocks>
  443. <Block left="0" right="4" top="0" bottom="0" />
  444. </MergeBlocks>
  445. </PrintDataGrid>
  446. </Sub-objects>
  447. </TD>
  448. </TR>
  449. <TR height="335" id="row3" styleId="0" autoAdjustHeight="true">
  450. <TD id="cell7" styleId="0">
  451. <Sub-objects>
  452. <PrintDataGrid id="dataGrid2" styleId="0" x="0" y="0" horizontalFill="true">
  453. <Data dataSource="ds_language" />
  454. <Col width="859" id="column18" />
  455. <Col width="859" id="column19" />
  456. <TR height="77" type="normal" displayEveryPage="true" id="row20" styleId="0">
  457. <TD id="cell102" styleId="5">
  458. <Value type="text"><![CDATA[语言能力]]></Value>
  459. </TD>
  460. <TD id="cell103" styleId="0" />
  461. </TR>
  462. <TR height="70" type="normal" displayEveryPage="true" id="row26" styleId="0">
  463. <TD id="cell132" styleId="6">
  464. <Value type="text"><![CDATA[语言]]></Value>
  465. </TD>
  466. <TD id="cell133" styleId="6">
  467. <Value type="text"><![CDATA[熟练程度]]></Value>
  468. </TD>
  469. </TR>
  470. <TR height="70" type="detail" autoAdjustHeight="true" id="row21" styleId="0">
  471. <TD id="cell105" styleId="6">
  472. <Value type="field">language.name</Value>
  473. </TD>
  474. <TD id="cell106" styleId="6">
  475. <Value type="field">grade.name</Value>
  476. </TD>
  477. </TR>
  478. <MergeBlocks>
  479. <Block left="0" right="1" top="0" bottom="0" />
  480. </MergeBlocks>
  481. </PrintDataGrid>
  482. </Sub-objects>
  483. </TD>
  484. </TR>
  485. <TR height="695" id="row80" styleId="0" autoAdjustHeight="true">
  486. <TD id="cell333" styleId="0">
  487. <Sub-objects>
  488. <PrintDataGrid id="dataGrid17" styleId="0" x="0" y="0" horizontalFill="true">
  489. <Data dataSource="ds_primaryPosition" />
  490. <Col width="1718" id="column90" />
  491. <TR height="88" type="normal" displayEveryPage="true" id="row81" styleId="0">
  492. <TD id="cell334" styleId="5">
  493. <Value type="text"><![CDATA[任职信息]]></Value>
  494. </TD>
  495. </TR>
  496. <TR height="458" type="detail" autoAdjustHeight="true" id="row82" styleId="0">
  497. <TD id="cell337" styleId="0">
  498. <Sub-objects>
  499. <PrintLayoutGrid id="layoutGrid4" styleId="0" x="0" y="0" horizontalFill="true" verticalFill="true">
  500. <Data />
  501. <Col width="242" id="column93" styleId="0" />
  502. <Col width="329" id="column94" styleId="0" />
  503. <Col width="237" id="column95" styleId="0" />
  504. <Col width="336" id="column96" styleId="0" />
  505. <Col width="271" id="column97" styleId="0" />
  506. <Col width="301" id="column98" styleId="0" />
  507. <TR height="91" id="row84" styleId="0">
  508. <TD id="cell346" styleId="8">
  509. <Value type="text"><![CDATA[所属组织:]]></Value>
  510. </TD>
  511. <TD id="cell347" styleId="8">
  512. <Value type="field" dataSource="ds_primaryPosition">adminOrgUnit</Value>
  513. </TD>
  514. <TD id="cell348" styleId="8">
  515. <Value type="text"><![CDATA[职 位:]]></Value>
  516. </TD>
  517. <TD id="cell349" styleId="8">
  518. <Value type="field" dataSource="ds_primaryPosition">position</Value>
  519. </TD>
  520. <TD id="cell350" styleId="8">
  521. <Value type="text"><![CDATA[职 务:]]></Value>
  522. </TD>
  523. <TD id="cell351" styleId="8">
  524. <Value type="field" dataSource="ds_primaryPosition">job</Value>
  525. </TD>
  526. </TR>
  527. <TR height="90" id="row85" styleId="0">
  528. <TD id="cell352" styleId="8">
  529. <Value type="text"><![CDATA[职 级:]]></Value>
  530. </TD>
  531. <TD id="cell353" styleId="8">
  532. <Value type="field" dataSource="ds_primaryPosition">jobLevel</Value>
  533. </TD>
  534. <TD id="cell354" styleId="8">
  535. <Value type="text"><![CDATA[入职日期:]]></Value>
  536. </TD>
  537. <TD id="cell355" styleId="8">
  538. <Value type="field" dataSource="ds_primaryPosition">enterDate</Value>
  539. </TD>
  540. <TD id="cell356" styleId="8">
  541. <Value type="text"><![CDATA[试用期(月):]]></Value>
  542. </TD>
  543. <TD id="cell357" styleId="8">
  544. <Value type="field" dataSource="ds_primaryPosition">tryoutMonth</Value>
  545. </TD>
  546. </TR>
  547. <TR height="90" id="row86" styleId="0">
  548. <TD id="cell358" styleId="8">
  549. <Value type="text"><![CDATA[转正日期:]]></Value>
  550. </TD>
  551. <TD id="cell359" styleId="8">
  552. <Value type="field" dataSource="ds_primaryPosition">formalDate</Value>
  553. </TD>
  554. <TD id="cell360" styleId="8">
  555. <Value type="text"><![CDATA[入集团日期:]]></Value>
  556. </TD>
  557. <TD id="cell361" styleId="8">
  558. <Value type="field" dataSource="ds_primaryPosition">joinGroupDate</Value>
  559. </TD>
  560. <TD id="cell362" styleId="8">
  561. <Value type="text"><![CDATA[集团服务年限:]]></Value>
  562. </TD>
  563. <TD id="cell363" styleId="8">
  564. <Value type="field" dataSource="ds_primaryPosition">joinGroupYears</Value>
  565. </TD>
  566. </TR>
  567. <TR height="92" id="row87" styleId="0">
  568. <TD id="cell364" styleId="8">
  569. <Value type="text"><![CDATA[入公司日期:]]></Value>
  570. </TD>
  571. <TD id="cell365" styleId="8">
  572. <Value type="field" dataSource="ds_primaryPosition">joinDate</Value>
  573. </TD>
  574. <TD id="cell366" styleId="8">
  575. <Value type="text"><![CDATA[公司服务年限:]]></Value>
  576. </TD>
  577. <TD id="cell367" styleId="8">
  578. <Value type="field" dataSource="ds_primaryPosition">joinCompanyYears</Value>
  579. </TD>
  580. <TD id="cell368" styleId="8">
  581. <Value type="text"><![CDATA[员工类别:]]></Value>
  582. </TD>
  583. <TD id="cell369" styleId="8">
  584. <Value type="field" dataSource="ds_primaryPosition">employeeType</Value>
  585. </TD>
  586. </TR>
  587. <TR height="93" id="row88" styleId="0">
  588. <TD id="cell370" styleId="8">
  589. <Value type="text"><![CDATA[任职开始日期:]]></Value>
  590. </TD>
  591. <TD id="cell371" styleId="8">
  592. <Value type="field" dataSource="ds_primaryPosition">baseDate</Value>
  593. </TD>
  594. <TD id="cell372" styleId="8">
  595. <Value type="text"><![CDATA[任职结束日期:]]></Value>
  596. </TD>
  597. <TD id="cell373" styleId="8">
  598. <Value type="field" dataSource="ds_primaryPosition">quitDate</Value>
  599. </TD>
  600. <TD id="cell374" styleId="8">
  601. <Value type="text"><![CDATA[担任本职位时间:]]></Value>
  602. </TD>
  603. <TD id="cell375" styleId="8">
  604. <Value type="text" />
  605. </TD>
  606. </TR>
  607. </PrintLayoutGrid>
  608. </Sub-objects>
  609. </TD>
  610. </TR>
  611. </PrintDataGrid>
  612. </Sub-objects>
  613. </TD>
  614. </TR>
  615. <TR height="333" id="row19" styleId="0" autoAdjustHeight="true">
  616. <TD id="cell99" styleId="0">
  617. <Sub-objects>
  618. <PrintDataGrid id="dataGrid3" styleId="0" x="0" y="0" horizontalFill="true">
  619. <Data dataSource="ds_communist" />
  620. <Col width="430" id="column25" styleId="0" />
  621. <Col width="430" id="column26" styleId="0" />
  622. <Col width="429" id="column27" styleId="0" />
  623. <Col width="429" id="column28" styleId="0" />
  624. <TR height="97" type="normal" displayEveryPage="true" id="row32" styleId="0">
  625. <TD id="cell165" styleId="5">
  626. <Value type="text"><![CDATA[党员信息]]></Value>
  627. </TD>
  628. <TD id="cell166" styleId="0" />
  629. <TD id="cell167" styleId="0" />
  630. <TD id="cell174" styleId="0" />
  631. </TR>
  632. <TR height="70" type="normal" displayEveryPage="true" id="row34" styleId="0">
  633. <TD id="cell171" styleId="6">
  634. <Value type="text"><![CDATA[入党时间]]></Value>
  635. </TD>
  636. <TD id="cell172" styleId="6">
  637. <Value type="text"><![CDATA[发展党员单位]]></Value>
  638. </TD>
  639. <TD id="cell173" styleId="6">
  640. <Value type="text"><![CDATA[发展党员年份]]></Value>
  641. </TD>
  642. <TD id="cell175" styleId="6">
  643. <Value type="text"><![CDATA[党内职务]]></Value>
  644. </TD>
  645. </TR>
  646. <TR height="70" type="detail" autoAdjustHeight="true" id="row33" styleId="0">
  647. <TD id="cell168" styleId="6">
  648. <Value type="field">joinDate</Value>
  649. </TD>
  650. <TD id="cell169" styleId="6">
  651. <Value type="field">depUnit</Value>
  652. </TD>
  653. <TD id="cell170" styleId="6">
  654. <Value type="field">depYear</Value>
  655. </TD>
  656. <TD id="cell176" styleId="6">
  657. <Value type="field">communistDuty</Value>
  658. </TD>
  659. </TR>
  660. <MergeBlocks>
  661. <Block left="0" right="3" top="0" bottom="0" />
  662. </MergeBlocks>
  663. </PrintDataGrid>
  664. </Sub-objects>
  665. </TD>
  666. </TR>
  667. <TR height="278" id="row18" styleId="0" autoAdjustHeight="true">
  668. <TD id="cell96" styleId="0">
  669. <Sub-objects>
  670. <PrintDataGrid id="dataGrid4" styleId="0" x="0" y="0" horizontalFill="true">
  671. <Data dataSource="ds_resource" />
  672. <Col width="573" id="column29" />
  673. <Col width="572" id="column30" />
  674. <Col width="573" id="column31" />
  675. <TR height="87" type="normal" displayEveryPage="true" id="row35" styleId="0">
  676. <TD id="cell177" styleId="5">
  677. <Value type="text"><![CDATA[资源占用情况]]></Value>
  678. </TD>
  679. <TD id="cell178" styleId="0" />
  680. <TD id="cell179" styleId="0" />
  681. </TR>
  682. <TR height="70" type="normal" displayEveryPage="true" id="row37" styleId="0">
  683. <TD id="cell183" styleId="6">
  684. <Value type="text"><![CDATA[编码]]></Value>
  685. </TD>
  686. <TD id="cell184" styleId="6">
  687. <Value type="text"><![CDATA[名称]]></Value>
  688. </TD>
  689. <TD id="cell185" styleId="6">
  690. <Value type="text"><![CDATA[描述]]></Value>
  691. </TD>
  692. </TR>
  693. <TR height="70" type="detail" autoAdjustHeight="true" id="row36" styleId="0">
  694. <TD id="cell180" styleId="6">
  695. <Value type="field">number</Value>
  696. </TD>
  697. <TD id="cell181" styleId="6">
  698. <Value type="field">name</Value>
  699. </TD>
  700. <TD id="cell182" styleId="6">
  701. <Value type="field">description</Value>
  702. </TD>
  703. </TR>
  704. <MergeBlocks>
  705. <Block left="0" right="2" top="0" bottom="0" />
  706. </MergeBlocks>
  707. </PrintDataGrid>
  708. </Sub-objects>
  709. </TD>
  710. </TR>
  711. <TR height="276" id="row17" styleId="0" autoAdjustHeight="true">
  712. <TD id="cell93" styleId="0">
  713. <Sub-objects>
  714. <PrintDataGrid id="dataGrid5" styleId="0" x="0" y="0" horizontalFill="true">
  715. <Data dataSource="ds_workExp" />
  716. <Col width="344" id="column32" styleId="0" />
  717. <Col width="344" id="column33" styleId="0" />
  718. <Col width="344" id="column34" styleId="0" />
  719. <Col width="343" id="column35" styleId="0" />
  720. <Col width="343" id="column36" styleId="0" />
  721. <TR height="87" type="normal" displayEveryPage="true" id="row38" styleId="0">
  722. <TD id="cell186" styleId="5">
  723. <Value type="text"><![CDATA[工作经历]]></Value>
  724. </TD>
  725. <TD id="cell187" styleId="6" />
  726. <TD id="cell188" styleId="6" />
  727. <TD id="cell195" styleId="6" />
  728. <TD id="cell198" styleId="6" />
  729. </TR>
  730. <TR height="70" type="normal" displayEveryPage="true" id="row40" styleId="0">
  731. <TD id="cell192" styleId="6">
  732. <Value type="text"><![CDATA[开始日期]]></Value>
  733. </TD>
  734. <TD id="cell193" styleId="6">
  735. <Value type="text"><![CDATA[单位名称]]></Value>
  736. </TD>
  737. <TD id="cell194" styleId="6">
  738. <Value type="text"><![CDATA[单位性质]]></Value>
  739. </TD>
  740. <TD id="cell196" styleId="6">
  741. <Value type="text"><![CDATA[专业类别]]></Value>
  742. </TD>
  743. <TD id="cell199" styleId="6">
  744. <Value type="text"><![CDATA[离职原因]]></Value>
  745. </TD>
  746. </TR>
  747. <TR height="70" type="detail" autoAdjustHeight="true" id="row39" styleId="0">
  748. <TD id="cell189" styleId="7">
  749. <Value type="field">beginDate</Value>
  750. </TD>
  751. <TD id="cell190" styleId="6">
  752. <Value type="field">unitName</Value>
  753. </TD>
  754. <TD id="cell191" styleId="6">
  755. <Value type="field">unitType.name</Value>
  756. </TD>
  757. <TD id="cell197" styleId="6">
  758. <Value type="field">specialtyType.name</Value>
  759. </TD>
  760. <TD id="cell200" styleId="6">
  761. <Value type="field">dimission</Value>
  762. </TD>
  763. </TR>
  764. <MergeBlocks>
  765. <Block left="0" right="4" top="0" bottom="0" />
  766. </MergeBlocks>
  767. </PrintDataGrid>
  768. </Sub-objects>
  769. </TD>
  770. </TR>
  771. <TR height="283" id="row16" styleId="0" autoAdjustHeight="true">
  772. <TD id="cell90" styleId="0">
  773. <Sub-objects>
  774. <PrintDataGrid id="dataGrid6" styleId="0" x="0" y="0" horizontalFill="true">
  775. <Data dataSource="ds_linkMen" />
  776. <Col width="430" id="column37" styleId="0" />
  777. <Col width="430" id="column38" styleId="0" />
  778. <Col width="429" id="column39" styleId="0" />
  779. <Col width="429" id="column65" styleId="0" />
  780. <TR height="73" type="normal" displayEveryPage="true" id="row41" styleId="0">
  781. <TD id="cell201" styleId="5">
  782. <Value type="text"><![CDATA[紧急联系人]]></Value>
  783. </TD>
  784. <TD id="cell202" styleId="6" />
  785. <TD id="cell203" styleId="6" />
  786. <TD id="cell281" styleId="0" />
  787. </TR>
  788. <TR height="70" type="normal" displayEveryPage="true" id="row43" styleId="0">
  789. <TD id="cell207" styleId="6">
  790. <Value type="text"><![CDATA[紧急联系人姓名]]></Value>
  791. </TD>
  792. <TD id="cell208" styleId="6">
  793. <Value type="text"><![CDATA[电话]]></Value>
  794. </TD>
  795. <TD id="cell209" styleId="6">
  796. <Value type="text"><![CDATA[血型]]></Value>
  797. </TD>
  798. <TD id="cell282" styleId="6">
  799. <Value type="text"><![CDATA[备注]]></Value>
  800. </TD>
  801. </TR>
  802. <TR height="70" type="detail" autoAdjustHeight="true" id="row42" styleId="0">
  803. <TD id="cell204" styleId="6">
  804. <Value type="field">name</Value>
  805. </TD>
  806. <TD id="cell205" styleId="6">
  807. <Value type="field">phoneNumber</Value>
  808. </TD>
  809. <TD id="cell206" styleId="6">
  810. <Value type="field">bloodType</Value>
  811. </TD>
  812. <TD id="cell283" styleId="6">
  813. <Value type="field">description</Value>
  814. </TD>
  815. </TR>
  816. <MergeBlocks>
  817. <Block left="0" right="3" top="0" bottom="0" />
  818. </MergeBlocks>
  819. </PrintDataGrid>
  820. </Sub-objects>
  821. </TD>
  822. </TR>
  823. <TR height="279" id="row15" styleId="0" autoAdjustHeight="true">
  824. <TD id="cell81" styleId="0">
  825. <Sub-objects>
  826. <PrintDataGrid id="dataGrid7" styleId="0" x="0" y="0" horizontalFill="true">
  827. <Data dataSource="ds_family" />
  828. <Col width="243" id="column40" styleId="0" />
  829. <Col width="300" id="column41" styleId="0" />
  830. <Col width="357" id="column42" styleId="0" />
  831. <Col width="267" id="column66" styleId="0" />
  832. <Col width="265" id="column67" styleId="0" />
  833. <Col width="286" id="column68" styleId="0" />
  834. <TR height="73" type="normal" displayEveryPage="true" id="row44" styleId="0">
  835. <TD id="cell210" styleId="5">
  836. <Value type="text"><![CDATA[社会关系]]></Value>
  837. </TD>
  838. <TD id="cell211" styleId="6" />
  839. <TD id="cell212" styleId="6" />
  840. <TD id="cell284" styleId="0" />
  841. <TD id="cell287" styleId="0" />
  842. <TD id="cell290" styleId="0" />
  843. </TR>
  844. <TR height="70" type="normal" displayEveryPage="true" id="row45" styleId="0">
  845. <TD id="cell213" styleId="6">
  846. <Value type="text"><![CDATA[姓名]]></Value>
  847. </TD>
  848. <TD id="cell214" styleId="6">
  849. <Value type="text"><![CDATA[与本人关系]]></Value>
  850. </TD>
  851. <TD id="cell215" styleId="6">
  852. <Value type="text"><![CDATA[工作单位及职位]]></Value>
  853. </TD>
  854. <TD id="cell285" styleId="6">
  855. <Value type="text"><![CDATA[学历]]></Value>
  856. </TD>
  857. <TD id="cell288" styleId="6">
  858. <Value type="text"><![CDATA[政治面貌]]></Value>
  859. </TD>
  860. <TD id="cell291" styleId="6">
  861. <Value type="text"><![CDATA[专业技术职务]]></Value>
  862. </TD>
  863. </TR>
  864. <TR height="70" type="detail" autoAdjustHeight="true" id="row46" styleId="0">
  865. <TD id="cell216" styleId="6">
  866. <Value type="field">name</Value>
  867. </TD>
  868. <TD id="cell217" styleId="6">
  869. <Value type="field">relation</Value>
  870. </TD>
  871. <TD id="cell218" styleId="6">
  872. <Value type="field">workUnit</Value>
  873. </TD>
  874. <TD id="cell286" styleId="6">
  875. <Value type="field">diploma</Value>
  876. </TD>
  877. <TD id="cell289" styleId="6">
  878. <Value type="field">politicalFace</Value>
  879. </TD>
  880. <TD id="cell292" styleId="6">
  881. <Value type="field">specDuty</Value>
  882. </TD>
  883. </TR>
  884. <MergeBlocks>
  885. <Block left="0" right="5" top="0" bottom="0" />
  886. </MergeBlocks>
  887. </PrintDataGrid>
  888. </Sub-objects>
  889. </TD>
  890. </TR>
  891. <TR height="292" id="row51" styleId="0" autoAdjustHeight="true">
  892. <TD id="cell231" styleId="0">
  893. <Sub-objects>
  894. <PrintDataGrid id="dataGrid8" styleId="0" x="0" y="0" horizontalFill="true">
  895. <Data dataSource="ds_compet" />
  896. <Col width="344" id="column43" styleId="0" />
  897. <Col width="349" id="column44" styleId="0" />
  898. <Col width="261" id="column45" styleId="0" />
  899. <Col width="380" id="column69" styleId="0" />
  900. <Col width="384" id="column70" styleId="0" />
  901. <TR height="73" type="normal" displayEveryPage="true" id="row52" styleId="0">
  902. <TD id="cell234" styleId="5">
  903. <Value type="text"><![CDATA[素质信息]]></Value>
  904. </TD>
  905. <TD id="cell235" styleId="6" />
  906. <TD id="cell236" styleId="6" />
  907. <TD id="cell293" styleId="0" />
  908. <TD id="cell296" styleId="0" />
  909. </TR>
  910. <TR height="70" type="normal" displayEveryPage="true" id="row53" styleId="0">
  911. <TD id="cell237" styleId="6">
  912. <Value type="text"><![CDATA[素质指标]]></Value>
  913. </TD>
  914. <TD id="cell238" styleId="6">
  915. <Value type="text"><![CDATA[素质类型]]></Value>
  916. </TD>
  917. <TD id="cell239" styleId="6">
  918. <Value type="text"><![CDATA[素质级别]]></Value>
  919. </TD>
  920. <TD id="cell294" styleId="6">
  921. <Value type="text"><![CDATA[描述]]></Value>
  922. </TD>
  923. <TD id="cell297" styleId="6">
  924. <Value type="text"><![CDATA[行为描述]]></Value>
  925. </TD>
  926. </TR>
  927. <TR height="70" type="detail" autoAdjustHeight="true" id="row54" styleId="0">
  928. <TD id="cell240" styleId="6">
  929. <Value type="field">empCompetIndex</Value>
  930. </TD>
  931. <TD id="cell241" styleId="6">
  932. <Value type="field">competIndexType</Value>
  933. </TD>
  934. <TD id="cell242" styleId="6">
  935. <Value type="field">indexGrade</Value>
  936. </TD>
  937. <TD id="cell295" styleId="6">
  938. <Value type="field">description</Value>
  939. </TD>
  940. <TD id="cell298" styleId="6">
  941. <Value type="field">CompetIndexGrade.description</Value>
  942. </TD>
  943. </TR>
  944. <MergeBlocks>
  945. <Block left="0" right="4" top="0" bottom="0" />
  946. </MergeBlocks>
  947. </PrintDataGrid>
  948. </Sub-objects>
  949. </TD>
  950. </TR>
  951. <TR height="281" id="row50" styleId="0" autoAdjustHeight="true">
  952. <TD id="cell228" styleId="0">
  953. <Sub-objects>
  954. <PrintDataGrid id="dataGrid9" styleId="0" x="0" y="0" horizontalFill="true">
  955. <Data dataSource="ds_archive" />
  956. <Col width="430" id="column2" styleId="0" />
  957. <Col width="430" id="column3" styleId="0" />
  958. <Col width="429" id="column46" styleId="0" />
  959. <Col width="429" id="column71" styleId="0" />
  960. <TR height="73" type="normal" displayEveryPage="true" id="row58" styleId="0">
  961. <TD id="cell2" styleId="5">
  962. <Value type="text"><![CDATA[档案信息]]></Value>
  963. </TD>
  964. <TD id="cell3" styleId="6" />
  965. <TD id="cell5" styleId="6" />
  966. <TD id="cell299" styleId="0" />
  967. </TR>
  968. <TR height="70" type="normal" displayEveryPage="true" id="row59" styleId="0">
  969. <TD id="cell6" styleId="6">
  970. <Value type="text"><![CDATA[档案编号]]></Value>
  971. </TD>
  972. <TD id="cell8" styleId="6">
  973. <Value type="text"><![CDATA[档案类型]]></Value>
  974. </TD>
  975. <TD id="cell9" styleId="6">
  976. <Value type="text"><![CDATA[档案来源]]></Value>
  977. </TD>
  978. <TD id="cell300" styleId="6">
  979. <Value type="text"><![CDATA[档案去处]]></Value>
  980. </TD>
  981. </TR>
  982. <TR height="70" type="detail" autoAdjustHeight="true" id="row60" styleId="0">
  983. <TD id="cell73" styleId="6">
  984. <Value type="field">number</Value>
  985. </TD>
  986. <TD id="cell74" styleId="6">
  987. <Value type="field">ArchivesType.name</Value>
  988. </TD>
  989. <TD id="cell85" styleId="6">
  990. <Value type="field">source</Value>
  991. </TD>
  992. <TD id="cell301" styleId="6">
  993. <Value type="field">destination</Value>
  994. </TD>
  995. </TR>
  996. <MergeBlocks>
  997. <Block left="0" right="3" top="0" bottom="0" />
  998. </MergeBlocks>
  999. </PrintDataGrid>
  1000. </Sub-objects>
  1001. </TD>
  1002. </TR>
  1003. <TR height="252" id="row49" styleId="0" autoAdjustHeight="true">
  1004. <TD id="cell225" styleId="0">
  1005. <Sub-objects>
  1006. <PrintDataGrid id="dataGrid10" styleId="0" x="0" y="0" horizontalFill="true">
  1007. <Data dataSource="ds_post" />
  1008. <Col width="287" id="column47" styleId="0" />
  1009. <Col width="287" id="column48" styleId="0" />
  1010. <Col width="286" id="column49" styleId="0" />
  1011. <Col width="286" id="column72" styleId="0" />
  1012. <Col width="286" id="column73" styleId="0" />
  1013. <Col width="286" id="column74" styleId="0" />
  1014. <TR height="73" type="normal" displayEveryPage="true" id="row61" styleId="0">
  1015. <TD id="cell89" styleId="5">
  1016. <Value type="text"><![CDATA[职称信息]]></Value>
  1017. </TD>
  1018. <TD id="cell91" styleId="6" />
  1019. <TD id="cell92" styleId="6" />
  1020. <TD id="cell302" styleId="0" />
  1021. <TD id="cell305" styleId="0" />
  1022. <TD id="cell308" styleId="0" />
  1023. </TR>
  1024. <TR height="70" type="normal" displayEveryPage="true" id="row62" styleId="0">
  1025. <TD id="cell94" styleId="6">
  1026. <Value type="text"><![CDATA[职称名称]]></Value>
  1027. </TD>
  1028. <TD id="cell95" styleId="6">
  1029. <Value type="text"><![CDATA[职称类别]]></Value>
  1030. </TD>
  1031. <TD id="cell97" styleId="6">
  1032. <Value type="text"><![CDATA[职称级别]]></Value>
  1033. </TD>
  1034. <TD id="cell303" styleId="6">
  1035. <Value type="text"><![CDATA[证书编号]]></Value>
  1036. </TD>
  1037. <TD id="cell306" styleId="6">
  1038. <Value type="text"><![CDATA[评定单位]]></Value>
  1039. </TD>
  1040. <TD id="cell309" styleId="6">
  1041. <Value type="text"><![CDATA[是否最高职称]]></Value>
  1042. </TD>
  1043. </TR>
  1044. <TR height="70" type="detail" autoAdjustHeight="true" id="row63" styleId="0">
  1045. <TD id="cell98" styleId="6">
  1046. <Value type="field">technicalPost</Value>
  1047. </TD>
  1048. <TD id="cell100" styleId="6">
  1049. <Value type="field">category</Value>
  1050. </TD>
  1051. <TD id="cell101" styleId="6">
  1052. <Value type="field">level</Value>
  1053. </TD>
  1054. <TD id="cell304" styleId="6">
  1055. <Value type="field">certificateNo</Value>
  1056. </TD>
  1057. <TD id="cell307" styleId="6">
  1058. <Value type="field">gradeUnit</Value>
  1059. </TD>
  1060. <TD id="cell310" styleId="6">
  1061. <Value type="field">isHighestPost</Value>
  1062. </TD>
  1063. </TR>
  1064. <MergeBlocks>
  1065. <Block left="0" right="5" top="0" bottom="0" />
  1066. </MergeBlocks>
  1067. </PrintDataGrid>
  1068. </Sub-objects>
  1069. </TD>
  1070. </TR>
  1071. <TR height="257" id="row48" styleId="0" autoAdjustHeight="true">
  1072. <TD id="cell222" styleId="0">
  1073. <Sub-objects>
  1074. <PrintDataGrid id="dataGrid11" styleId="0" x="0" y="0" horizontalFill="true">
  1075. <Data dataSource="ds_certificate" />
  1076. <Col width="344" id="column50" styleId="0" />
  1077. <Col width="344" id="column51" styleId="0" />
  1078. <Col width="344" id="column52" styleId="0" />
  1079. <Col width="343" id="column75" styleId="0" />
  1080. <Col width="343" id="column76" styleId="0" />
  1081. <TR height="73" type="normal" displayEveryPage="true" id="row64" styleId="0">
  1082. <TD id="cell220" styleId="5">
  1083. <Value type="text"><![CDATA[认证信息]]></Value>
  1084. </TD>
  1085. <TD id="cell221" styleId="6" />
  1086. <TD id="cell223" styleId="6" />
  1087. <TD id="cell311" styleId="0" />
  1088. <TD id="cell314" styleId="0" />
  1089. </TR>
  1090. <TR height="70" type="normal" displayEveryPage="true" id="row65" styleId="0">
  1091. <TD id="cell224" styleId="6">
  1092. <Value type="text"><![CDATA[证书编号]]></Value>
  1093. </TD>
  1094. <TD id="cell226" styleId="6">
  1095. <Value type="text"><![CDATA[证书名称]]></Value>
  1096. </TD>
  1097. <TD id="cell227" styleId="6">
  1098. <Value type="text"><![CDATA[认证有效期(年)]]></Value>
  1099. </TD>
  1100. <TD id="cell312" styleId="6">
  1101. <Value type="text"><![CDATA[认证机构]]></Value>
  1102. </TD>
  1103. <TD id="cell315" styleId="6">
  1104. <Value type="text"><![CDATA[认证级别]]></Value>
  1105. </TD>
  1106. </TR>
  1107. <TR height="70" type="detail" autoAdjustHeight="true" id="row66" styleId="0">
  1108. <TD id="cell229" styleId="6">
  1109. <Value type="field">number</Value>
  1110. </TD>
  1111. <TD id="cell230" styleId="6">
  1112. <Value type="field">name</Value>
  1113. </TD>
  1114. <TD id="cell232" styleId="6">
  1115. <Value type="field">period</Value>
  1116. </TD>
  1117. <TD id="cell313" styleId="6">
  1118. <Value type="field">organ</Value>
  1119. </TD>
  1120. <TD id="cell316" styleId="6">
  1121. <Value type="field">level</Value>
  1122. </TD>
  1123. </TR>
  1124. <MergeBlocks>
  1125. <Block left="0" right="4" top="0" bottom="0" />
  1126. </MergeBlocks>
  1127. </PrintDataGrid>
  1128. </Sub-objects>
  1129. </TD>
  1130. </TR>
  1131. <TR height="282" id="row47" styleId="0" autoAdjustHeight="true">
  1132. <TD id="cell219" styleId="0">
  1133. <Sub-objects>
  1134. <PrintDataGrid id="dataGrid12" styleId="0" x="0" y="0" horizontalFill="true">
  1135. <Data dataSource="ds_workExpCur" />
  1136. <Col width="344" id="column53" styleId="0" />
  1137. <Col width="344" id="column54" styleId="0" />
  1138. <Col width="344" id="column55" styleId="0" />
  1139. <Col width="343" id="column83" styleId="0" />
  1140. <Col width="343" id="column84" styleId="0" />
  1141. <TR height="73" type="normal" displayEveryPage="true" id="row67" styleId="0">
  1142. <TD id="cell233" styleId="5">
  1143. <Value type="text"><![CDATA[任职历史]]></Value>
  1144. </TD>
  1145. <TD id="cell244" styleId="6" />
  1146. <TD id="cell245" styleId="6" />
  1147. <TD id="cell112" styleId="0" />
  1148. <TD id="cell115" styleId="0" />
  1149. </TR>
  1150. <TR height="70" type="normal" displayEveryPage="true" id="row68" styleId="0">
  1151. <TD id="cell247" styleId="6">
  1152. <Value type="text"><![CDATA[职位]]></Value>
  1153. </TD>
  1154. <TD id="cell248" styleId="6">
  1155. <Value type="text"><![CDATA[职务]]></Value>
  1156. </TD>
  1157. <TD id="cell250" styleId="6">
  1158. <Value type="text"><![CDATA[职级]]></Value>
  1159. </TD>
  1160. <TD id="cell113" styleId="6">
  1161. <Value type="text"><![CDATA[所属组织]]></Value>
  1162. </TD>
  1163. <TD id="cell116" styleId="6">
  1164. <Value type="text"><![CDATA[开始日期]]></Value>
  1165. </TD>
  1166. </TR>
  1167. <TR height="70" type="detail" autoAdjustHeight="true" id="row69" styleId="0">
  1168. <TD id="cell251" styleId="6">
  1169. <Value type="field">position.name</Value>
  1170. </TD>
  1171. <TD id="cell252" styleId="6">
  1172. <Value type="field">job.name</Value>
  1173. </TD>
  1174. <TD id="cell253" styleId="6">
  1175. <Value type="field">jobLevel.name</Value>
  1176. </TD>
  1177. <TD id="cell114" styleId="6">
  1178. <Value type="field">AdminOrgUnit.name</Value>
  1179. </TD>
  1180. <TD id="cell317" styleId="6">
  1181. <Value type="field">beginDate</Value>
  1182. </TD>
  1183. </TR>
  1184. <MergeBlocks>
  1185. <Block left="0" right="4" top="0" bottom="0" />
  1186. </MergeBlocks>
  1187. </PrintDataGrid>
  1188. </Sub-objects>
  1189. </TD>
  1190. </TR>
  1191. <TR height="267" id="row57" styleId="0" autoAdjustHeight="true">
  1192. <TD id="cell249" styleId="0">
  1193. <Sub-objects>
  1194. <PrintDataGrid id="dataGrid13" styleId="0" x="0" y="0" horizontalFill="true">
  1195. <Data dataSource="ds_contactMethod" />
  1196. <Col width="408" id="column56" styleId="0" />
  1197. <Col width="449" id="column57" styleId="0" />
  1198. <Col width="201" id="column58" styleId="0" />
  1199. <Col width="328" id="column85" styleId="0" />
  1200. <Col width="332" id="column86" styleId="0" />
  1201. <TR height="73" type="normal" displayEveryPage="true" id="row70" styleId="0">
  1202. <TD id="cell254" styleId="5">
  1203. <Value type="text"><![CDATA[联系方式]]></Value>
  1204. </TD>
  1205. <TD id="cell255" styleId="6" />
  1206. <TD id="cell256" styleId="6" />
  1207. <TD id="cell318" styleId="0" />
  1208. <TD id="cell321" styleId="0" />
  1209. </TR>
  1210. <TR height="70" type="normal" displayEveryPage="true" id="row71" styleId="0">
  1211. <TD id="cell257" styleId="6">
  1212. <Value type="text"><![CDATA[出生地]]></Value>
  1213. </TD>
  1214. <TD id="cell258" styleId="6">
  1215. <Value type="text"><![CDATA[住址]]></Value>
  1216. </TD>
  1217. <TD id="cell259" styleId="6">
  1218. <Value type="text"><![CDATA[邮编]]></Value>
  1219. </TD>
  1220. <TD id="cell319" styleId="6">
  1221. <Value type="text"><![CDATA[家庭电话]]></Value>
  1222. </TD>
  1223. <TD id="cell322" styleId="6">
  1224. <Value type="text"><![CDATA[手机号码]]></Value>
  1225. </TD>
  1226. </TR>
  1227. <TR height="70" type="detail" autoAdjustHeight="true" id="row72" styleId="0">
  1228. <TD id="cell260" styleId="6">
  1229. <Value type="field">homeplace</Value>
  1230. </TD>
  1231. <TD id="cell261" styleId="6">
  1232. <Value type="field">homeAddress</Value>
  1233. </TD>
  1234. <TD id="cell262" styleId="6">
  1235. <Value type="field">postalcode</Value>
  1236. </TD>
  1237. <TD id="cell320" styleId="6">
  1238. <Value type="field">homePhone</Value>
  1239. </TD>
  1240. <TD id="cell323" styleId="6">
  1241. <Value type="field">mobile</Value>
  1242. </TD>
  1243. </TR>
  1244. <MergeBlocks>
  1245. <Block left="0" right="4" top="0" bottom="0" />
  1246. </MergeBlocks>
  1247. </PrintDataGrid>
  1248. </Sub-objects>
  1249. </TD>
  1250. </TR>
  1251. <TR height="254" id="row56" styleId="0" autoAdjustHeight="true">
  1252. <TD id="cell246" styleId="0">
  1253. <Sub-objects>
  1254. <PrintDataGrid id="dataGrid14" styleId="0" x="0" y="0" horizontalFill="true">
  1255. <Data dataSource="ds_rewordPunish" />
  1256. <Col width="430" id="column59" styleId="0" />
  1257. <Col width="430" id="column60" styleId="0" />
  1258. <Col width="429" id="column61" styleId="0" />
  1259. <Col width="429" id="column87" styleId="0" />
  1260. <TR height="73" type="normal" displayEveryPage="true" id="row73" styleId="0">
  1261. <TD id="cell263" styleId="5">
  1262. <Value type="text"><![CDATA[奖惩记录]]></Value>
  1263. </TD>
  1264. <TD id="cell264" styleId="6" />
  1265. <TD id="cell265" styleId="6" />
  1266. <TD id="cell324" styleId="0" />
  1267. </TR>
  1268. <TR height="70" type="normal" displayEveryPage="true" id="row74" styleId="0">
  1269. <TD id="cell266" styleId="6">
  1270. <Value type="text"><![CDATA[标题]]></Value>
  1271. </TD>
  1272. <TD id="cell267" styleId="6">
  1273. <Value type="text"><![CDATA[奖惩类型]]></Value>
  1274. </TD>
  1275. <TD id="cell268" styleId="6">
  1276. <Value type="text"><![CDATA[奖惩内容]]></Value>
  1277. </TD>
  1278. <TD id="cell325" styleId="6">
  1279. <Value type="text"><![CDATA[奖惩时间]]></Value>
  1280. </TD>
  1281. </TR>
  1282. <TR height="70" type="detail" autoAdjustHeight="true" id="row75" styleId="0">
  1283. <TD id="cell269" styleId="6">
  1284. <Value type="field">title</Value>
  1285. </TD>
  1286. <TD id="cell270" styleId="6">
  1287. <Value type="field">type.name</Value>
  1288. </TD>
  1289. <TD id="cell271" styleId="6">
  1290. <Value type="field">content</Value>
  1291. </TD>
  1292. <TD id="cell326" styleId="7">
  1293. <Value type="field">occurDate</Value>
  1294. </TD>
  1295. </TR>
  1296. <MergeBlocks>
  1297. <Block left="0" right="3" top="0" bottom="0" />
  1298. </MergeBlocks>
  1299. </PrintDataGrid>
  1300. </Sub-objects>
  1301. </TD>
  1302. </TR>
  1303. <TR height="252" id="row55" styleId="0" autoAdjustHeight="true">
  1304. <TD id="cell243" styleId="0">
  1305. <Sub-objects>
  1306. <PrintDataGrid id="dataGrid15" styleId="0" x="0" y="0" horizontalFill="true">
  1307. <Data dataSource="ds_train" />
  1308. <Col width="344" id="column62" styleId="0" />
  1309. <Col width="344" id="column63" styleId="0" />
  1310. <Col width="344" id="column64" styleId="0" />
  1311. <Col width="343" id="column88" styleId="0" />
  1312. <Col width="343" id="column89" styleId="0" />
  1313. <TR height="73" type="normal" displayEveryPage="true" id="row76" styleId="0">
  1314. <TD id="cell272" styleId="5">
  1315. <Value type="text"><![CDATA[培训信息]]></Value>
  1316. </TD>
  1317. <TD id="cell273" styleId="6" />
  1318. <TD id="cell274" styleId="6" />
  1319. <TD id="cell327" styleId="0" />
  1320. <TD id="cell330" styleId="0" />
  1321. </TR>
  1322. <TR height="70" type="normal" displayEveryPage="true" id="row77" styleId="0">
  1323. <TD id="cell275" styleId="6">
  1324. <Value type="text"><![CDATA[培训课程]]></Value>
  1325. </TD>
  1326. <TD id="cell276" styleId="6">
  1327. <Value type="text"><![CDATA[课程开始时间]]></Value>
  1328. </TD>
  1329. <TD id="cell277" styleId="6">
  1330. <Value type="text"><![CDATA[课程结束时间]]></Value>
  1331. </TD>
  1332. <TD id="cell328" styleId="6">
  1333. <Value type="text"><![CDATA[证书名称]]></Value>
  1334. </TD>
  1335. <TD id="cell331" styleId="6">
  1336. <Value type="text"><![CDATA[培训方式]]></Value>
  1337. </TD>
  1338. </TR>
  1339. <TR height="70" type="detail" autoAdjustHeight="true" id="row78" styleId="0">
  1340. <TD id="cell278" styleId="6">
  1341. <Value type="field">trainCourse</Value>
  1342. </TD>
  1343. <TD id="cell279" styleId="9">
  1344. <Value type="field">beginDateTime</Value>
  1345. </TD>
  1346. <TD id="cell280" styleId="9">
  1347. <Value type="field">endDateTime</Value>
  1348. </TD>
  1349. <TD id="cell329" styleId="6">
  1350. <Value type="field">courseCertificateName</Value>
  1351. </TD>
  1352. <TD id="cell332" styleId="6">
  1353. <Value type="field">trainMethod</Value>
  1354. </TD>
  1355. </TR>
  1356. <MergeBlocks>
  1357. <Block left="0" right="4" top="0" bottom="0" />
  1358. </MergeBlocks>
  1359. </PrintDataGrid>
  1360. </Sub-objects>
  1361. </TD>
  1362. </TR>
  1363. </PrintLayoutGrid>
  1364. </Sub-objects>
  1365. </Page>
  1366. </Report>
  1367. <PrintInfo>
  1368. <PaperSetup>
  1369. <Paper width="2100" height="2970">Custom</Paper>
  1370. <Orientation>PORTRAIT</Orientation>
  1371. <PageMargin left="190" right="190" top="250" bottom="250" />
  1372. <Header height="150" margin="100" />
  1373. <Footer height="150" margin="100" />
  1374. </PaperSetup>
  1375. <PrinterSetup>
  1376. <DynamicPaper>false</DynamicPaper>
  1377. <EconomizePaper isVerEconomizePaper="false" verSpace="0" isHorEconomizePaper="false" horSpace="0" />
  1378. </PrinterSetup>
  1379. <PreviewSetup>
  1380. <BackgroundPicture>false</BackgroundPicture>
  1381. </PreviewSetup>
  1382. </PrintInfo>
  1383. </DocRoot>