dw_rp_gz_award_punish_edit.srd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. $PBExportHeader$dw_rp_gz_award_punish_edit.srd
  2. release 9;
  3. datawindow ( units=1 timer_interval=0 color=16777215 processing=0 print.orientation=0 print.margin.left=24 print.margin.right=24 print.margin.top=24 print.margin.bottom=24 print.paper.size=0 print.paper.source=0 selected.mouse=no)
  4. header(height=0 color="?" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=293 color="536870912" height.autosize=yes)
  8. table(column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_billid dbname="u_gz_award_punish.billid"
  9. values="奖罚单表-单据ID /" )
  10. column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_wageid dbname="u_gz_award_punish.wageid"
  11. values="奖罚单表-工资项目ID /" )
  12. column=(type=char(30) updatewhereclause=yes initial="null" name=u_rs_empinfo_empcode dbname="u_rs_empinfo.Empcode" )
  13. column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_billtype dbname="u_gz_award_punish.billtype"
  14. values="" )
  15. column=(type=datetime updatewhereclause=yes initial="null" name=u_gz_award_punish_billdate dbname="u_gz_award_punish.billdate" )
  16. column=(type=decimal(2) updatewhereclause=yes initial="null" name=u_gz_award_punish_award_punish_amt dbname="u_gz_award_punish.award_punish_amt" )
  17. column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_wagemth dbname="u_gz_award_punish.wagemth" )
  18. column=(type=char(200) updatewhereclause=yes initial="null" name=u_gz_award_punish_reason dbname="u_gz_award_punish.reason" )
  19. column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_deptid dbname="u_gz_award_punish.deptid"
  20. values="" )
  21. column=(type=char(30) updatewhereclause=yes initial="null" name=u_gz_award_punish_rep dbname="u_gz_award_punish.rep" )
  22. column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_empid dbname="u_gz_award_punish.empid"
  23. values="奖罚单表-员工ID /" )
  24. column=(type=char(20) updatewhereclause=yes initial="null" name=u_gz_award_punish_billcode dbname="u_gz_award_punish.billcode" )
  25. column=(type=datetime updatewhereclause=yes initial="null" name=u_gz_award_punish_moddate dbname="u_gz_award_punish.moddate"
  26. values="奖罚单表-修改时间 /" )
  27. column=(type=char(10) updatewhereclause=yes initial="null" name=u_gz_award_punish_modemp dbname="u_gz_award_punish.modemp"
  28. values="奖罚单表-修改人 /" )
  29. column=(type=datetime updatewhereclause=yes initial="null" name=u_gz_award_punish_auditdate dbname="u_gz_award_punish.auditdate"
  30. values="奖罚单表-审核时间 /" )
  31. column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_flag dbname="u_gz_award_punish.flag"
  32. values="奖罚单表-审核标记 /" )
  33. column=(type=char(10) updatewhereclause=yes initial="null" name=u_gz_award_punish_auditrep dbname="u_gz_award_punish.auditrep"
  34. values="奖罚单表-审核人 /" )
  35. column=(type=char(10) updatewhereclause=yes initial="null" name=u_gz_award_punish_opemp dbname="u_gz_award_punish.opemp" )
  36. column=(type=datetime updatewhereclause=yes initial="null" name=u_gz_award_punish_opdate dbname="u_gz_award_punish.opdate" )
  37. column=(type=char(30) updatewhereclause=yes initial="null" name=u_rs_empinfo_empname dbname="u_rs_empinfo.Empname" )
  38. column=(type=char(10) updatewhereclause=yes initial="null" name=u_rs_empinfo_duty dbname="u_rs_empinfo.duty"
  39. values="" )
  40. column=(type=long updatewhereclause=yes initial="null" name=u_rs_empinfo_deptid dbname="u_rs_empinfo.deptid"
  41. values="" )
  42. column=(type=char(30) updatewhereclause=yes initial="null" name=cw_department_departmentname dbname="cw_department.departmentname"
  43. values="部门定义表-部门名称 /" )
  44. column=(type=long updatewhereclause=yes initial="null" name=u_gz_award_punish_printnum dbname="u_gz_award_punish.printnum"
  45. values="奖罚单表-打印次数 /" )
  46. retrieve="SELECT u_gz_award_punish.billid,
  47. u_gz_award_punish.wageid,
  48. u_rs_empinfo.Empcode,
  49. u_gz_award_punish.billtype,
  50. u_gz_award_punish.billdate,
  51. u_gz_award_punish.award_punish_amt,
  52. u_gz_award_punish.wagemth,
  53. u_gz_award_punish.reason,
  54. u_gz_award_punish.deptid,
  55. u_gz_award_punish.rep,
  56. u_gz_award_punish.empid,
  57. u_gz_award_punish.billcode,
  58. u_gz_award_punish.moddate,
  59. u_gz_award_punish.modemp,
  60. u_gz_award_punish.auditdate,
  61. u_gz_award_punish.flag,
  62. u_gz_award_punish.auditrep,
  63. u_gz_award_punish.opemp,
  64. u_gz_award_punish.opdate,
  65. u_rs_empinfo.Empname,
  66. u_rs_empinfo.duty,
  67. u_rs_empinfo.deptid,
  68. cw_department.departmentname,
  69. u_gz_award_punish.printnum
  70. FROM u_gz_award_punish left outer join u_rs_empinfo on u_gz_award_punish.empid = u_rs_empinfo.empid
  71. left outer join cw_department on u_gz_award_punish.deptid = cw_department.departmentid
  72. WHERE u_gz_award_punish.billid = :arg_billid
  73. "
  74. arguments=(("arg_billid", number))
  75. )
  76. rectangle(name=r_12 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="3" y="124" height="31" width="76" )
  77. rectangle(name=r_16 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="557" y="124" height="31" width="91" )
  78. rectangle(name=r_15 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="484" y="124" height="31" width="74" )
  79. rectangle(name=r_4 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="3" y="154" height="77" width="76" )
  80. rectangle(name=r_9 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="557" y="94" height="31" width="91" )
  81. rectangle(name=r_10 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="484" y="94" height="31" width="74" )
  82. rectangle(name=r_8 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="335" y="94" height="31" width="44" )
  83. rectangle(name=r_5 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="245" y="94" height="31" width="91" )
  84. rectangle(name=r_6 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="190" y="94" height="31" width="56" )
  85. rectangle(name=r_2 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="78" y="94" height="31" width="113" )
  86. rectangle(name=r_1 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="3" y="94" height="31" width="76" )
  87. line(name=l_1 visible="1" band=detail background.mode="2" background.color="1073741824" pen.style="0" pen.width="1" pen.color="0" x1="182" y1="42" x2="441" y2="42" )
  88. line(name=l_2 visible="1" band=detail background.mode="2" background.color="1073741824" pen.style="0" pen.width="1" pen.color="0" x1="182" y1="45" x2="441" y2="45" )
  89. compute(name=compute_1 visible="1" tag="if( u_gz_award_punish_printnum > 0,'(重复打印-'+string( u_gz_award_punish_printnum )+')','')" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="2" background.color="1073741824" color="0" x="465" y="15" height="20" width="242" format="[GENERAL]" expression="if( u_gz_award_punish_printnum > 0,'(重复打印-'+string( u_gz_award_punish_printnum )+')','')" alignment="0" border="0" crosstab.repeat=no )
  90. column(name=u_rs_empinfo_duty visible="1" tag="u_rs_empinfo_duty" band=detail id=21 x="248" y="100" height="18" width="84" color="0" border="0" alignment="0" format="[general]" protect="0" dddw.allowedit=no dddw.autohscroll=no dddw.autoretrieve=yes dddw.useasborder=no dddw.datacolumn=tbfields_script_static_script dddw.displaycolumn=tbfields_script_static_script dddw.hscrollbar=no dddw.hsplitscroll=no dddw.imemode=0 dddw.limit=0 dddw.name=dddw_duty dddw.nilisnull=no dddw.percentwidth=0 dddw.required=no dddw.showlist=no dddw.vscrollbar=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  91. text(name=u_rs_empinfo_empcode_t visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="338" y="100" height="18" width="35" text="工号" )
  92. column(name=u_rs_empinfo_deptid visible="1" tag="u_rs_empinfo_deptid" band=detail id=22 x="82" y="100" height="18" width="104" color="0" border="0" alignment="0" format="[general]" protect="0" dddw.allowedit=no dddw.autohscroll=no dddw.autoretrieve=yes dddw.useasborder=no dddw.datacolumn=departmentid dddw.displaycolumn=departmentname dddw.hscrollbar=no dddw.hsplitscroll=no dddw.imemode=0 dddw.limit=0 dddw.name=dddw_dept dddw.nilisnull=no dddw.percentwidth=0 dddw.required=no dddw.showlist=no dddw.vscrollbar=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  93. column(name=u_rs_empinfo_empname visible="1" tag="u_rs_empinfo_empname" band=detail id=20 x="560" y="100" height="18" width="84" color="0" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=30 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  94. text(name=u_rs_empinfo_empname_t visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="488" y="100" height="18" width="66" text="姓 名" )
  95. text(name=t_3 visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="0" alignment="1" border="0" x="8" y="100" height="18" width="66" text="部 门" )
  96. text(name=u_gz_loanwage_loanamt_t visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="8" y="131" height="18" width="66" text="奖罚金额" )
  97. text(name=u_gz_loanwage_loanreason_t visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="8" y="158" height="18" width="66" text="奖罚事宜" )
  98. text(name=t_2 visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="0" alignment="0" border="0" x="196" y="100" height="18" width="43" text="职务" )
  99. column(name=u_gz_award_punish_wagemth visible="1" tag="u_gz_award_punish_wagemth" band=detail id=7 x="560" y="131" height="18" width="84" color="0" border="0" alignment="2" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  100. text(name=u_gz_loanwage_wagemth_t visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="488" y="131" height="18" width="66" text="工资月份" )
  101. text(name=u_gz_loanwage_dscrp_t visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="0" x="8" y="237" height="18" width="72" text="申请部门:" )
  102. column(name=u_gz_award_punish_deptid visible="1" tag="u_gz_award_punish_deptid" slideup=allabove band=detail id=9 x="80" y="237" height="20" width="113" color="0" border="4" alignment="0" format="[general]" protect="0" dddw.allowedit=no dddw.autohscroll=no dddw.autoretrieve=yes dddw.useasborder=no dddw.datacolumn=departmentid dddw.displaycolumn=departmentname dddw.hscrollbar=no dddw.hsplitscroll=no dddw.imemode=0 dddw.limit=0 dddw.name=dddw_dept dddw.nilisnull=no dddw.percentwidth=0 dddw.required=no dddw.showlist=no dddw.vscrollbar=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  103. text(name=u_gz_loanwage_returndate_t visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="0" x="196" y="237" height="18" width="72" text="申 请 人:" )
  104. text(name=u_gz_loanwage_opdate_t visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="0" x="8" y="266" height="18" width="72" text="制单日期:" )
  105. column(name=u_gz_award_punish_opdate visible="1" tag="u_gz_award_punish_opdate" slideup=allabove band=detail id=19 x="81" y="266" height="20" width="112" color="0" border="4" alignment="0" format="yyyy-mm-dd hh:Mm" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  106. text(name=u_gz_loanwage_opemp_t visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="0" x="196" y="266" height="18" width="72" text="制 单 人:" )
  107. column(name=u_gz_award_punish_opemp visible="1" tag="u_gz_award_punish_opemp" slideup=allabove band=detail id=18 x="269" y="266" height="20" width="104" color="0" border="4" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  108. column(name=u_gz_award_punish_rep visible="1" tag="u_gz_award_punish_rep" slideup=allabove band=detail id=10 x="269" y="237" height="20" width="104" color="0" border="4" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  109. text(name=t_6 visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="4" x="423" y="268" height="18" width="86" text="" )
  110. text(name=t_7 visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="4" x="559" y="268" height="18" width="84" text="" )
  111. text(name=t_5 visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="513" y="268" height="18" width="44" text="批示:" )
  112. rectangle(name=r_3 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="78" y="154" height="77" width="570" )
  113. rectangle(name=r_11 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="78" y="124" height="31" width="407" )
  114. rectangle(name=r_7 visible="1" band=detail pen.style="0" pen.width="1" pen.color="33554432" brush.hatch="6" brush.color="16777215" background.mode="2" background.color="16777215" x="378" y="94" height="31" width="107" )
  115. column(name=u_rs_empinfo_empcode visible="1" tag="u_rs_empinfo_empcode" band=detail id=3 x="382" y="100" height="18" width="98" color="0" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=30 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  116. column(name=u_gz_award_punish_award_punish_amt visible="1" tag="u_gz_award_punish_award_punish_amt" band=detail id=6 x="82" y="131" height="18" width="395" color="0" border="0" alignment="0" format="#,##0.00" protect="0" edit.format="#,##0.00" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  117. column(name=u_gz_award_punish_reason visible="1" tag="u_gz_award_punish_reason" height.autosize=yes band=detail id=8 x="82" y="158" height="69" width="562" color="0" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  118. text(name=t_1 visible="1" slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="376" y="268" height="18" width="44" text="核查:" )
  119. text(name=t_8 visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="0" x="376" y="239" height="18" width="267" text="注:白色联会计存根,红色联出纳存根!" )
  120. text(name=u_gz_loanwage_billcode_t visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="0" border="0" x="431" y="60" height="19" width="46" text="单号:" )
  121. column(name=u_gz_award_punish_billtype visible="1" tag="u_gz_award_punish_billtype" band=detail id=4 x="477" y="60" height="19" width="24" color="0" border="0" alignment="2" format="[general]" protect="0" ddlb.allowedit=no ddlb.autohscroll=no ddlb.imemode=0 ddlb.limit=0 ddlb.showlist=no ddlb.sorted=no ddlb.useasborder=no ddlb.vscrollbar=no ddlb.nilisnull=no ddlb.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  122. column(name=u_gz_award_punish_billcode visible="1" tag="u_gz_award_punish_billcode" band=detail id=12 x="502" y="60" height="19" width="144" color="0" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  123. text(name=t_4 visible="1" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-20" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="164" y="5" height="31" width="295" text="奖罚单" )
  124. column(name=u_gz_award_punish_billdate visible="1" tag="u_gz_award_punish_billdate" band=detail id=5 x="215" y="60" height="19" width="193" color="0" border="0" alignment="2" format="yyyy 年 mm 月 dd 日" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="400" tabsequence=0 )
  125. htmltable()
  126. htmlgen()
  127. export.xml(metadatatype=0 savemetadata=0 )
  128. import.xml()
  129. export.pdf(method=0 )