dw_rp_gz_cwork_edit.srd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. $PBExportHeader$dw_rp_gz_cwork_edit.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=16777215 processing=0 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 )
  4. summary(height=572 color="536870912" )
  5. footer(height=440 color="536870912" )
  6. detail(height=1536 color="536870912" )
  7. table(column=(type=long updatewhereclause=yes name=u_gz_cwork_billid dbname="u_gz_cwork.billid" initial="0" )
  8. column=(type=long updatewhereclause=yes name=u_gz_cwork_wageid dbname="u_gz_cwork.wageid" initial="0" )
  9. column=(type=long updatewhereclause=yes name=u_gz_cwork_cworkid dbname="u_gz_cwork.cworkid" initial="0" )
  10. column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empcode dbname="u_rs_empinfo.Empcode" initial="empty" )
  11. column=(type=datetime updatewhereclause=yes name=u_gz_cwork_billdate dbname="u_gz_cwork.billdate" initial="today" )
  12. column=(type=decimal(2) updatewhereclause=yes name=u_gz_cwork_amt dbname="u_gz_cwork.amt" initial="0" )
  13. column=(type=long updatewhereclause=yes name=u_gz_cwork_wagemth dbname="u_gz_cwork.wagemth" initial="0" )
  14. column=(type=datetime updatewhereclause=yes name=u_gz_cwork_begindate dbname="u_gz_cwork.begindate" initial="today" )
  15. column=(type=datetime updatewhereclause=yes name=u_gz_cwork_enddate dbname="u_gz_cwork.enddate" initial="today" )
  16. column=(type=char(200) updatewhereclause=yes name=u_gz_cwork_reason dbname="u_gz_cwork.reason" initial="empty" )
  17. column=(type=char(100) updatewhereclause=yes name=u_gz_cwork_deptidea dbname="u_gz_cwork.deptidea" initial="empty" )
  18. column=(type=char(100) updatewhereclause=yes name=u_gz_cwork_idea dbname="u_gz_cwork.idea" initial="empty" )
  19. column=(type=long updatewhereclause=yes name=u_gz_cwork_empid dbname="u_gz_cwork.empid" initial="0" )
  20. column=(type=char(20) updatewhereclause=yes name=u_gz_cwork_billcode dbname="u_gz_cwork.billcode" initial="empty" )
  21. column=(type=datetime updatewhereclause=yes name=u_gz_cwork_moddate dbname="u_gz_cwork.moddate" )
  22. column=(type=char(10) updatewhereclause=yes name=u_gz_cwork_modemp dbname="u_gz_cwork.modemp" initial="empty" )
  23. column=(type=datetime updatewhereclause=yes name=u_gz_cwork_auditdate dbname="u_gz_cwork.auditdate" )
  24. column=(type=long updatewhereclause=yes name=u_gz_cwork_flag dbname="u_gz_cwork.flag" initial="0" values=" 1/ 0" )
  25. column=(type=char(10) updatewhereclause=yes name=u_gz_cwork_auditrep dbname="u_gz_cwork.auditrep" initial="empty" )
  26. column=(type=char(10) updatewhereclause=yes name=u_gz_cwork_opemp dbname="u_gz_cwork.opemp" initial="empty" )
  27. column=(type=datetime updatewhereclause=yes name=u_gz_cwork_opdate dbname="u_gz_cwork.opdate" initial="today" )
  28. column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empname dbname="u_rs_empinfo.Empname" initial="empty" )
  29. column=(type=char(10) updatewhereclause=yes name=u_rs_empinfo_duty dbname="u_rs_empinfo.duty" initial="empty" )
  30. column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" initial="empty" )
  31. column=(type=long updatewhereclause=yes name=u_gz_cwork_printnum dbname="u_gz_cwork.printnum" initial="0" )
  32. retrieve=" SELECT u_gz_cwork.billid,
  33. u_gz_cwork.wageid,
  34. u_gz_cwork.cworkid,
  35. u_rs_empinfo.Empcode,
  36. u_gz_cwork.billdate,
  37. u_gz_cwork.amt,
  38. u_gz_cwork.wagemth,
  39. u_gz_cwork.begindate,
  40. u_gz_cwork.enddate,
  41. u_gz_cwork.reason,
  42. u_gz_cwork.deptidea,
  43. u_gz_cwork.idea,
  44. u_gz_cwork.empid,
  45. u_gz_cwork.billcode,
  46. u_gz_cwork.moddate,
  47. u_gz_cwork.modemp,
  48. u_gz_cwork.auditdate,
  49. u_gz_cwork.flag,
  50. u_gz_cwork.auditrep,
  51. u_gz_cwork.opemp,
  52. u_gz_cwork.opdate,
  53. u_rs_empinfo.Empname,
  54. u_rs_empinfo.duty,
  55. cw_department.departmentname,
  56. u_gz_cwork.printnum
  57. FROM u_gz_cwork,
  58. u_rs_empinfo ,
  59. cw_department
  60. WHERE ( u_gz_cwork.empid = u_rs_empinfo.empid )
  61. and ( u_rs_empinfo.deptid = cw_department.departmentid )
  62. and ( u_gz_cwork.billid = :arg_billid )
  63. " arguments=(("arg_billid", number)) )
  64. rectangle(band=detail x="14" y="736" height="516" width="347" name=r_18 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  65. rectangle(band=detail x="357" y="736" height="516" width="1179" name=r_17 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  66. rectangle(band=detail x="1531" y="736" height="260" width="347" name=r_21 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  67. rectangle(band=detail x="1874" y="736" height="260" width="1088" name=r_22 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  68. rectangle(band=detail x="1874" y="992" height="260" width="1088" name=r_24 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  69. rectangle(band=detail x="1531" y="992" height="260" width="347" name=r_23 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  70. rectangle(band=detail x="1531" y="376" height="124" width="201" name=r_8 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  71. rectangle(band=detail x="2213" y="496" height="124" width="338" name=r_15 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  72. rectangle(band=detail x="1531" y="616" height="124" width="347" name=r_20 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  73. rectangle(band=detail x="1874" y="616" height="124" width="1088" name=r_19 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  74. rectangle(band=detail x="357" y="616" height="124" width="1179" name=r_13 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  75. rectangle(band=detail x="14" y="616" height="124" width="347" name=r_14 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  76. rectangle(band=detail x="357" y="496" height="124" width="517" name=r_3 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  77. rectangle(band=detail x="14" y="496" height="124" width="347" name=r_4 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  78. rectangle(band=detail x="357" y="376" height="124" width="517" name=r_2 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  79. rectangle(band=detail x="14" y="376" height="124" width="347" name=r_1 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  80. rectangle(band=detail x="869" y="496" height="124" width="256" name=r_12 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  81. rectangle(band=detail x="1120" y="496" height="124" width="1097" name=r_11 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  82. rectangle(band=detail x="2546" y="376" height="124" width="416" name=r_9 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  83. rectangle(band=detail x="2213" y="376" height="124" width="338" name=r_10 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  84. rectangle(band=detail x="2546" y="496" height="124" width="416" name=r_16 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  85. line(band=detail x1="832" y1="168" x2="2016" y2="168" name=l_1 visible="1" pen.style="0" pen.width="5" pen.color="0" background.mode="2" background.color="1073741824" )
  86. line(band=detail x1="832" y1="180" x2="2016" y2="180" name=l_2 visible="1" pen.style="0" pen.width="5" pen.color="0" background.mode="2" background.color="1073741824" )
  87. text(band=detail alignment="2" text="考勤单" border="0" color="0" x="754" y="20" height="124" width="1349" html.valueishtml="0" name=t_7 visible="1" font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  88. compute(band=detail alignment="0" expression="if( u_gz_cwork_printnum > 0,'(重复打印-'+string( u_gz_cwork_printnum )+')','')"border="0" color="0" x="2126" y="64" height="76" width="823" format="[GENERAL]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  89. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="0" x="2336" y="232" height="80" width="622" format="[general]" html.valueishtml="0" name=u_gz_cwork_billcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  90. text(band=detail alignment="1" text="单号:" border="0" color="0" x="2126" y="232" height="80" width="201" html.valueishtml="0" name=u_gz_loanwage_billcode_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  91. rectangle(band=detail x="1120" y="376" height="124" width="416" name=r_5 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  92. rectangle(band=detail x="869" y="376" height="124" width="256" name=r_6 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  93. rectangle(band=detail x="1728" y="376" height="124" width="489" name=r_7 visible="1" brush.hatch="6" brush.color="16777215" pen.style="0" pen.width="5" pen.color="33554432" background.mode="2" background.color="16777215" )
  94. text(band=detail alignment="2" text="工号" border="0" color="0" x="1550" y="400" height="80" width="155" html.valueishtml="0" name=u_rs_empinfo_empcode_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  95. text(band=detail alignment="2" text="工资月份" border="0" color="0" x="2226" y="520" height="72" width="306" html.valueishtml="0" name=u_gz_loanwage_wagemth_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  96. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="0" x="923" y="232" height="80" width="1006" format="yyyy 年 mm 月 dd 日" html.valueishtml="0" name=u_gz_cwork_billdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  97. text(band=detail alignment="2" text="考勤项目" border="0" color="0" x="32" y="520" height="80" width="306" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  98. text(band=detail alignment="2" text="部 门" border="0" color="0" x="32" y="400" height="80" width="306" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  99. column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="0" x="375" y="400" height="80" width="485" 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="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  100. text(band=detail alignment="2" text="职务" border="0" color="0" x="887" y="400" height="80" width="219" html.valueishtml="0" name=t_3 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  101. column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="0" x="1138" y="400" height="80" width="384" format="[general]" html.valueishtml="0" name=u_rs_empinfo_duty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  102. text(band=detail alignment="2" text="金额" border="0" color="0" x="887" y="520" height="80" width="219" html.valueishtml="0" name=u_gz_loanwage_loanamt_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  103. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0" x="1138" y="520" height="80" width="1051" format="#,##0.00" html.valueishtml="0" name=u_gz_cwork_amt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00" edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  104. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="1742" y="400" height="80" width="457" 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="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  105. text(band=detail alignment="2" text="姓名" border="0" color="0" x="2226" y="400" height="80" width="306" html.valueishtml="0" name=u_rs_empinfo_empname_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  106. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="2565" y="400" height="80" width="379" 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="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  107. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="2565" y="520" height="80" width="379" format="[general]" html.valueishtml="0" name=u_gz_cwork_wagemth visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  108. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="375" y="520" height="80" width="485" format="[general]" html.valueishtml="0" name=u_gz_cwork_cworkid visible="1" dddw.name=dddw_cworkitem dddw.displaycolumn=cworkname dddw.datacolumn=cworkid dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  109. text(band=detail alignment="1" text="开始时间" border="0" color="0" x="32" y="640" height="80" width="306" html.valueishtml="0" name=t_4 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  110. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="375" y="640" height="80" width="1143" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_gz_cwork_begindate visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd hh:mm" edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  111. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="1893" y="640" height="80" width="1047" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_gz_cwork_enddate visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd hh:mm" edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  112. text(band=detail alignment="1" text="事 由" border="0" color="0" x="32" y="752" height="72" width="306" html.valueishtml="0" name=u_gz_loanwage_cardcode_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  113. text(band=detail alignment="2" text="结束时间" border="0" color="0" x="1554" y="640" height="80" width="306" html.valueishtml="0" name=t_5 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  114. text(band=detail alignment="2" text="主管" border="0" color="0" x="1554" y="752" height="72" width="306" html.valueishtml="0" name=u_gz_loanwage_dscrp_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  115. text(band=detail alignment="2" text="部门" border="0" color="0" x="1554" y="828" height="72" width="306" html.valueishtml="0" name=t_6 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  116. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="379" y="752" height="480" width="1134" format="[general]" html.valueishtml="0" name=u_gz_cwork_reason visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  117. text(band=detail alignment="2" text="意见" border="0" color="0" x="1554" y="904" height="72" width="306" html.valueishtml="0" name=t_8 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  118. text(band=detail alignment="2" text="批示" border="0" color="0" x="1554" y="1024" height="72" width="306" html.valueishtml="0" name=u_gz_loanwage_loanreason_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  119. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="0" x="1893" y="752" height="224" width="1047" format="[general]" html.valueishtml="0" name=u_gz_cwork_deptidea visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  120. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="0" x="1893" y="1008" height="224" width="1047" format="[general]" html.valueishtml="0" name=u_gz_cwork_idea visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  121. column(band=detail id=21 alignment="0" tabsequence=32766 border="4" color="0" x="375" y="1276" height="80" width="677" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_gz_cwork_opdate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  122. text(band=detail alignment="1" text="建立人:" border="0" color="0" x="1079" y="1276" height="72" width="274" html.valueishtml="0" name=u_gz_loanwage_opemp_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  123. text(band=detail alignment="1" text="签名:" border="0" color="0" x="2039" y="1276" height="72" width="219" html.valueishtml="0" name=t_9 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  124. column(band=detail id=20 alignment="0" tabsequence=32766 border="4" color="0" x="1362" y="1276" height="80" width="421" format="[general]" html.valueishtml="0" name=u_gz_cwork_opemp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  125. text(band=detail alignment="1" text="" border="4" color="0" x="2267" y="1276" height="72" width="384" html.valueishtml="0" name=t_10 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  126. text(band=detail alignment="0" text="制单时间:" border="0" color="0" x="23" y="1276" height="72" width="343" html.valueishtml="0" name=u_gz_loanwage_opdate_t visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  127. text(band=detail alignment="0" text="注:白色联会计存根,红色联出纳存根!" border="0" color="0" x="23" y="1384" height="72" width="1221" html.valueishtml="0" name=t_11 visible="1" font.face="宋体" font.height="-12" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  128. htmltable(border="1" )
  129. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  130. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  131. import.xml()
  132. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )