dw_rp_gz_loanwage_edit.srd 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. $PBExportHeader$dw_rp_gz_loanwage_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=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=1876 color="536870912" )
  7. table(column=(type=long updatewhereclause=yes name=u_gz_loanwage_billid dbname="u_gz_loanwage.billid" initial="0" )
  8. column=(type=long updatewhereclause=yes name=u_gz_loanwage_wageid dbname="u_gz_loanwage.wageid" initial="0" )
  9. column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empcode dbname="u_rs_empinfo.Empcode" initial="empty" )
  10. column=(type=datetime updatewhereclause=yes name=u_gz_loanwage_billdate dbname="u_gz_loanwage.billdate" initial="today" )
  11. column=(type=char(200) updatewhereclause=yes name=u_gz_loanwage_loanreason dbname="u_gz_loanwage.loanreason" initial="empty" )
  12. column=(type=decimal(2) updatewhereclause=yes name=u_gz_loanwage_loanamt dbname="u_gz_loanwage.loanamt" initial="0" )
  13. column=(type=char(30) updatewhereclause=yes name=u_gz_loanwage_cardcode dbname="u_gz_loanwage.cardcode" initial="empty" )
  14. column=(type=long updatewhereclause=yes name=u_gz_loanwage_returndate dbname="u_gz_loanwage.returndate" initial="0" )
  15. column=(type=char(255) updatewhereclause=yes name=u_gz_loanwage_dscrp dbname="u_gz_loanwage.dscrp" initial="empty" )
  16. column=(type=long updatewhereclause=yes name=u_gz_loanwage_empid dbname="u_gz_loanwage.empid" initial="0" )
  17. column=(type=char(20) updatewhereclause=yes name=u_gz_loanwage_billcode dbname="u_gz_loanwage.billcode" initial="empty" )
  18. column=(type=long updatewhereclause=yes name=u_gz_loanwage_wagemth dbname="u_gz_loanwage.wagemth" initial="0" )
  19. column=(type=datetime updatewhereclause=yes name=u_gz_loanwage_moddate dbname="u_gz_loanwage.moddate" )
  20. column=(type=char(10) updatewhereclause=yes name=u_gz_loanwage_modemp dbname="u_gz_loanwage.modemp" initial="empty" )
  21. column=(type=datetime updatewhereclause=yes name=u_gz_loanwage_auditdate dbname="u_gz_loanwage.auditdate" )
  22. column=(type=long updatewhereclause=yes name=u_gz_loanwage_flag dbname="u_gz_loanwage.flag" initial="0" values=" 1/ 0" )
  23. column=(type=char(10) updatewhereclause=yes name=u_gz_loanwage_auditrep dbname="u_gz_loanwage.auditrep" initial="empty" )
  24. column=(type=datetime updatewhereclause=yes name=u_gz_loanwage_opdate dbname="u_gz_loanwage.opdate" initial="today" )
  25. column=(type=char(10) updatewhereclause=yes name=u_gz_loanwage_opemp dbname="u_gz_loanwage.opemp" initial="empty" )
  26. column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empname dbname="u_rs_empinfo.Empname" initial="empty" )
  27. column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" )
  28. column=(type=char(10) updatewhereclause=yes name=u_rs_empinfo_duty dbname="u_rs_empinfo.duty" )
  29. column=(type=long updatewhereclause=yes name=u_gz_loanwage_printnum dbname="u_gz_loanwage.printnum" )
  30. retrieve=" SELECT u_gz_loanwage.billid,
  31. u_gz_loanwage.wageid,
  32. u_rs_empinfo.Empcode,
  33. u_gz_loanwage.billdate,
  34. u_gz_loanwage.loanreason,
  35. u_gz_loanwage.loanamt,
  36. u_gz_loanwage.cardcode,
  37. u_gz_loanwage.returndate,
  38. u_gz_loanwage.dscrp,
  39. u_gz_loanwage.empid,
  40. u_gz_loanwage.billcode,
  41. u_gz_loanwage.wagemth,
  42. u_gz_loanwage.moddate,
  43. u_gz_loanwage.modemp,
  44. u_gz_loanwage.auditdate,
  45. u_gz_loanwage.flag,
  46. u_gz_loanwage.auditrep,
  47. u_gz_loanwage.opdate,
  48. u_gz_loanwage.opemp,
  49. u_rs_empinfo.Empname,
  50. cw_department.departmentname,
  51. u_rs_empinfo.duty,
  52. u_gz_loanwage.printnum
  53. FROM u_gz_loanwage,
  54. u_rs_empinfo,
  55. cw_department
  56. WHERE ( u_gz_loanwage.empid = u_rs_empinfo.empid ) and
  57. ( u_rs_empinfo.Deptid = cw_department.departmentid ) and
  58. ( ( u_gz_loanwage.billid = :arg_billid ) )
  59. " arguments=(("arg_billid", number)) )
  60. rectangle(band=detail x="14" y="616" 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" )
  61. rectangle(band=detail x="357" y="616" height="124" width="2606" 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" )
  62. rectangle(band=detail x="357" y="496" height="124" width="517" 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" )
  63. rectangle(band=detail x="14" y="496" height="124" width="347" 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" )
  64. rectangle(band=detail x="357" y="736" height="124" width="2606" 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" )
  65. 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" )
  66. 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" )
  67. 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" )
  68. 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" )
  69. 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" )
  70. 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" )
  71. 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" )
  72. 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" )
  73. text(band=detail alignment="2" text="工号" border="0" color="0" x="1550" y="400" height="72" width="165" 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" )
  74. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="1746" y="400" height="72" width="439" 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" )
  75. text(band=detail alignment="2" text="部 门" border="0" color="0" x="41" y="400" height="72" width="293" 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" )
  76. rectangle(band=detail x="1120" y="496" height="124" width="1097" 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" )
  77. rectangle(band=detail x="869" y="496" height="124" width="256" 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" )
  78. text(band=detail alignment="2" text="职务" border="0" color="0" x="905" y="400" height="72" width="183" 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" )
  79. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="1138" y="400" height="72" width="370" 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" )
  80. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x="2565" y="408" height="68" width="370" 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" )
  81. text(band=detail alignment="2" text="证件" border="0" color="0" x="905" y="520" height="72" width="183" 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" )
  82. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="1138" y="520" height="72" width="1051" format="[general]" html.valueishtml="0" name=u_gz_loanwage_cardcode 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" )
  83. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="2565" y="520" height="72" width="370" format="[general]" html.valueishtml="0" name=u_gz_loanwage_returndate 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" )
  84. text(band=detail alignment="2" text="借支金额" border="0" color="0" x="41" y="520" height="72" width="293" 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" )
  85. column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="0" x="379" y="400" height="72" width="466" 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" )
  86. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0" x="379" y="520" height="72" width="466" format="#,##0.00" html.valueishtml="0" name=u_gz_loanwage_loanamt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00" 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" )
  87. rectangle(band=detail x="14" y="736" height="124" 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" )
  88. text(band=detail alignment="2" text="借款原因" border="0" color="0" x="41" y="644" height="72" width="293" 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" )
  89. text(band=detail alignment="2" text="批 核" border="0" color="0" x="41" y="760" height="72" width="293" 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" )
  90. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0" x="379" y="648" height="68" width="2555" format="[general]" html.valueishtml="0" name=u_gz_loanwage_loanreason visible="1" edit.limit=200 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" )
  91. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="379" y="760" height="68" width="2546" format="[general]" html.valueishtml="0" name=u_gz_loanwage_dscrp visible="1" edit.limit=200 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" )
  92. text(band=detail alignment="1" text="单号:" border="0" color="0" x="2053" y="248" height="72" width="183" 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" )
  93. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="0" x="2240" y="248" height="68" width="585" format="[general]" html.valueishtml="0" name=u_gz_loanwage_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="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  94. text(band=detail alignment="0" text="" border="4" color="0" x="1975" y="896" height="72" width="347" html.valueishtml="0" name=t_7 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="1" text="制单:" border="0" color="0" x="2354" y="896" height="72" width="201" 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" )
  96. column(band=detail id=19 alignment="0" tabsequence=32766 border="4" color="0" x="2565" y="896" height="68" width="370" format="[general]" html.valueishtml="0" name=u_gz_loanwage_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="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  97. text(band=detail alignment="0" text="借款人签名:" border="0" color="0" x="1559" y="896" height="72" width="402" 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" )
  98. text(band=detail alignment="0" text="注:白色联会计 - 存根,红色联出纳 - 存根!" border="0" color="0" x="32" y="896" height="72" width="1458" 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" )
  99. text(band=detail alignment="2" text="姓 名" border="0" color="0" x="2235" y="404" height="72" width="293" 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" )
  100. text(band=detail alignment="2" text="还款月份" border="0" color="0" x="2235" y="520" height="72" width="293" html.valueishtml="0" name=u_gz_loanwage_returndate_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" )
  101. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="0" x="1070" y="248" height="76" width="704" format="yyyy 年 mm 月 dd 日" html.valueishtml="0" name=u_gz_loanwage_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" )
  102. compute(band=detail alignment="0" expression="if( u_gz_loanwage_printnum > 0,'(重复打印-'+string( u_gz_loanwage_printnum )+')','')"border="0" color="0" x="2176" y="72" height="72" width="763" 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" )
  103. text(band=detail alignment="2" text="借支单" border="0" color="0" x="750" y="20" height="124" width="1349" html.valueishtml="0" name=t_1 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" )
  104. 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" )
  105. 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" )
  106. 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" )
  107. 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" )
  108. htmltable(border="1" )
  109. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  110. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  111. import.xml()
  112. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )