dw_xls_inware_cp.srd 17 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. $PBExportHeader$dw_xls_inware_cp.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=16777215 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 selected.mouse=no )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes name=inwareid dbname="u_inware.inwareid" initial="0" )
  9. column=(type=long update=yes updatewhereclause=yes name=storageid dbname="u_inware.storageid" initial="0" )
  10. column=(type=datetime update=yes updatewhereclause=yes name=indate dbname="u_inware.indate" initial="today" )
  11. column=(type=char(10) update=yes updatewhereclause=yes name=inrep dbname="u_inware.inrep" initial="empty" )
  12. column=(type=char(50) update=yes updatewhereclause=yes name=part dbname="u_inware.part" initial="empty" )
  13. column=(type=char(30) updatewhereclause=yes name=sptname dbname="u_inware.sptname" initial="empty" )
  14. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_inware.dscrp" initial="empty" )
  15. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_inware.opdate" initial="today" )
  16. column=(type=char(10) updatewhereclause=yes name=u_inware_opemp dbname="u_inware.opemp" initial="empty" )
  17. column=(type=long update=yes updatewhereclause=yes name=flag dbname="u_inware.flag" initial="0" values=" 1/ 0" )
  18. column=(type=datetime update=yes updatewhereclause=yes name=auditingdate dbname="u_inware.auditingdate" initial="empty" )
  19. column=(type=char(10) update=yes updatewhereclause=yes name=auditingrep dbname="u_inware.auditingrep" initial="empty" )
  20. column=(type=char(30) update=yes updatewhereclause=yes name=inwarecode dbname="u_inware.inwarecode" initial="empty" )
  21. column=(type=long update=yes updatewhereclause=yes name=balcflag dbname="u_inware.balcflag" initial="0" values=" 1/ 0" )
  22. column=(type=char(30) updatewhereclause=yes name=u_storage_storagename dbname="u_storage.storagename" initial="empty" )
  23. column=(type=char(10) updatewhereclause=yes name=u_inware_modemp dbname="u_inware.Modemp" initial="empty" )
  24. column=(type=datetime updatewhereclause=yes name=u_inware_moddate dbname="u_inware.moddate" initial="empty" )
  25. column=(type=long updatewhereclause=yes name=u_inware_relid dbname="u_inware.relid" initial="0" )
  26. column=(type=long updatewhereclause=yes name=u_inware_scid dbname="u_inware.scid" initial="0" )
  27. column=(type=long updatewhereclause=yes name=u_inware_balcdateint dbname="u_inware.balcdateint" initial="0" )
  28. retrieve=" SELECT u_inware.inwareid,
  29. u_inware.storageid,
  30. u_inware.indate,
  31. u_inware.inrep,
  32. u_inware.part,
  33. u_inware.sptname,
  34. u_inware.dscrp,
  35. u_inware.opdate,
  36. u_inware.opemp,
  37. u_inware.flag,
  38. u_inware.auditingdate,
  39. u_inware.auditingrep,
  40. u_inware.inwarecode,
  41. u_inware.balcflag,
  42. u_storage.storagename,
  43. u_inware.Modemp,
  44. u_inware.moddate,
  45. u_inware.relid,
  46. u_inware.scid ,
  47. u_inware.balcdateint
  48. FROM u_inware,
  49. u_storage
  50. where ( u_inware.storageid = u_storage.storageid ) and
  51. ( u_inware.billtype = 3 ) AND
  52. (u_inware.inwareid = :arg_inwareid ) and
  53. ( u_inware.scid=:arg_scid or :arg_scid = -1 )
  54. " arguments=(("arg_scid", number),("arg_inwareid", number)) sort="inwareid D " )
  55. text(band=header alignment="2" text="单据编号" border="0" color="0" x="9" y="8" height="56" width="320" html.valueishtml="0" name=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" )
  56. text(band=header alignment="2" text="建立时间" border="0" color="0" x="3250" y="8" height="56" width="457" html.valueishtml="0" name=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" )
  57. text(band=header alignment="2" text="审核" border="0" color="0" x="3717" y="8" height="56" width="110" html.valueishtml="0" name=flag_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="0" x="4059" y="8" height="56" width="507" html.valueishtml="0" name=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" )
  59. text(band=header alignment="2" text="审核人" border="0" color="0" x="3835" y="8" height="56" width="215" html.valueishtml="0" name=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" )
  60. text(band=header alignment="2" text="进仓时间" border="0" color="0" x="667" y="8" height="56" width="297" html.valueishtml="0" name=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" )
  61. text(band=header alignment="2" text="负责人" border="0" color="0" x="974" y="8" height="56" width="274" html.valueishtml="0" name=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" )
  62. text(band=header alignment="2" text="相关号码" border="0" color="0" x="1257" y="8" height="56" width="471" html.valueishtml="0" name=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" )
  63. text(band=header alignment="2" text="生产线" border="0" color="0" x="1737" y="8" height="56" width="626" html.valueishtml="0" name=sptname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  64. text(band=header alignment="2" text="备注" border="0" color="0" x="2373" y="8" height="56" width="599" html.valueishtml="0" name=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" )
  65. text(band=header alignment="2" text="仓库" border="0" color="0" x="338" y="8" height="56" width="320" 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="2" background.color="16777215" )
  66. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="2981" y="8" height="56" width="261" html.valueishtml="0" name=u_inware_opemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  67. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="4576" y="8" height="56" width="242" html.valueishtml="0" name=u_inware_modemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  68. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="4827" y="8" height="56" width="503" 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="2" background.color="1073741824" )
  69. text(band=header alignment="2" text="结存日期" border="0" color="33554432" x="5467" y="8" height="56" width="407" html.valueishtml="0" name=u_inware_balcdateint_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  70. text(band=header alignment="2" text="结存" border="0" color="33554432" x="5339" y="8" height="56" width="119" html.valueishtml="0" name=balcflag_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  71. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="1257" y="4" height="68" width="471" format="[general]" html.valueishtml="0" name=part tag="相关部门" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  72. column(band=detail id=13 alignment="2" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="9" y="4" height="68" width="320" format="[general]" html.valueishtml="0" name=inwarecode tag="单据编号" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  73. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="667" y="4" height="68" width="297" format="yyyy-mm-dd h:mm" html.valueishtml="0" name=indate tag="进仓发生时间" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  74. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="974" y="4" height="68" width="274" format="[general]" html.valueishtml="0" name=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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  75. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0" x="1737" y="4" height="68" width="626" format="[general]" html.valueishtml="0" name=sptname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  76. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="3250" y="4" height="68" width="457" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=opdate tag="建立时间" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  77. column(band=detail id=10 alignment="2" tabsequence=32766 border="0" color="0" x="3717" y="4" height="68" width="110" format="[general]" html.valueishtml="0" name=flag tag="审核标志" visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  78. column(band=detail id=11 alignment="2" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="4059" y="4" height="68" width="507" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=auditingdate tag="审核时间" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  79. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="3835" y="4" height="68" width="215" format="[general]" html.valueishtml="0" name=auditingrep tag="审核人" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="2373" y="4" height="68" width="599" format="[general]" html.valueishtml="0" name=dscrp tag="备注" visible="1" edit.limit=200 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="338" y="4" height="68" width="320" format="[general]" html.valueishtml="0" name=u_storage_storagename visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="2981" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=u_inware_opemp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="4576" y="4" height="68" width="242" format="[general]" html.valueishtml="0" name=u_inware_modemp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  84. column(band=detail id=17 alignment="2" tabsequence=32766 border="0" color="0" x="4827" y="4" height="68" width="503" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_inware_moddate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  85. column(band=detail id=20 alignment="2" tabsequence=32766 border="0" color="0" x="5467" y="4" height="68" width="407" format="[general]" html.valueishtml="0" name=u_inware_balcdateint visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="33554432" x="5339" y="4" height="68" width="119" format="[general]" html.valueishtml="0" name=balcflag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  87. compute(band=footer alignment="2" expression="count( inwarecode for all )"border="0" color="16711680" x="9" y="4" height="56" width="320" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  88. htmltable(border="1" )
  89. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  90. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  91. import.xml()
  92. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )