dw_rs_empinfo_index.srd 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. $PBExportHeader$dw_rs_empinfo_index.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=16777215 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 selected.mouse=no )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes name=empid dbname="u_rs_empinfo.empid" )
  9. column=(type=long update=yes updatewhereclause=yes name=deptid dbname="u_rs_empinfo.Deptid" )
  10. column=(type=char(30) update=yes updatewhereclause=yes name=empname dbname="u_rs_empinfo.Empname" )
  11. column=(type=char(30) update=yes updatewhereclause=yes name=empcode dbname="u_rs_empinfo.Empcode" )
  12. column=(type=char(2) update=yes updatewhereclause=yes name=sex dbname="u_rs_empinfo.Sex" )
  13. column=(type=datetime update=yes updatewhereclause=yes name=birthday dbname="u_rs_empinfo.Birthday" )
  14. column=(type=char(50) update=yes updatewhereclause=yes name=homeplace dbname="u_rs_empinfo.Homeplace" )
  15. column=(type=char(30) update=yes updatewhereclause=yes name=idcard dbname="u_rs_empinfo.Idcard" )
  16. column=(type=datetime update=yes updatewhereclause=yes name=joindate dbname="u_rs_empinfo.Joindate" )
  17. column=(type=char(10) update=yes updatewhereclause=yes name=duty dbname="u_rs_empinfo.duty" )
  18. column=(type=char(20) updatewhereclause=yes name=wrktpye dbname="u_rs_empinfo.wrktpye" )
  19. column=(type=char(20) update=yes updatewhereclause=yes name=diploma dbname="u_rs_empinfo.diploma" )
  20. column=(type=char(30) update=yes updatewhereclause=yes name=hometel dbname="u_rs_empinfo.hometel" )
  21. column=(type=char(20) update=yes updatewhereclause=yes name=handtel dbname="u_rs_empinfo.handtel" )
  22. column=(type=char(20) update=yes updatewhereclause=yes name=officetel dbname="u_rs_empinfo.officetel" )
  23. column=(type=char(20) update=yes updatewhereclause=yes name=bedcode dbname="u_rs_empinfo.Bedcode" )
  24. column=(type=char(20) update=yes updatewhereclause=yes name=cardcode dbname="u_rs_empinfo.Cardcode" )
  25. column=(type=char(50) update=yes updatewhereclause=yes name=address dbname="u_rs_empinfo.Address" )
  26. column=(type=char(10) update=yes updatewhereclause=yes name=postcode dbname="u_rs_empinfo.Postcode" )
  27. column=(type=char(30) update=yes updatewhereclause=yes name=bankcode dbname="u_rs_empinfo.bankcode" )
  28. column=(type=decimal(2) update=yes updatewhereclause=yes name=wage dbname="u_rs_empinfo.wage" )
  29. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_rs_empinfo.Dscrp" )
  30. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_rs_empinfo.opdate" )
  31. column=(type=char(20) update=yes updatewhereclause=yes name=opemp dbname="u_rs_empinfo.opemp" )
  32. column=(type=long update=yes updatewhereclause=yes name=status dbname="u_rs_empinfo.status" )
  33. column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" )
  34. column=(type=decimal(2) updatewhereclause=yes name=stature dbname="u_rs_empinfo.Stature" )
  35. column=(type=char(30) updatewhereclause=yes name=language dbname="u_rs_empinfo.Language" )
  36. column=(type=char(30) updatewhereclause=yes name=introducer dbname="u_rs_empinfo.introducer" )
  37. column=(type=datetime updatewhereclause=yes name=movedate dbname="uv_get_dimissiondate.MOVEDATE" )
  38. column=(type=char(30) updatewhereclause=yes name=u_scdef_scname dbname="u_scdef.scname" )
  39. retrieve="SELECT u_rs_empinfo.empid,
  40. u_rs_empinfo.Deptid,
  41. u_rs_empinfo.Empname,
  42. u_rs_empinfo.Empcode,
  43. u_rs_empinfo.Sex,
  44. u_rs_empinfo.Birthday,
  45. u_rs_empinfo.Homeplace,
  46. u_rs_empinfo.Idcard,
  47. u_rs_empinfo.Joindate,
  48. u_rs_empinfo.duty,
  49. u_rs_empinfo.wrktpye,
  50. u_rs_empinfo.diploma,
  51. u_rs_empinfo.hometel,
  52. u_rs_empinfo.handtel,
  53. u_rs_empinfo.officetel,
  54. u_rs_empinfo.Bedcode,
  55. u_rs_empinfo.Cardcode,
  56. u_rs_empinfo.Address,
  57. u_rs_empinfo.Postcode,
  58. u_rs_empinfo.bankcode,
  59. u_rs_empinfo.wage,
  60. u_rs_empinfo.Dscrp,
  61. u_rs_empinfo.opdate,
  62. u_rs_empinfo.opemp,
  63. u_rs_empinfo.status,
  64. cw_department.departmentname,
  65. u_rs_empinfo.Stature,
  66. u_rs_empinfo.[Language],
  67. u_rs_empinfo.introducer,
  68. uv_get_dimissiondate.MOVEDATE,
  69. u_scdef.scname
  70. FROM u_rs_empinfo LEFT OUTER JOIN
  71. uv_get_dimissiondate ON
  72. u_rs_empinfo.empid = uv_get_dimissiondate.empid LEFT OUTER JOIN
  73. cw_department ON u_rs_empinfo.Deptid = cw_department.departmentid ,
  74. u_scdef
  75. WHERE ( u_rs_empinfo.status = :status )
  76. and ( u_rs_empinfo.handtype like :arg_handtype or :arg_handtype = '')
  77. and ( u_rs_empinfo.scid in (:arg_scid))
  78. and ( u_scdef.scid = u_rs_empinfo.scid )
  79. " arguments=(("status", number),("arg_handtype", string),("arg_scid", numberlist)) sort="empcode A joindate D empid D " )
  80. text(band=header alignment="2" text="工号" border="0" color="0" x="9" y="8" height="56" width="233" html.valueishtml="0" name=empcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  81. text(band=header alignment="2" text="姓名" border="0" color="0" x="251" y="8" height="56" width="261" html.valueishtml="0" name=empname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  82. text(band=header alignment="2" text="性别" border="0" color="0" x="1234" y="8" height="56" width="137" html.valueishtml="0" name=sex_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  83. text(band=header alignment="2" text="出生日期" border="0" color="0" x="1381" y="8" height="56" width="462" html.valueishtml="0" name=birthday_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  84. text(band=header alignment="2" text="籍贯" border="0" color="0" x="2162" y="8" height="56" width="631" html.valueishtml="0" name=homeplace_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  85. text(band=header alignment="2" text="身份证号" border="0" color="0" x="2802" y="8" height="56" width="864" html.valueishtml="0" name=idcard_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  86. text(band=header alignment="2" text="入职日期" border="0" color="0" x="3675" y="8" height="56" width="398" html.valueishtml="0" name=joindate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  87. text(band=header alignment="2" text="职务" border="0" color="0" x="1851" y="8" height="56" width="302" html.valueishtml="0" name=duty_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  88. text(band=header alignment="2" text="学历" border="0" color="0" x="4082" y="8" height="56" width="270" html.valueishtml="0" name=diploma_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  89. text(band=header alignment="2" text="家庭电话" border="0" color="0" x="4361" y="8" height="56" width="539" html.valueishtml="0" name=hometel_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  90. text(band=header alignment="2" text="手机" border="0" color="0" x="5202" y="8" height="56" width="576" html.valueishtml="0" name=handtel_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  91. text(band=header alignment="2" text="办公电话" border="0" color="0" x="5787" y="8" height="56" width="576" html.valueishtml="0" name=officetel_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  92. text(band=header alignment="2" text="床号" border="0" color="0" x="6373" y="8" height="56" width="576" html.valueishtml="0" name=bedcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  93. text(band=header alignment="2" text="考勤卡号" border="0" color="0" x="6958" y="8" height="56" width="576" html.valueishtml="0" name=cardcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  94. text(band=header alignment="2" text="地址" border="0" color="0" x="7543" y="8" height="56" width="1399" html.valueishtml="0" name=address_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  95. text(band=header alignment="2" text="邮编" border="0" color="0" x="8951" y="8" height="56" width="302" html.valueishtml="0" name=postcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  96. text(band=header alignment="2" text="银行帐号" border="0" color="0" x="9262" y="8" height="56" width="850" html.valueishtml="0" name=bankcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  97. text(band=header alignment="2" text="基本工资" border="0" color="0" x="10121" y="8" height="56" width="325" html.valueishtml="0" name=wage_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  98. text(band=header alignment="2" text="备注" border="0" color="0" x="11255" y="8" height="56" width="1321" html.valueishtml="0" name=dscrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  99. text(band=header alignment="2" text="身高" border="0" color="0" x="10455" y="8" height="56" width="192" html.valueishtml="0" name=stature_ visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  100. text(band=header alignment="2" text="会何种语言" border="0" color="0" x="10656" y="8" height="56" width="283" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  101. text(band=header alignment="2" text="介绍人" border="0" color="0" x="10949" y="8" height="56" width="297" html.valueishtml="0" name=introducer_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  102. text(band=header alignment="2" text="离职日期" border="0" color="0" x="12585" y="8" height="56" width="302" html.valueishtml="0" name=movedate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  103. text(band=header alignment="2" text="状态" border="0" color="0" x="12896" y="8" height="56" width="288" html.valueishtml="0" name=status_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  104. text(band=header alignment="2" text="工种" border="0" color="0" x="4910" y="8" height="56" width="283" html.valueishtml="0" name=t_3 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  105. text(band=header alignment="2" text="部门" border="0" color="0" x="521" y="8" height="56" width="325" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  106. text(band=header alignment="2" text="分部" border="0" color="33554432" x="855" y="8" height="56" width="370" html.valueishtml="0" name=u_scdef_scname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  107. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="233" format="[general]" html.valueishtml="0" name=empcode tag="人员编号" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  108. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="251" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=empname tag="姓名" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  109. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="0" x="1234" y="4" height="68" width="137" format="[general]" html.valueishtml="0" name=sex tag="性别" visible="1" edit.limit=2 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  110. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0" x="1381" y="4" height="68" width="462" format="YYYY-MM-DD" html.valueishtml="0" name=birthday tag="出生日期" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  111. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="2162" y="4" height="68" width="631" format="[general]" html.valueishtml="0" name=homeplace tag="籍贯" visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  112. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="2802" y="4" height="68" width="864" format="[general]" html.valueishtml="0" name=idcard tag="身份证号" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  113. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="3675" y="4" height="68" width="398" format="YYYY-MM-DD" html.valueishtml="0" name=joindate tag="入职日期" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  114. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="1851" y="4" height="68" width="302" format="[general]" html.valueishtml="0" name=duty tag="职务" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  115. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="0" x="4082" y="4" height="68" width="270" format="[general]" html.valueishtml="0" name=diploma tag="学历" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  116. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="0" x="4361" y="4" height="68" width="539" format="[general]" html.valueishtml="0" name=hometel tag="家庭电话" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  117. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="0" x="5202" y="4" height="68" width="576" format="[general]" html.valueishtml="0" name=handtel tag="手机" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  118. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="0" x="5787" y="4" height="68" width="576" format="[general]" html.valueishtml="0" name=officetel tag="办公电话" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  119. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="6373" y="4" height="68" width="576" format="[general]" html.valueishtml="0" name=bedcode tag="床号" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  120. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="0" x="6958" y="4" height="68" width="576" format="[general]" html.valueishtml="0" name=cardcode tag="考勤卡号" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  121. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="7543" y="4" height="68" width="1399" format="[general]" html.valueishtml="0" name=address tag="地址" visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  122. column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="0" x="8951" y="4" height="68" width="302" format="[general]" html.valueishtml="0" name=postcode tag="邮编" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  123. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x="9262" y="4" height="68" width="850" format="[general]" html.valueishtml="0" name=bankcode tag="银行帐号" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  124. column(band=detail id=21 alignment="1" tabsequence=32766 border="0" color="0" x="10121" y="4" height="68" width="325" format="#,##0.00" html.valueishtml="0" name=wage tag="基本工资" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  125. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="11255" y="4" height="68" width="1321" format="[general]" html.valueishtml="0" name=dscrp tag="备注" visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  126. column(band=detail id=26 alignment="0" tabsequence=32766 border="0" color="0" x="521" y="4" height="68" width="325" format="[general]" html.valueishtml="0" name=cw_department_departmentname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  127. column(band=detail id=27 alignment="2" tabsequence=32766 border="0" color="0" x="10455" y="4" height="68" width="192" format="#,##0.##" html.valueishtml="0" name=stature visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  128. column(band=detail id=28 alignment="0" tabsequence=32766 border="0" color="0" x="10656" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=language visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  129. column(band=detail id=29 alignment="0" tabsequence=32766 border="0" color="0" x="10949" y="4" height="68" width="297" format="[general]" html.valueishtml="0" name=introducer visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  130. column(band=detail id=30 alignment="2" tabsequence=32766 border="0" color="0" x="12585" y="4" height="68" width="302" format="YYYY-MM-DD" html.valueishtml="0" name=movedate visible="1" edit.limit=0 edit.case=any edit.format="YYYY-MM-DD" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  131. column(band=detail id=25 alignment="2" tabsequence=32766 border="0" color="0" x="12896" y="4" height="68" width="288" format="[General]" html.valueishtml="0" name=status tag="状态" visible="1" dddw.name=dddw_empstatus dddw.displaycolumn=name dddw.datacolumn=status dddw.percentwidth=100 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  132. column(band=detail id=11 alignment="2" tabsequence=32766 border="0" color="0" x="4910" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=wrktpye visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  133. column(band=detail id=31 alignment="0" tabsequence=32766 border="0" color="0" x="855" y="4" height="68" width="370" format="[general]" html.valueishtml="0" name=u_scdef_scname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  134. compute(band=footer alignment="2" expression="count( empid for all )"border="0" color="16711680" x="9" y="4" height="56" width="233" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  135. htmltable(border="1" )
  136. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  137. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="gb2312" name="人事资料" xml="<?xml version=~"1.0~" encoding=~"gb2312~" standalone=~"no~"?><dw_rs_empinfo_index><dw_rs_empinfo_index_row __pbband=~"detail~"><empid>empid</empid><deptid>deptid</deptid><empname>empname</empname><empcode>empcode</empcode><sex>sex</sex><birthday>birthday</birthday><homeplace>homeplace</homeplace><idcard>idcard</idcard><joindate>joindate</joindate><duty>duty</duty><wrktpye>wrktpye</wrktpye><diploma>diploma</diploma><hometel>hometel</hometel><handtel>handtel</handtel><officetel>officetel</officetel><bedcode>bedcode</bedcode><cardcode>cardcode</cardcode><address>address</address><postcode>postcode</postcode><bankcode>bankcode</bankcode><wage>wage</wage><dscrp>dscrp</dscrp><opdate>opdate</opdate><opemp>opemp</opemp><status>status</status><cw_department_departmentname>cw_department_departmentname</cw_department_departmentname><stature>stature</stature><language>language</language><introducer>introducer</introducer><movedate>movedate</movedate><u_scdef_scname>u_scdef_scname</u_scdef_scname></dw_rs_empinfo_index_row></dw_rs_empinfo_index>"))
  138. import.xml()
  139. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )