dw_xls_requestbuy.srd 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. $PBExportHeader$dw_xls_requestbuy.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 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=92 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=104 color="536870912" )
  8. table(column=(type=char(30) updatewhereclause=yes name=requestbuycode dbname="u_requestbuy.requestbuycode" )
  9. column=(type=datetime updatewhereclause=yes name=requestbuydate dbname="u_requestbuy.requestbuydate" )
  10. column=(type=char(30) updatewhereclause=yes name=relcode dbname="u_requestbuy.relcode" )
  11. column=(type=char(250) updatewhereclause=yes name=dscrp dbname="u_requestbuy.dscrp" )
  12. column=(type=long updatewhereclause=yes name=printnum dbname="u_requestbuy.printnum" )
  13. column=(type=datetime updatewhereclause=yes name=accomplishdate dbname="u_requestbuy.accomplishdate" )
  14. column=(type=char(10) updatewhereclause=yes name=finishemp dbname="u_requestbuy.finishemp" )
  15. column=(type=char(10) updatewhereclause=yes name=stopemp dbname="u_requestbuy.stopemp" )
  16. column=(type=char(10) updatewhereclause=yes name=modemp dbname="u_requestbuy.modemp" )
  17. column=(type=datetime updatewhereclause=yes name=moddate dbname="u_requestbuy.moddate" )
  18. column=(type=char(10) updatewhereclause=yes name=opemp dbname="u_requestbuy.opemp" )
  19. column=(type=datetime updatewhereclause=yes name=opdate dbname="u_requestbuy.opdate" )
  20. column=(type=datetime updatewhereclause=yes name=secauditingdate dbname="u_requestbuy.secauditingdate" )
  21. column=(type=char(10) updatewhereclause=yes name=secauditingrep dbname="u_requestbuy.secauditingrep" )
  22. column=(type=char(10) updatewhereclause=yes name=auditingrep dbname="u_requestbuy.auditingrep" )
  23. column=(type=datetime updatewhereclause=yes name=auditingdate dbname="u_requestbuy.auditingdate" )
  24. column=(type=char(10) updatewhereclause=yes name=assign_emp dbname="u_requestbuy.assign_emp" )
  25. retrieve="SELECT requestbuycode, requestbuydate, relcode, dscrp, printnum, accomplishdate,
  26. finishemp, stopemp, modemp, moddate, opemp, opdate, secauditingdate,
  27. secauditingrep, auditingrep, auditingdate, assign_emp
  28. FROM u_requestbuy
  29. where u_requestbuy.scid=:arg_scid and
  30. u_requestbuy.requestbuyid=:arg_requestbuyid" arguments=(("arg_scid", number),("arg_requestbuyid", number)) )
  31. text(band=header alignment="2" text="申购单号" border="0" color="33554432" x="9" y="8" height="60" width="361" html.valueishtml="0" name=requestbuycode_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  32. text(band=header alignment="2" text="申购日期" border="0" color="33554432" x="379" y="8" height="60" width="576" html.valueishtml="0" name=requestbuydate_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  33. text(band=header alignment="2" text="相关号" border="0" color="33554432" x="965" y="8" height="60" width="270" html.valueishtml="0" name=relcode_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  34. text(band=header alignment="2" text="备注" border="0" color="33554432" x="1243" y="8" height="60" width="302" html.valueishtml="0" name=dscrp_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  35. text(band=header alignment="2" text="打印次数" border="0" color="33554432" x="1554" y="8" height="60" width="297" html.valueishtml="0" name=printnum_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  36. text(band=header alignment="2" text="完成时间" border="0" color="33554432" x="1861" y="8" height="60" width="512" html.valueishtml="0" name=accomplishdate_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  37. text(band=header alignment="2" text="完成人" border="0" color="33554432" x="2382" y="8" height="60" width="430" html.valueishtml="0" name=finishemp_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  38. text(band=header alignment="2" text="暂停/中止人" border="0" color="33554432" x="2821" y="8" height="60" width="352" html.valueishtml="0" name=stopemp_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  39. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="3182" y="8" height="60" width="352" html.valueishtml="0" name=modemp_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  40. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="3543" y="8" height="60" width="357" html.valueishtml="0" name=moddate_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  41. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="3909" y="8" height="60" width="352" html.valueishtml="0" name=opemp_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  42. text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="4270" y="8" height="60" width="334" html.valueishtml="0" name=opdate_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  43. text(band=header alignment="2" text="终审时间" border="0" color="33554432" x="4613" y="8" height="60" width="517" html.valueishtml="0" name=secauditingdate_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  44. text(band=header alignment="2" text="终审人" border="0" color="33554432" x="5138" y="8" height="60" width="416" html.valueishtml="0" name=secauditingrep_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  45. text(band=header alignment="2" text="初审人" border="0" color="33554432" x="5563" y="8" height="60" width="379" html.valueishtml="0" name=auditingrep_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  46. text(band=header alignment="2" text="初审时间" border="0" color="33554432" x="5952" y="8" height="60" width="343" html.valueishtml="0" name=auditingdate_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  47. text(band=header alignment="2" text="经手人" border="0" color="33554432" x="6304" y="8" height="60" width="293" html.valueishtml="0" name=assign_emp_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  48. column(band=detail id=1 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="88" width="361" format="[general]" html.valueishtml="0" name=requestbuycode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  49. column(band=detail id=2 alignment="2" tabsequence=32766 border="0" color="33554432" x="379" y="8" height="88" width="576" format="[shortdate] [time]" html.valueishtml="0" name=requestbuydate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  50. column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432" x="965" y="8" height="88" width="270" format="[general]" html.valueishtml="0" name=relcode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  51. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="1243" y="8" height="88" width="302" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  52. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="33554432" x="1554" y="8" height="88" width="297" format="[general]" html.valueishtml="0" name=printnum visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  53. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="33554432" x="1861" y="8" height="88" width="512" format="[shortdate] [time]" html.valueishtml="0" name=accomplishdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  54. column(band=detail id=7 alignment="2" tabsequence=32766 border="0" color="33554432" x="2382" y="8" height="88" width="430" format="[general]" html.valueishtml="0" name=finishemp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  55. column(band=detail id=8 alignment="2" tabsequence=32766 border="0" color="33554432" x="2821" y="8" height="88" width="352" format="[general]" html.valueishtml="0" name=stopemp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  56. column(band=detail id=9 alignment="2" tabsequence=32766 border="0" color="33554432" x="3182" y="8" height="88" width="352" format="[general]" html.valueishtml="0" name=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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  57. column(band=detail id=10 alignment="2" tabsequence=32766 border="0" color="33554432" x="3543" y="8" height="88" width="357" format="[shortdate] [time]" html.valueishtml="0" name=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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  58. column(band=detail id=11 alignment="2" tabsequence=32766 border="0" color="33554432" x="3909" y="8" height="88" width="352" format="[general]" html.valueishtml="0" name=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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  59. column(band=detail id=12 alignment="2" tabsequence=32766 border="0" color="33554432" x="4270" y="8" height="88" width="334" format="[shortdate] [time]" html.valueishtml="0" name=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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  60. column(band=detail id=13 alignment="2" tabsequence=32766 border="0" color="33554432" x="4613" y="8" height="88" width="517" format="[shortdate] [time]" html.valueishtml="0" name=secauditingdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  61. column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="33554432" x="5138" y="8" height="88" width="416" format="[general]" html.valueishtml="0" name=secauditingrep visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  62. column(band=detail id=15 alignment="2" tabsequence=32766 border="0" color="33554432" x="5563" y="8" height="88" width="379" format="[general]" html.valueishtml="0" name=auditingrep visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  63. column(band=detail id=16 alignment="2" tabsequence=32766 border="0" color="33554432" x="5952" y="8" height="88" width="343" format="[shortdate] [time]" html.valueishtml="0" name=auditingdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  64. column(band=detail id=17 alignment="2" tabsequence=32766 border="0" color="33554432" x="6304" y="8" height="88" width="293" format="[general]" html.valueishtml="0" name=assign_emp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  65. htmltable(border="1" )
  66. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  67. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  68. import.xml()
  69. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )