dw_rp_sptware_warebalc_his.srd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. $PBExportHeader$dw_rp_sptware_warebalc_his.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=60000 color=16777215 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 1 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 9 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=280 color="536870912" )
  5. summary(height=64 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=80 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=mtrlid dbname="uv_spt_warebalc_his.mtrlid" )
  9. column=(type=char(30) updatewhereclause=yes name=mtrlcode dbname="uv_spt_warebalc_his.mtrlcode" )
  10. column=(type=char(50) updatewhereclause=yes name=mtrlname dbname="uv_spt_warebalc_his.mtrlname" )
  11. column=(type=char(30) updatewhereclause=yes name=mtrlmode dbname="uv_spt_warebalc_his.mtrlmode" )
  12. column=(type=char(10) updatewhereclause=yes name=unit dbname="uv_spt_warebalc_his.unit" )
  13. column=(type=char(30) updatewhereclause=yes name=mtrltype dbname="uv_spt_warebalc_his.mtrltype" )
  14. column=(type=char(255) updatewhereclause=yes name=status dbname="uv_spt_warebalc_his.status" )
  15. column=(type=char(255) updatewhereclause=yes name=woodcode dbname="uv_spt_warebalc_his.woodcode" )
  16. column=(type=decimal(10) updatewhereclause=yes name=inqty dbname="uv_spt_warebalc_his.inqty" )
  17. column=(type=decimal(4) updatewhereclause=yes name=inamt dbname="uv_spt_warebalc_his.inamt" )
  18. column=(type=decimal(10) updatewhereclause=yes name=thqty dbname="uv_spt_warebalc_his.thqty" )
  19. column=(type=decimal(4) updatewhereclause=yes name=thamt dbname="uv_spt_warebalc_his.thamt" )
  20. column=(type=decimal(10) updatewhereclause=yes name=outqty dbname="uv_spt_warebalc_his.outqty" )
  21. column=(type=decimal(4) updatewhereclause=yes name=outamt dbname="uv_spt_warebalc_his.outamt" )
  22. column=(type=decimal(10) updatewhereclause=yes name=reoutqty dbname="uv_spt_warebalc_his.reoutqty" )
  23. column=(type=decimal(4) updatewhereclause=yes name=reoutamt dbname="uv_spt_warebalc_his.reoutamt" )
  24. column=(type=decimal(10) updatewhereclause=yes name=balcqty dbname="uv_spt_warebalc_his.balcqty" )
  25. column=(type=decimal(4) updatewhereclause=yes name=balcamt dbname="uv_spt_warebalc_his.balcamt" )
  26. retrieve=" SELECT uv_spt_warebalc_his.mtrlid,
  27. uv_spt_warebalc_his.mtrlcode,
  28. uv_spt_warebalc_his.mtrlname,
  29. uv_spt_warebalc_his.mtrlmode,
  30. uv_spt_warebalc_his.unit,
  31. uv_spt_warebalc_his.mtrltype,
  32. uv_spt_warebalc_his.status,
  33. uv_spt_warebalc_his.woodcode,
  34. case uv_spt_warebalc_his.inqty when 0 then null else uv_spt_warebalc_his.inqty end as inqty,
  35. case uv_spt_warebalc_his.inamt when 0 then null else uv_spt_warebalc_his.inamt end as inamt,
  36. case uv_spt_warebalc_his.thqty when 0 then null else uv_spt_warebalc_his.thqty end as thqty,
  37. case uv_spt_warebalc_his.thamt when 0 then null else uv_spt_warebalc_his.thamt end as thamt,
  38. case uv_spt_warebalc_his.outqty when 0 then null else uv_spt_warebalc_his.outqty end as outqty,
  39. case uv_spt_warebalc_his.outamt when 0 then null else uv_spt_warebalc_his.outamt end as outamt,
  40. case uv_spt_warebalc_his.reoutqty when 0 then null else uv_spt_warebalc_his.reoutqty end as reoutqty,
  41. case uv_spt_warebalc_his.reoutamt when 0 then null else uv_spt_warebalc_his.reoutamt end as reoutamt,
  42. case uv_spt_warebalc_his.balcqty when 0 then null else uv_spt_warebalc_his.balcqty end as balcqty,
  43. case uv_spt_warebalc_his.balcamt when 0 then null else uv_spt_warebalc_his.balcamt end as balcamt
  44. FROM uv_spt_warebalc_his
  45. where
  46. ( abs(uv_spt_warebalc_his.inqty) +abs(uv_spt_warebalc_his.thqty)+ abs(uv_spt_warebalc_his.outqty) +
  47. abs(uv_spt_warebalc_his.reoutqty)+ abs(uv_spt_warebalc_his.balcqty) <> 0 )
  48. " )
  49. text(band=header alignment="2" text="期初数量" border="2" color="0" x="2917" y="224" height="56" width="320" html.valueishtml="0" name=t_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" )
  50. text(band=header alignment="2" text="期初金额" border="2" color="0" x="3246" y="224" height="56" width="416" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  51. text(band=header alignment="2" text="物料编码" border="2" color="0" x="9" y="224" height="56" width="480" html.valueishtml="0" name=mtrlcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  52. text(band=header alignment="2" text="物料名称" border="2" color="0" x="498" y="224" height="56" width="677" html.valueishtml="0" name=mtrlname_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  53. text(band=header alignment="2" text="规格" border="2" color="0" x="1184" y="224" height="56" width="411" html.valueishtml="0" name=mtrlmode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  54. text(band=header alignment="2" text="单位" border="2" color="0" x="2002" y="224" height="56" width="128" html.valueishtml="0" name=unit_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  55. text(band=header alignment="2" text="类别" border="2" color="0" x="1605" y="224" height="56" width="389" html.valueishtml="0" name=mtrltype_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  56. text(band=header alignment="2" text="期间进仓数" border="2" color="0" x="3671" y="224" height="56" width="343" html.valueishtml="0" name=inqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  57. text(band=header alignment="2" text="期间进仓金额" border="2" color="0" x="4023" y="224" height="56" width="370" html.valueishtml="0" name=inamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  58. text(band=header alignment="2" text="期间退货数" border="2" color="0" x="4402" y="224" height="56" width="361" html.valueishtml="0" name=thqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  59. text(band=header alignment="2" text="期间退货金额" border="2" color="0" x="4773" y="224" height="56" width="393" html.valueishtml="0" name=thamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  60. text(band=header alignment="2" text="期间出仓数" border="2" color="0" x="5175" y="224" height="56" width="347" html.valueishtml="0" name=outqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  61. text(band=header alignment="2" text="期间出仓金额" border="2" color="0" x="5531" y="224" height="56" width="402" html.valueishtml="0" name=outamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  62. text(band=header alignment="2" text="期间还工数" border="2" color="0" x="5943" y="224" height="56" width="347" html.valueishtml="0" name=reoutqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  63. text(band=header alignment="2" text="期间还工金额" border="2" color="0" x="6299" y="224" height="56" width="398" html.valueishtml="0" name=reoutamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  64. text(band=header alignment="2" text="结余数量" border="2" color="0" x="6706" y="224" height="56" width="352" html.valueishtml="0" name=balcqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  65. text(band=header alignment="2" text="结余金额" border="2" color="0" x="7067" y="224" height="56" width="306" html.valueishtml="0" name=balcamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  66. text(band=header alignment="2" text="配置" border="2" color="33554432" x="2139" y="224" height="56" width="430" html.valueishtml="0" name=status_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  67. text(band=header alignment="2" text="配置1" border="2" color="33554432" x="2578" y="224" height="56" width="329" html.valueishtml="0" name=woodcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  68. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="4" height="72" width="480" format="[general]" html.valueishtml="0" name=mtrlcode 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" )
  69. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="498" y="4" height="72" width="677" format="[general]" html.valueishtml="0" name=mtrlname 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" )
  70. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="1184" y="4" height="72" width="411" format="[general]" html.valueishtml="0" name=mtrlmode 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" )
  71. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="0" x="2002" y="4" height="72" width="128" format="[general]" html.valueishtml="0" name=unit 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" )
  72. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0" x="1605" y="4" height="72" width="389" format="[general]" html.valueishtml="0" name=mtrltype 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" )
  73. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="2139" y="4" height="72" width="430" format="[general]" html.valueishtml="0" name=status 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" )
  74. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="2578" y="4" height="72" width="329" format="[general]" html.valueishtml="0" name=woodcode 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" )
  75. column(band=detail id=10 alignment="1" tabsequence=32766 border="0" color="0" x="4023" y="4" height="72" width="370" format="#,##0.####" html.valueishtml="0" name=inamt 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" )
  76. column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="0" x="4773" y="4" height="72" width="393" format="#,##0.####" html.valueishtml="0" name=thamt 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" )
  77. column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="0" x="5531" y="4" height="72" width="402" format="#,##0.####" html.valueishtml="0" name=outamt 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" )
  78. column(band=detail id=16 alignment="1" tabsequence=32766 border="0" color="0" x="6299" y="4" height="72" width="398" format="#,##0.####" html.valueishtml="0" name=reoutamt 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" )
  79. column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="0" x="7067" y="4" height="72" width="306" format="#,##0.####" html.valueishtml="0" name=balcamt 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" )
  80. compute(band=detail alignment="1" expression=" if (isnull( balcqty),0, balcqty) - if(isnull( inqty),0,inqty) + if(isnull( inqty),0,thqty) + if(isnull(outqty),0,outqty) - if(isnull(reoutqty),0,reoutqty)"border="0" color="0" x="2917" y="4" height="72" width="320" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=bg_qty 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" )
  81. compute(band=detail alignment="1" expression=" if (isnull( balcamt),0, round(balcamt,2)) - if(isnull( inamt),0,round(inamt,2)) + if(isnull( inqty),0,round(thamt,2)) + if(isnull(outamt),0,round(outamt,2)) - if(isnull(reoutamt),0,round(reoutamt,2))"border="0" color="0" x="3246" y="4" height="72" width="416" format="#,##0.####" html.valueishtml="0" name=bg_amt 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" )
  82. column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="0" x="3671" y="4" height="72" width="343" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=inqty 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" )
  83. column(band=detail id=11 alignment="1" tabsequence=32766 border="0" color="0" x="4402" y="4" height="72" width="361" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=thqty 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" )
  84. column(band=detail id=13 alignment="1" tabsequence=32766 border="0" color="0" x="5175" y="4" height="72" width="347" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=outqty 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" )
  85. column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="0" x="5943" y="4" height="72" width="347" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=reoutqty 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" )
  86. column(band=detail id=17 alignment="1" tabsequence=32766 border="0" color="0" x="6706" y="4" height="72" width="352" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=balcqty 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" )
  87. compute(band=summary alignment="1" expression="sum(inqty for all)"border="0" color="0" x="3671" y="4" height="56" width="343" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=compute_3 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" )
  88. compute(band=summary alignment="1" expression="sum(inamt for all)"border="0" color="0" x="4023" y="4" height="56" width="370" format="#,##0.####" html.valueishtml="0" name=compute_4 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" )
  89. compute(band=summary alignment="1" expression="sum(thqty for all)"border="0" color="0" x="4402" y="4" height="56" width="361" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=compute_5 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" )
  90. compute(band=summary alignment="1" expression="sum(thamt for all)"border="0" color="0" x="4773" y="4" height="56" width="393" format="#,##0.####" html.valueishtml="0" name=compute_6 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" )
  91. compute(band=summary alignment="1" expression="sum(outqty for all)"border="0" color="0" x="5175" y="4" height="56" width="347" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=compute_7 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" )
  92. compute(band=summary alignment="1" expression="sum(outamt for all)"border="0" color="0" x="5531" y="4" height="56" width="402" format="#,##0.####" html.valueishtml="0" name=compute_8 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" )
  93. compute(band=summary alignment="1" expression="sum(reoutqty for all)"border="0" color="0" x="5943" y="4" height="56" width="347" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=compute_9 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" )
  94. compute(band=summary alignment="1" expression="sum(reoutamt for all)"border="0" color="0" x="6299" y="4" height="56" width="398" format="#,##0.####" html.valueishtml="0" name=compute_10 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" )
  95. compute(band=summary alignment="1" expression="sum(balcqty for all)"border="0" color="0" x="6706" y="4" height="56" width="352" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=compute_11 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" )
  96. compute(band=summary alignment="1" expression="sum(balcamt for all)"border="0" color="0" x="7067" y="4" height="56" width="306" format="#,##0.####" html.valueishtml="0" name=compute_12 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" )
  97. compute(band=summary alignment="1" expression="sum( if (isnull( balcqty),0, balcqty) - if(isnull( inqty),0,inqty) + if(isnull( inqty),0,thqty) + if(isnull(outqty),0,outqty) - if(isnull(reoutqty),0,reoutqty) for all)"border="0" color="0" x="2917" y="4" height="56" width="320" format="~t'###0.'+fill('#',f_sys_option_unit_dec())" html.valueishtml="0" name=compute_1 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" )
  98. compute(band=summary alignment="1" expression="sum( if (isnull( balcamt),0, balcamt) - if(isnull( inamt),0,inamt) + if(isnull( inqty),0,thamt) + if(isnull(outamt),0,outamt) - if(isnull(reoutamt),0,reoutamt) for all)"border="0" color="0" x="3246" y="4" height="56" width="416" format="#,##0.####" html.valueishtml="0" name=compute_2 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" )
  99. text(band=foreground alignment="0" text="" border="0" color="0" x="0" y="0" height="220" width="7589" html.valueishtml="0" name=back visible="1" resizeable=1 font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
  100. compute(band=foreground alignment="0" expression="'打印时间:'+string(today(),'yyyy-mm-dd')+' '+string(now(),'hh:mm')+' 第 ' + page() + ' 页共 ' + pageCount()+' 页'+',操作员:'+f_sys_publ_operator()"border="0" color="0" x="9" y="140" height="56" width="2907" format="[general]" html.valueishtml="0" name=sm visible="1" moveable=1 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  101. text(band=foreground alignment="0" text="供应商仓库历史结存表" border="0" color="0" x="14" y="4" height="124" width="4270" html.valueishtml="0" name=title visible="1" font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
  102. htmltable(border="1" )
  103. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  104. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  105. import.xml()
  106. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )