dw_xls_spt_amerce.srd 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. $PBExportHeader$dw_xls_spt_amerce.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=168 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(20) updatewhereclause=yes name=u_spt_amerce_billcode dbname="u_spt_amerce.Billcode" )
  9. column=(type=datetime updatewhereclause=yes name=u_spt_amerce_billdate dbname="u_spt_amerce.billdate" )
  10. column=(type=decimal(2) updatewhereclause=yes name=u_spt_amerce_amerceamt dbname="u_spt_amerce.amerceamt" )
  11. column=(type=char(255) updatewhereclause=yes name=u_spt_amerce_amercereason dbname="u_spt_amerce.amercereason" )
  12. column=(type=char(30) updatewhereclause=yes name=u_spt_amerce_relcode dbname="u_spt_amerce.relcode" )
  13. column=(type=char(30) updatewhereclause=yes name=u_spt_amerce_inrep dbname="u_spt_amerce.inrep" )
  14. column=(type=long updatewhereclause=yes name=u_spt_amerce_printnum dbname="u_spt_amerce.printnum" )
  15. column=(type=char(10) updatewhereclause=yes name=u_spt_amerce_auditrep dbname="u_spt_amerce.auditrep" )
  16. column=(type=datetime updatewhereclause=yes name=u_spt_amerce_auditdate dbname="u_spt_amerce.auditdate" )
  17. column=(type=datetime updatewhereclause=yes name=u_spt_amerce_opdate dbname="u_spt_amerce.Opdate" )
  18. column=(type=char(10) updatewhereclause=yes name=u_spt_amerce_opemp dbname="u_spt_amerce.Opemp" )
  19. column=(type=datetime updatewhereclause=yes name=u_spt_amerce_moddate dbname="u_spt_amerce.moddate" )
  20. column=(type=char(10) updatewhereclause=yes name=u_spt_amerce_modemp dbname="u_spt_amerce.modemp" )
  21. column=(type=char(50) updatewhereclause=yes name=u_spt_name dbname="u_spt.name" )
  22. column=(type=char(20) updatewhereclause=yes name=u_spt_rep dbname="u_spt.rep" )
  23. column=(type=char(100) updatewhereclause=yes name=u_spt_tele dbname="u_spt.tele" )
  24. column=(type=char(100) updatewhereclause=yes name=u_spt_tele1 dbname="u_spt.tele1" )
  25. column=(type=char(100) updatewhereclause=yes name=u_spt_address dbname="u_spt.address" )
  26. column=(type=char(30) updatewhereclause=yes name=u_spt_faxno dbname="u_spt.faxno" )
  27. column=(type=char(50) updatewhereclause=yes name=u_spt_email dbname="u_spt.email" )
  28. column=(type=char(30) updatewhereclause=yes name=cw_banktype_banktypename dbname="cw_banktype.banktypename" )
  29. column=(type=char(20) updatewhereclause=yes name=u_spt_sptcode dbname="u_spt.sptcode" )
  30. retrieve="SELECT u_spt_amerce.Billcode, u_spt_amerce.billdate, u_spt_amerce.amerceamt,
  31. u_spt_amerce.amercereason, u_spt_amerce.relcode, u_spt_amerce.inrep,
  32. u_spt_amerce.printnum, u_spt_amerce.auditrep, u_spt_amerce.auditdate,
  33. u_spt_amerce.Opdate, u_spt_amerce.Opemp, u_spt_amerce.moddate,
  34. u_spt_amerce.modemp, u_spt.name, u_spt.rep, u_spt.tele, u_spt.tele1,
  35. u_spt.address, u_spt.faxno, u_spt.email,
  36. cw_banktype.banktypename,u_spt.sptcode
  37. FROM u_spt_amerce INNER JOIN
  38. u_spt ON u_spt_amerce.sptid = u_spt.sptid INNER JOIN
  39. cw_banktype ON u_spt_amerce.banktypeid = cw_banktype.banktypeid
  40. where u_spt_amerce.scid=:arg_scid and
  41. u_spt_amerce.billid=:arg_billid" arguments=(("arg_scid", number),("arg_billid", number)) )
  42. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="9" y="8" height="68" width="453" html.valueishtml="0" name=u_spt_amerce_billcode_t visible="1" font.face="宋体" font.height="-11" 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="471" y="8" height="68" width="425" html.valueishtml="0" name=u_spt_amerce_billdate_t visible="1" font.face="宋体" font.height="-11" 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="905" y="8" height="68" width="448" html.valueishtml="0" name=u_spt_amerce_amerceamt_t visible="1" font.face="宋体" font.height="-11" 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="1362" y="8" height="68" width="416" html.valueishtml="0" name=u_spt_amerce_amercereason_t visible="1" font.face="宋体" font.height="-11" 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="1787" y="8" height="68" width="421" html.valueishtml="0" name=u_spt_amerce_relcode_t visible="1" font.face="宋体" font.height="-11" 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="2217" y="8" height="68" width="443" html.valueishtml="0" name=u_spt_amerce_inrep_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  48. text(band=header alignment="2" text="打印次数" border="0" color="33554432" x="2670" y="8" height="68" width="448" html.valueishtml="0" name=u_spt_amerce_printnum_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  49. text(band=header alignment="2" text="审核人" border="0" color="33554432" x="3127" y="8" height="68" width="448" html.valueishtml="0" name=u_spt_amerce_auditrep_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  50. text(band=header alignment="2" text="审核时间" border="0" color="33554432" x="3584" y="8" height="68" width="439" html.valueishtml="0" name=u_spt_amerce_auditdate_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  51. text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="4032" y="8" height="68" width="475" html.valueishtml="0" name=u_spt_amerce_opdate_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  52. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="4517" y="8" height="68" width="448" html.valueishtml="0" name=u_spt_amerce_opemp_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  53. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="4974" y="8" height="68" width="421" html.valueishtml="0" name=u_spt_amerce_moddate_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  54. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="5403" y="8" height="68" width="448" html.valueishtml="0" name=u_spt_amerce_modemp_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  55. text(band=header alignment="2" text="供应商名称" border="0" color="33554432" x="5861" y="8" height="68" width="407" html.valueishtml="0" name=u_spt_name_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  56. text(band=header alignment="2" text="联系人" border="0" color="33554432" x="6277" y="8" height="68" width="503" html.valueishtml="0" name=u_spt_rep_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  57. text(band=header alignment="2" text="联系电话" border="0" color="33554432" x="6789" y="8" height="68" width="411" html.valueishtml="0" name=u_spt_tele_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  58. text(band=header alignment="2" text="手机" border="0" color="33554432" x="7209" y="8" height="68" width="393" html.valueishtml="0" name=u_spt_tele1_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  59. text(band=header alignment="2" text="地址" border="0" color="33554432" x="7611" y="8" height="68" width="549" html.valueishtml="0" name=u_spt_address_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  60. text(band=header alignment="2" text="传真" border="0" color="33554432" x="8169" y="8" height="68" width="498" html.valueishtml="0" name=u_spt_faxno_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  61. text(band=header alignment="2" text="Email" border="0" color="33554432" x="8677" y="8" height="68" width="443" html.valueishtml="0" name=u_spt_email_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  62. text(band=header alignment="2" text="结算方式" border="0" color="33554432" x="9134" y="8" height="68" width="434" html.valueishtml="0" name=cw_banktype_banktypename_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  63. text(band=header alignment="0" text="供应商编号" border="0" color="33554432" x="9577" y="4" height="76" width="731" html.valueishtml="0" name=u_spt_sptcode_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  64. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="88" width="453" format="[general]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  65. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="471" y="8" height="88" width="425" format="[shortdate] [time]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  66. column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="905" y="8" height="88" width="448" format="[general]" html.valueishtml="0" name=u_spt_amerce_amerceamt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  67. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1362" y="8" height="88" width="416" format="[general]" html.valueishtml="0" name=u_spt_amerce_amercereason visible="1" edit.limit=200 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  68. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1787" y="8" height="88" width="421" format="[general]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  69. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="2217" y="8" height="88" width="443" format="[general]" html.valueishtml="0" name=u_spt_amerce_inrep visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  70. column(band=detail id=7 alignment="1" tabsequence=32766 border="0" color="33554432" x="2670" y="8" height="88" width="448" format="[general]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  71. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="3127" y="8" height="88" width="448" format="[general]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  72. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="3584" y="8" height="88" width="439" format="[shortdate] [time]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  73. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="4032" y="8" height="88" width="475" format="[shortdate] [time]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  74. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="4517" y="8" height="88" width="448" format="[general]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  75. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="4974" y="8" height="88" width="421" format="[shortdate] [time]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  76. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="5403" y="8" height="88" width="448" format="[general]" html.valueishtml="0" name=u_spt_amerce_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="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  77. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="5861" y="8" height="88" width="407" format="[general]" html.valueishtml="0" name=u_spt_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  78. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="6277" y="8" height="88" width="503" format="[general]" html.valueishtml="0" name=u_spt_rep visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  79. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="6789" y="8" height="88" width="411" format="[general]" html.valueishtml="0" name=u_spt_tele visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="7209" y="8" height="88" width="393" format="[general]" html.valueishtml="0" name=u_spt_tele1 visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="7611" y="8" height="88" width="549" format="[general]" html.valueishtml="0" name=u_spt_address visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="8169" y="8" height="88" width="498" format="[general]" html.valueishtml="0" name=u_spt_faxno visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="8677" y="8" height="88" width="443" format="[general]" html.valueishtml="0" name=u_spt_email visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  84. column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="9134" y="8" height="88" width="434" format="[general]" html.valueishtml="0" name=cw_banktype_banktypename visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  85. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="9577" y="0" height="68" width="731" format="[general]" html.valueishtml="0" name=u_spt_sptcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. htmltable(border="1" )
  87. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  88. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  89. import.xml()
  90. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )