dw_rp_outwaremx_wfjg_index.srd 12 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. $PBExportHeader$dw_rp_outwaremx_wfjg_index.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 )
  4. header(height=72 color="536870912" )
  5. summary(height=64 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=100 color="536870912" )
  8. table(column=(type=decimal(4) updatewhereclause=yes name=u_outwaremx_qty dbname="u_outwaremx.qty" initial="0" )
  9. column=(type=decimal(10) updatewhereclause=yes name=u_outwaremx_price dbname="u_outwaremx.price" initial="0" )
  10. column=(type=long updatewhereclause=yes name=u_outwaremx_storageid dbname="u_outwaremx.storageid" initial="0" )
  11. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" initial="empty" )
  12. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" initial="empty" )
  13. column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" initial="empty" )
  14. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrltype dbname="u_mtrldef.mtrltype" )
  15. column=(type=char(30) updatewhereclause=yes name=u_outwaremx_plancode dbname="u_outwaremx.plancode" )
  16. column=(type=char(255) updatewhereclause=yes name=u_outwaremx_mxdscrp dbname="u_outwaremx.mxdscrp" )
  17. column=(type=char(255) updatewhereclause=yes name=u_outwaremx_status dbname="u_outwaremx.status" )
  18. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  19. column=(type=long updatewhereclause=yes name=u_outwaremx_printid dbname="u_outwaremx.printid" )
  20. retrieve=" SELECT u_outwaremx.qty,
  21. u_outwaremx.price,
  22. u_outwaremx.storageid,
  23. u_mtrldef.mtrlcode,
  24. u_mtrldef.mtrlname,
  25. u_mtrldef.unit,
  26. u_mtrldef.mtrltype,
  27. u_outwaremx.plancode,
  28. u_outwaremx.mxdscrp,
  29. u_outwaremx.status,
  30. u_mtrldef.mtrlmode,
  31. u_outwaremx.printid
  32. FROM u_mtrldef,
  33. u_outwaremx
  34. WHERE ( u_mtrldef.mtrlid = u_outwaremx.mtrlid ) and
  35. ( u_outwaremx.outwareid = :arg_outwareid ) AND
  36. ( u_outwaremx.scid = :arg_scid ) and
  37. ( :arg_printrow = :arg_printrow ) and
  38. ( :arg_top = :arg_top )
  39. union all
  40. SELECT TOP :arg_top null, null, null, null, null, null, null, null, null, null, null,10000
  41. FROM syscolumns
  42. " arguments=(("arg_scid", number),("arg_outwareid", number),("arg_printrow", number),("arg_top", number)) sort="u_outwaremx_printid A " )
  43. group(level=1 header.height=0 trailer.height=68 by=("aa" ) header.color="536870912" trailer.color="536870912" )
  44. compute(band=background alignment="0" expression="ceiling( getrow() / arg_printrow )"border="0" color="0" x="3296" y="208" height="80" width="128" format="[GENERAL]" html.valueishtml="0" name=aa visible="0" 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="0" x="101" y="8" height="60" width="402" html.valueishtml="0" name=u_mtrldef_mtrlcode_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="0" x="512" y="8" height="60" width="818" html.valueishtml="0" name=u_mtrldef_mtrlname_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="0" x="1591" y="8" height="60" width="343" html.valueishtml="0" name=u_outwaremx_qty_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. text(band=header alignment="2" text="库存单位" border="0" color="0" x="1339" y="8" height="60" width="242" html.valueishtml="0" name=u_mtrldef_unit_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" )
  49. text(band=header alignment="2" text="批号" border="0" color="0" x="2693" y="8" height="60" width="343" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  50. text(band=header alignment="2" text="明细备注" border="0" color="0" x="1943" y="8" height="60" width="393" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  51. text(band=header alignment="2" text="序" border="0" color="0" x="9" y="8" height="60" width="82" html.valueishtml="0" name=t_3 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" )
  52. text(band=header alignment="2" text="规格说明" border="0" color="33554432" x="3045" y="8" height="60" width="242" html.valueishtml="0" name=u_outwaremx_status_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  53. text(band=header alignment="2" text="规格" border="0" color="33554432" x="2345" y="8" height="60" width="338" html.valueishtml="0" name=u_mtrldef_mtrlmode_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  54. compute(band=detail alignment="2" expression="getrow()"border="0" color="0" x="9" y="16" height="80" width="82" format="[general]" html.valueishtml="0" name=obj_23480633 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" )
  55. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="101" y="16" height="80" width="402" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode 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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  56. column(band=detail id=1 alignment="1" tabsequence=32766 border="0" color="0" x="1591" y="16" height="80" width="343" format="#,##0.0###" html.valueishtml="0" name=u_outwaremx_qty tag="出仓数量" visible="1" edit.limit=0 edit.case=any edit.format="#########0.##" 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=6 alignment="2" tabsequence=32766 border="0" color="0" x="1339" y="16" height="80" width="242" format="[general]" html.valueishtml="0" name=u_mtrldef_unit 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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  58. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="2693" y="16" height="80" width="343" format="[general]" html.valueishtml="0" name=u_outwaremx_plancode visible="1" edit.limit=0 edit.case=any edit.autoselect=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=9 alignment="0" tabsequence=32766 border="0" color="0" x="1943" y="16" height="80" width="393" format="[general]" html.valueishtml="0" name=u_outwaremx_mxdscrp visible="1" edit.limit=0 edit.case=any edit.autoselect=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=10 alignment="0" tabsequence=32766 border="0" color="0" x="3045" y="16" height="80" width="242" format="[general]" html.valueishtml="0" name=u_outwaremx_status visible="1" edit.limit=0 edit.case=any edit.autoselect=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=11 alignment="0" tabsequence=32766 border="0" color="0" x="2345" y="16" height="80" width="338" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode visible="1" edit.limit=0 edit.case=any edit.autoselect=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=5 alignment="2" tabsequence=32766 border="0" color="0" x="512" y="16" height="80" width="818" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname tag="物料名称" visible="1" edit.limit=50 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. text(band=trailer.1 alignment="2" text="本页小计" border="0" color="0" x="101" y="4" height="60" width="402" html.valueishtml="0" name=t_5 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" )
  64. compute(band=trailer.1 alignment="1" expression="sum(u_outwaremx_qty for group 1)"border="0" color="0" x="1591" y="4" height="60" width="343" format="#,##0.0###" html.valueishtml="0" name=compute_4 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" )
  65. compute(band=trailer.1 alignment="2" expression="count(u_mtrldef_mtrlname for group 1)"border="0" color="0" x="512" y="4" height="60" width="818" format="[general]" html.valueishtml="0" name=compute_2 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" )
  66. compute(band=summary alignment="1" expression="sum(u_outwaremx_qty for all)"border="0" color="0" x="1591" y="4" height="56" width="343" format="#,##0.0###" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-10" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  67. compute(band=summary alignment="2" expression="count(u_mtrldef_mtrlname for group 1)"border="0" color="0" x="512" y="4" height="56" width="818" format="[general]" html.valueishtml="0" name=compute_3 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" )
  68. text(band=summary alignment="2" text="合计" border="0" color="0" x="101" y="4" height="56" width="402" html.valueishtml="0" name=t_4 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" )
  69. htmltable(border="1" )
  70. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  71. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  72. import.xml()
  73. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )