dw_rp_gz_award_punish_mx.srd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. $PBExportHeader$dw_rp_gz_award_punish_mx.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=60000 color=1073741824 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 )
  4. header(height=272 color="536870912" )
  5. summary(height=64 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_gz_award_punish_billid dbname="u_gz_award_punish.billid" )
  9. column=(type=char(20) updatewhereclause=yes name=u_gz_award_punish_billcode dbname="u_gz_award_punish.billcode" )
  10. column=(type=long updatewhereclause=yes name=u_gz_award_punish_billtype dbname="u_gz_award_punish.billtype" values="奖 1/罚 -1/" )
  11. column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_billdate dbname="u_gz_award_punish.billdate" )
  12. column=(type=long updatewhereclause=yes name=u_gz_award_punish_empid dbname="u_gz_award_punish.empid" )
  13. column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empcode dbname="u_rs_empinfo.Empcode" )
  14. column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empname dbname="u_rs_empinfo.Empname" )
  15. column=(type=char(10) updatewhereclause=yes name=u_rs_empinfo_duty dbname="u_rs_empinfo.duty" )
  16. column=(type=long updatewhereclause=yes name=u_rs_empinfo_deptid dbname="u_rs_empinfo.Deptid" )
  17. column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" )
  18. column=(type=decimal(2) updatewhereclause=yes name=u_gz_award_punish_award_punish_amt dbname="u_gz_award_punish.award_punish_amt" )
  19. column=(type=long updatewhereclause=yes name=u_gz_award_punish_wagemth dbname="u_gz_award_punish.wagemth" )
  20. column=(type=char(200) updatewhereclause=yes name=u_gz_award_punish_reason dbname="u_gz_award_punish.reason" )
  21. column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname_1 dbname="cw_department.departmentname" )
  22. column=(type=char(30) updatewhereclause=yes name=u_gz_award_punish_rep dbname="u_gz_award_punish.rep" )
  23. column=(type=char(10) updatewhereclause=yes name=u_gz_award_punish_opemp dbname="u_gz_award_punish.opemp" )
  24. column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_opdate dbname="u_gz_award_punish.opdate" )
  25. column=(type=char(10) updatewhereclause=yes name=u_gz_award_punish_modemp dbname="u_gz_award_punish.modemp" )
  26. column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_moddate dbname="u_gz_award_punish.moddate" )
  27. column=(type=long updatewhereclause=yes name=u_gz_award_punish_flag dbname="u_gz_award_punish.flag" values=" 1/ 0" )
  28. column=(type=char(10) updatewhereclause=yes name=u_gz_award_punish_auditrep dbname="u_gz_award_punish.auditrep" )
  29. column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_auditdate dbname="u_gz_award_punish.auditdate" )
  30. column=(type=char(30) updatewhereclause=yes name=u_gz_wageitem_wagename dbname="u_gz_wageitem.Wagename" )
  31. column=(type=char(30) updatewhereclause=yes name=u_gz_award_punish_dealtype dbname="u_gz_award_punish.dealtype" )
  32. retrieve=" SELECT u_gz_award_punish.billid,
  33. u_gz_award_punish.billcode,
  34. u_gz_award_punish.billtype,
  35. u_gz_award_punish.billdate,
  36. u_gz_award_punish.empid,
  37. u_rs_empinfo.Empcode,
  38. u_rs_empinfo.Empname,
  39. u_rs_empinfo.duty,
  40. u_rs_empinfo.Deptid,
  41. cw_department_a.departmentname,
  42. u_gz_award_punish.award_punish_amt,
  43. u_gz_award_punish.wagemth,
  44. u_gz_award_punish.reason,
  45. cw_department_b.departmentname,
  46. u_gz_award_punish.rep,
  47. u_gz_award_punish.opemp,
  48. u_gz_award_punish.opdate,
  49. u_gz_award_punish.modemp,
  50. u_gz_award_punish.moddate,
  51. u_gz_award_punish.flag,
  52. u_gz_award_punish.auditrep,
  53. u_gz_award_punish.auditdate ,
  54. u_gz_wageitem.Wagename ,
  55. u_gz_award_punish.dealtype
  56. FROM u_rs_empinfo
  57. LEFT OUTER JOIN cw_department cw_department_a
  58. ON u_rs_empinfo.Deptid = cw_department_a.departmentid, u_gz_award_punish
  59. LEFT OUTER JOIN cw_department cw_department_b
  60. ON u_gz_award_punish.deptid = cw_department_b.departmentid
  61. LEFT OUTER JOIN u_gz_wageitem on u_gz_wageitem.wageid = u_gz_award_punish.wageid
  62. WHERE ( u_gz_award_punish.empid = u_rs_empinfo.empid ) and
  63. (u_gz_award_punish.billdate >= :first_date) AND
  64. (u_gz_award_punish.billdate <= :end_date) AND
  65. (u_gz_award_punish.flag = :flag OR
  66. :flag = -1)
  67. " arguments=(("first_date", datetime),("end_date", datetime),("flag", number)) sort="u_gz_award_punish_billdate A u_gz_award_punish_billcode A " )
  68. text(band=header alignment="2" text="单据编号" border="2" color="33554432" x="9" y="216" height="56" width="462" html.valueishtml="0" name=u_gz_award_punish_billcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  69. text(band=header alignment="2" text="类型" border="2" color="33554432" x="480" y="216" height="56" width="247" html.valueishtml="0" name=u_gz_award_punish_billtype_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  70. text(band=header alignment="2" text="日期" border="2" color="33554432" x="736" y="216" height="56" width="443" html.valueishtml="0" name=u_gz_award_punish_billdate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  71. text(band=header alignment="2" text="人员编号" border="2" color="33554432" x="1189" y="216" height="56" width="448" html.valueishtml="0" name=u_rs_empinfo_empcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  72. text(band=header alignment="2" text="人员姓名" border="2" color="33554432" x="1646" y="216" height="56" width="521" html.valueishtml="0" name=u_rs_empinfo_empname_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  73. text(band=header alignment="2" text="职务" border="2" color="33554432" x="2176" y="216" height="56" width="329" html.valueishtml="0" name=u_rs_empinfo_duty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  74. text(band=header alignment="2" text="部门" border="2" color="33554432" x="2514" y="216" height="56" width="384" html.valueishtml="0" name=cw_department_departmentname_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  75. text(band=header alignment="2" text="金额" border="2" color="33554432" x="2907" y="216" height="56" width="402" html.valueishtml="0" name=u_gz_award_punish_award_punish_amt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  76. text(band=header alignment="2" text="工资月份" border="2" color="33554432" x="3319" y="216" height="56" width="334" html.valueishtml="0" name=u_gz_award_punish_wagemth_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  77. text(band=header alignment="2" text="奖罚事宜" border="2" color="33554432" x="3662" y="216" height="56" width="658" html.valueishtml="0" name=u_gz_award_punish_reason_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  78. text(band=header alignment="2" text="工资项目" border="2" color="33554432" x="4329" y="216" height="56" width="379" html.valueishtml="0" name=u_gz_wageitem_wagename_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  79. text(band=header alignment="2" text="申请部门" border="2" color="33554432" x="4718" y="216" height="56" width="425" html.valueishtml="0" name=cw_department_departmentname_t_1_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. text(band=header alignment="2" text="申请人" border="2" color="33554432" x="5152" y="216" height="56" width="375" html.valueishtml="0" name=u_gz_award_punish_rep_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. text(band=header alignment="2" text="建立人" border="2" color="33554432" x="5536" y="216" height="56" width="334" html.valueishtml="0" name=u_gz_award_punish_opemp_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. text(band=header alignment="2" text="建立时间" border="2" color="33554432" x="5879" y="216" height="56" width="603" html.valueishtml="0" name=u_gz_award_punish_opdate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. text(band=header alignment="2" text="修改人" border="2" color="33554432" x="6491" y="216" height="56" width="398" html.valueishtml="0" name=u_gz_award_punish_modemp_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  84. text(band=header alignment="2" text="修改时间" border="2" color="33554432" x="6898" y="216" height="56" width="603" html.valueishtml="0" name=u_gz_award_punish_moddate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  85. text(band=header alignment="2" text="审核" border="2" color="33554432" x="7511" y="216" height="56" width="210" html.valueishtml="0" name=u_gz_award_punish_flag_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. text(band=header alignment="2" text="审核人" border="2" color="33554432" x="7730" y="216" height="56" width="338" html.valueishtml="0" name=u_gz_award_punish_auditrep_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  87. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="462" format="[general]" html.valueishtml="0" name=u_gz_award_punish_billcode 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="1" background.color="536870912" )
  88. column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432" x="480" y="4" height="68" width="247" format="[general]" html.valueishtml="0" name=u_gz_award_punish_billtype visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  89. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="736" y="4" height="68" width="443" format="yyyy-mm-dd" html.valueishtml="0" name=u_gz_award_punish_billdate 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="1" background.color="536870912" )
  90. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1189" y="4" height="68" width="448" format="[general]" html.valueishtml="0" name=u_rs_empinfo_empcode 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="1" background.color="536870912" )
  91. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="1646" y="4" height="68" width="521" format="[general]" html.valueishtml="0" name=u_rs_empinfo_empname 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="1" background.color="536870912" )
  92. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="2176" y="4" height="68" width="329" format="[general]" html.valueishtml="0" name=u_rs_empinfo_duty 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="1" background.color="536870912" )
  93. column(band=detail id=10 alignment="2" tabsequence=32766 border="0" color="33554432" x="2514" y="4" height="68" width="384" format="[general]" html.valueishtml="0" name=cw_department_departmentname 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="1" background.color="536870912" )
  94. column(band=detail id=11 alignment="1" tabsequence=32766 border="0" color="33554432" x="2907" y="4" height="68" width="402" format="#,##0.00" html.valueishtml="0" name=u_gz_award_punish_award_punish_amt 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="1" background.color="536870912" )
  95. column(band=detail id=12 alignment="2" tabsequence=32766 border="0" color="33554432" x="3319" y="4" height="68" width="334" format="[general]" html.valueishtml="0" name=u_gz_award_punish_wagemth 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="1" background.color="536870912" )
  96. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="3662" y="4" height="68" width="658" format="[general]" html.valueishtml="0" name=u_gz_award_punish_reason visible="1" edit.limit=200 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="1" background.color="536870912" )
  97. column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="33554432" x="4718" y="4" height="68" width="425" format="[general]" html.valueishtml="0" name=cw_department_departmentname_1 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="1" background.color="536870912" )
  98. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="5152" y="4" height="68" width="375" format="[general]" html.valueishtml="0" name=u_gz_award_punish_rep 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="1" background.color="536870912" )
  99. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="5536" y="4" height="68" width="334" format="[general]" html.valueishtml="0" name=u_gz_award_punish_opemp 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="1" background.color="536870912" )
  100. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="5879" y="4" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_gz_award_punish_opdate 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="1" background.color="536870912" )
  101. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="6491" y="4" height="68" width="398" format="[general]" html.valueishtml="0" name=u_gz_award_punish_modemp 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="1" background.color="536870912" )
  102. column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="6898" y="4" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_gz_award_punish_moddate 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="1" background.color="536870912" )
  103. column(band=detail id=20 alignment="2" tabsequence=32766 border="0" color="33554432" x="7511" y="4" height="68" width="210" format="[general]" html.valueishtml="0" name=u_gz_award_punish_flag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  104. column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="7730" y="4" height="68" width="338" format="[general]" html.valueishtml="0" name=u_gz_award_punish_auditrep 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="1" background.color="536870912" )
  105. column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="4329" y="4" height="68" width="379" format="[general]" html.valueishtml="0" name=u_gz_wageitem_wagename visible="1" edit.limit=0 edit.case=any 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="1" background.color="536870912" )
  106. compute(band=summary alignment="1" expression="sum(u_gz_award_punish_award_punish_amt for all)"border="0" color="33554432" x="2907" y="4" height="56" width="402" format="#,##0.00" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  107. compute(band=summary alignment="2" expression="count(u_gz_award_punish_billcode for all)"border="0" color="33554432" x="9" y="4" height="56" width="462" format="[GENERAL]" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  108. text(band=foreground alignment="0" text="" border="0" color="0" x="0" y="0" height="212" width="9285" html.valueishtml="0" name=title visible="1" resizeable=1 font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
  109. text(band=foreground alignment="0" text="奖罚单明细表" border="0" color="0" x="9" y="4" height="124" width="3035" html.valueishtml="0" name=t_2 visible="1" moveable=1 font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
  110. compute(band=foreground alignment="0" expression="if( flag =0 ,'未审核 ','')+'日期:'+string( first_date ,'yy-mm-dd') +'~~~~'+string( end_date ,'yy-mm-dd') +' 打印日期: '+string(today(),'yyyy-mm-dd')+' 共 '+string(pageCount())+' 页 第 ' + string(page()) + ' 页'"border="0" color="33554432" x="5" y="144" height="56" width="2862" format="[GENERAL]" html.valueishtml="0" name=compute_3 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  111. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="8078" y="4" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_gz_award_punish_auditdate 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="1" background.color="536870912" )
  112. column(band=detail id=24 alignment="0" tabsequence=0 border="0" color="33554432" x="8695" y="4" height="68" width="526" html.valueishtml="0" name=u_gz_award_punish_dealtype visible="1" edit.limit=0 edit.case=any 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="1" background.color="536870912" )
  113. text(band=header alignment="2" text="审核时间" border="2" color="33554432" x="8078" y="216" height="56" width="603" html.valueishtml="0" name=u_gz_award_punish_auditdate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  114. text(band=header alignment="2" text="奖罚方式" border="2" color="33554432" x="8690" y="216" height="56" width="530" html.valueishtml="0" name=u_gz_award_punish_dealtype_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  115. htmltable(border="1" )
  116. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  117. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  118. import.xml()
  119. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )