dw_xls_inware.srd 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. $PBExportHeader$dw_xls_inware.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=144 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=84 color="536870912" )
  8. table(column=(type=char(30) updatewhereclause=yes name=u_inware_inwarecode dbname="u_inware.inwarecode" )
  9. column=(type=datetime updatewhereclause=yes name=u_inware_opdate dbname="u_inware.opdate" )
  10. column=(type=char(10) updatewhereclause=yes name=u_inware_opemp dbname="u_inware.opemp" )
  11. column=(type=char(10) updatewhereclause=yes name=u_inware_modemp dbname="u_inware.Modemp" )
  12. column=(type=datetime updatewhereclause=yes name=u_inware_moddate dbname="u_inware.moddate" )
  13. column=(type=datetime updatewhereclause=yes name=u_inware_auditingdate dbname="u_inware.auditingdate" )
  14. column=(type=char(10) updatewhereclause=yes name=u_inware_auditingrep dbname="u_inware.auditingrep" )
  15. column=(type=datetime updatewhereclause=yes name=u_inware_indate dbname="u_inware.indate" )
  16. column=(type=char(10) updatewhereclause=yes name=u_inware_inrep dbname="u_inware.inrep" )
  17. column=(type=char(50) updatewhereclause=yes name=u_inware_part dbname="u_inware.part" )
  18. column=(type=char(255) updatewhereclause=yes name=u_inware_dscrp dbname="u_inware.dscrp" )
  19. column=(type=char(30) updatewhereclause=yes name=u_inware_sptname dbname="u_inware.sptname" )
  20. column=(type=char(30) updatewhereclause=yes name=u_storage_storagename dbname="u_storage.storagename" )
  21. column=(type=char(30) updatewhereclause=yes name=cw_banktype_banktypename dbname="cw_banktype.banktypename" )
  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(6) updatewhereclause=yes name=u_spt_code dbname="u_spt.code" )
  27. column=(type=char(20) updatewhereclause=yes name=u_spt_sptcode dbname="u_spt.sptcode" )
  28. column=(type=char(30) updatewhereclause=yes name=u_spt_faxno dbname="u_spt.faxno" )
  29. column=(type=char(50) updatewhereclause=yes name=u_spt_email dbname="u_spt.email" )
  30. column=(type=char(50) updatewhereclause=yes name=u_spt_name dbname="u_spt.name" )
  31. retrieve="SELECT u_inware.inwarecode, u_inware.opdate, u_inware.opemp, u_inware.Modemp,
  32. u_inware.moddate, u_inware.auditingdate, u_inware.auditingrep, u_inware.indate,
  33. u_inware.inrep, u_inware.part, u_inware.dscrp, u_inware.sptname,
  34. u_storage.storagename, cw_banktype.banktypename, u_spt.rep,
  35. u_spt.tele, u_spt.tele1, u_spt.address, u_spt.code, u_spt.sptcode, u_spt.faxno,
  36. u_spt.email, u_spt.name
  37. FROM u_inware INNER JOIN
  38. u_storage ON u_inware.storageid = u_storage.storageid INNER JOIN
  39. u_spt ON u_inware.sptid = u_spt.sptid INNER JOIN
  40. cw_banktype ON u_inware.relint_1 = cw_banktype.banktypeid
  41. where u_inware.scid=:arg_scid and
  42. u_inware.inwareid=:arg_inwareid " arguments=(("arg_scid", number),("arg_inwareid", number)) )
  43. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="9" y="8" height="56" width="471" html.valueishtml="0" name=u_inware_inwarecode_t visible="1" font.face="宋体" font.height="-9" 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="489" y="8" height="56" width="402" html.valueishtml="0" name=u_inware_opdate_t visible="1" font.face="宋体" font.height="-9" 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="901" y="12" height="56" width="663" html.valueishtml="0" name=u_inware_opemp_t visible="1" font.face="宋体" font.height="-9" 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="1573" y="8" height="56" width="773" html.valueishtml="0" name=u_inware_modemp_t visible="1" font.face="宋体" font.height="-9" 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="2354" y="8" height="56" width="379" html.valueishtml="0" name=u_inware_moddate_t visible="1" font.face="宋体" font.height="-9" 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="2743" y="8" height="56" width="338" html.valueishtml="0" name=u_inware_auditingdate_t visible="1" font.face="宋体" font.height="-9" 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="3090" y="12" height="56" width="302" html.valueishtml="0" name=u_inware_auditingrep_t visible="1" font.face="宋体" font.height="-9" 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="3401" y="8" height="56" width="370" html.valueishtml="0" name=u_inware_indate_t visible="1" font.face="宋体" font.height="-9" 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="3781" y="8" height="56" width="302" html.valueishtml="0" name=u_inware_inrep_t visible="1" font.face="宋体" font.height="-9" 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="4091" y="8" height="56" width="402" html.valueishtml="0" name=u_inware_part_t visible="1" font.face="宋体" font.height="-9" 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="4503" y="8" height="56" width="389" html.valueishtml="0" name=u_inware_dscrp_t visible="1" font.face="宋体" font.height="-9" 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="4901" y="8" height="56" width="370" html.valueishtml="0" name=u_inware_sptname_t visible="1" font.face="宋体" font.height="-9" 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="5280" y="8" height="56" width="357" html.valueishtml="0" name=u_storage_storagename_t visible="1" font.face="宋体" font.height="-9" 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="5646" y="8" height="56" width="471" html.valueishtml="0" name=cw_banktype_banktypename_t visible="1" font.face="宋体" font.height="-9" 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="6126" y="8" height="56" width="352" html.valueishtml="0" name=u_spt_rep_t visible="1" font.face="宋体" font.height="-9" 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="6487" y="8" height="56" width="407" html.valueishtml="0" name=u_spt_tele_t visible="1" font.face="宋体" font.height="-9" 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="6903" y="8" height="56" width="320" html.valueishtml="0" name=u_spt_tele1_t visible="1" font.face="宋体" font.height="-9" 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="7232" y="8" height="56" width="430" html.valueishtml="0" name=u_spt_address_t visible="1" font.face="宋体" font.height="-9" 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="邮编" border="0" color="33554432" x="7671" y="8" height="56" width="192" html.valueishtml="0" name=u_spt_code_t visible="1" font.face="宋体" font.height="-9" 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="7872" y="8" height="56" width="357" html.valueishtml="0" name=u_spt_sptcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  63. text(band=header alignment="2" text="传真" border="0" color="33554432" x="8238" y="8" height="56" width="411" html.valueishtml="0" name=u_spt_faxno_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  64. text(band=header alignment="2" text="Email" border="0" color="33554432" x="8658" y="8" height="56" width="448" html.valueishtml="0" name=u_spt_email_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  65. text(band=header alignment="0" text="供应商名称" border="0" color="33554432" x="9120" y="4" height="64" width="1339" html.valueishtml="0" name=u_spt_name_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" )
  66. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="68" width="471" format="[general]" html.valueishtml="0" name=u_inware_inwarecode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  67. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="489" y="8" height="68" width="402" format="[shortdate] [time]" html.valueishtml="0" name=u_inware_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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  68. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="901" y="8" height="68" width="663" format="[general]" html.valueishtml="0" name=u_inware_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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  69. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1573" y="8" height="68" width="773" format="[general]" html.valueishtml="0" name=u_inware_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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  70. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="2354" y="8" height="68" width="379" format="[shortdate] [time]" html.valueishtml="0" name=u_inware_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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  71. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="2743" y="8" height="68" width="338" format="[shortdate] [time]" html.valueishtml="0" name=u_inware_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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  72. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="3090" y="8" height="68" width="302" format="[general]" html.valueishtml="0" name=u_inware_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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  73. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="3401" y="8" height="68" width="370" format="[shortdate] [time]" html.valueishtml="0" name=u_inware_indate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  74. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="3781" y="8" height="68" width="302" format="[general]" html.valueishtml="0" name=u_inware_inrep visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  75. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="4091" y="8" height="68" width="402" format="[general]" html.valueishtml="0" name=u_inware_part visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  76. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="4503" y="8" height="68" width="389" format="[general]" html.valueishtml="0" name=u_inware_dscrp visible="1" edit.limit=255 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  77. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="4901" y="8" height="68" width="370" format="[general]" html.valueishtml="0" name=u_inware_sptname visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  78. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="5280" y="8" height="68" width="357" format="[general]" html.valueishtml="0" name=u_storage_storagename visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  79. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="5646" y="8" height="68" width="471" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="6126" y="8" height="68" width="352" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="6487" y="8" height="68" width="407" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="6903" y="8" height="68" width="320" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="7232" y="8" height="68" width="430" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  84. column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="7671" y="8" height="68" width="192" format="[general]" html.valueishtml="0" name=u_spt_code visible="1" edit.limit=6 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  85. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="7872" y="8" height="68" width="357" format="[general]" html.valueishtml="0" name=u_spt_sptcode visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="8238" y="8" height="68" width="411" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  87. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="8658" y="8" height="68" width="448" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  88. column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="9120" y="0" height="56" width="1339" format="[general]" html.valueishtml="0" name=u_spt_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  89. htmltable(border="1" )
  90. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  91. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  92. import.xml()
  93. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )