dw_warebalc_view_spt_his.srd 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. $PBExportHeader$dw_warebalc_view_spt_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=276 color="536870912" )
  5. summary(height=76 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=char(20) updatewhereclause=yes name=u_spt_sptcode dbname="u_spt.sptcode" )
  9. column=(type=char(50) updatewhereclause=yes name=u_spt_name dbname="u_spt.name" )
  10. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  11. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" initial="empty" )
  12. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  13. column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
  14. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlsectype dbname="u_mtrldef.mtrlsectype" )
  15. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_zxmtrlmode dbname="u_mtrldef.zxmtrlmode" )
  16. column=(type=char(255) updatewhereclause=yes name=ow_wfjgbalc_status dbname="ow_wfjgbalc.status" )
  17. column=(type=char(255) updatewhereclause=yes name=ow_wfjgbalc_woodcode dbname="ow_wfjgbalc.woodcode" )
  18. column=(type=char(30) updatewhereclause=yes name=ow_wfjgbalc_pcode dbname="ow_wfjgbalc.pcode" )
  19. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_bgqty dbname="ow_wfjgbalc.bgqty" )
  20. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_bgamt dbname="ow_wfjgbalc.bgamt" )
  21. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_outqty dbname="ow_wfjgbalc.outqty" )
  22. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_outamt dbname="ow_wfjgbalc.outamt" )
  23. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_reoutqty dbname="ow_wfjgbalc.reoutqty" )
  24. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_reoutamt dbname="ow_wfjgbalc.reoutamt" )
  25. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_thqty dbname="ow_wfjgbalc.thqty" )
  26. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_thamt dbname="ow_wfjgbalc.thamt" )
  27. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_inqty dbname="ow_wfjgbalc.inqty" )
  28. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_inamt dbname="ow_wfjgbalc.inamt" )
  29. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_balcqty dbname="ow_wfjgbalc.balcqty" )
  30. column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_balcamt dbname="ow_wfjgbalc.balcamt" )
  31. retrieve="SELECT u_spt.sptcode,
  32. u_spt.name,
  33. u_mtrldef.mtrlcode,
  34. u_mtrldef.mtrlname,
  35. u_mtrldef.mtrlmode,
  36. u_mtrldef.unit,
  37. u_mtrldef.mtrlsectype,
  38. u_mtrldef.zxmtrlmode,
  39. ow_wfjgbalc.status,
  40. ow_wfjgbalc.woodcode,
  41. ow_wfjgbalc.pcode,
  42. case ow_wfjgbalc.bgqty when 0 then null else ow_wfjgbalc.bgqty end as bgqty ,
  43. case ow_wfjgbalc.bgamt when 0 then null else ow_wfjgbalc.bgamt end as bgamt,
  44. case ow_wfjgbalc.outqty when 0 then null else ow_wfjgbalc.outqty end as outqty,
  45. case ow_wfjgbalc.outamt when 0 then null else ow_wfjgbalc.outamt end as outamt,
  46. case ow_wfjgbalc.reoutqty when 0 then null else ow_wfjgbalc.reoutqty end as reoutqty,
  47. case ow_wfjgbalc.reoutamt when 0 then null else ow_wfjgbalc.reoutamt end as reoutamt ,
  48. case ow_wfjgbalc.thqty when 0 then null else ow_wfjgbalc.thqty end as thqty,
  49. case ow_wfjgbalc.thamt when 0 then null else ow_wfjgbalc.thamt end as thamt,
  50. case ow_wfjgbalc.inqty when 0 then null else ow_wfjgbalc.inqty end as inqty ,
  51. case ow_wfjgbalc.inamt when 0 then null else ow_wfjgbalc.inamt end as inamt ,
  52. case ow_wfjgbalc.balcqty when 0 then null else ow_wfjgbalc.balcqty end as balcqty,
  53. case ow_wfjgbalc.balcamt when 0 then null else ow_wfjgbalc.balcamt end as balcamt
  54. FROM ow_wfjgbalc INNER JOIN
  55. u_spt ON ow_wfjgbalc.sptid = u_spt.sptid INNER JOIN
  56. u_mtrldef ON ow_wfjgbalc.mtrlid = u_mtrldef.mtrlid
  57. where ow_wfjgbalc.balcdateint=0
  58. and ( abs( ow_wfjgbalc.bgqty) +abs(ow_wfjgbalc.thqty) + abs(ow_wfjgbalc.inqty) + abs(ow_wfjgbalc.reoutqty) + abs(ow_wfjgbalc.outqty)+abs(ow_wfjgbalc.balcqty) <> 0 or abs( ow_wfjgbalc.bgamt) +abs(ow_wfjgbalc.thamt) + abs(ow_wfjgbalc.inamt) + abs(ow_wfjgbalc.reoutamt) + abs(ow_wfjgbalc.outamt)+abs(ow_wfjgbalc.balcamt) <> 0)
  59. " sort="u_mtrldef_mtrlcode A " )
  60. text(band=header alignment="2" text=" 编码" border="2" color="0" x="1129" y="220" height="56" width="347" html.valueishtml="0" name=u_mtrldef_mtrlcode_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="536870912" )
  61. text(band=header alignment="2" text="品名" border="2" color="0" x="1486" y="220" height="56" width="599" html.valueishtml="0" name=u_mtrldef_mtrlname_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="536870912" )
  62. text(band=header alignment="2" text="库存单位" border="2" color="0" x="2487" y="220" height="56" width="256" html.valueishtml="0" name=u_mtrldef_unit_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="536870912" )
  63. text(band=header alignment="2" text="规格" border="2" color="33554432" x="2094" y="220" height="56" width="384" html.valueishtml="0" name=u_mtrldef_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="1073741824" )
  64. text(band=header alignment="2" text="供应商名称" border="2" color="33554432" x="398" y="220" height="56" width="722" html.valueishtml="0" name=u_spt_name_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="1073741824" )
  65. text(band=header alignment="2" text="期初数量" border="2" color="33554432" x="2752" y="220" height="56" width="352" html.valueishtml="0" name=ow_wfjgbalc_bgqty_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="1073741824" )
  66. text(band=header alignment="2" text="供应商编号" border="2" color="33554432" x="9" y="220" height="56" width="379" html.valueishtml="0" name=u_spt_sptcode_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="1073741824" )
  67. text(band=header alignment="2" text="期初金额" border="2" color="33554432" x="3113" y="220" height="56" width="375" html.valueishtml="0" name=ow_wfjgbalc_bgamt_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="1073741824" )
  68. text(band=header alignment="2" text="期间收货数" border="2" color="33554432" x="5047" y="220" height="56" width="338" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  69. text(band=header alignment="2" text="期间收货金额" border="2" color="33554432" x="5394" y="220" height="56" width="384" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  70. text(band=header alignment="2" text="期间返工数" border="2" color="33554432" x="5787" y="220" height="56" width="379" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  71. text(band=header alignment="2" text="期间返工金额" border="2" color="33554432" x="6176" y="220" height="56" width="379" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  72. text(band=header alignment="2" text="期间退回数" border="2" color="33554432" x="4251" y="220" height="56" width="384" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  73. text(band=header alignment="2" text="期间退回金额" border="2" color="33554432" x="4645" y="220" height="56" width="393" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  74. text(band=header alignment="2" text="期间发出数" border="2" color="33554432" x="3497" y="220" height="56" width="343" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  75. text(band=header alignment="2" text="期间发出金额" border="2" color="33554432" x="3849" y="220" height="56" width="393" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  76. text(band=header alignment="2" text="结余数量" border="2" color="33554432" x="6565" y="220" height="56" width="384" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  77. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="379" 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  78. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="1486" y="4" height="68" width="599" 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  79. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="2487" y="4" height="68" width="256" 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="2094" y="4" height="68" width="384" 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="1129" y="4" height="68" width="347" 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="398" y="4" height="68" width="722" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="0" x="2752" y="4" height="68" width="352" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_bgqty 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="2" 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="3113" y="4" height="68" width="375" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_bgamt 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  85. column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="0" x="5047" y="4" height="68" width="338" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="0" x="5394" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  87. column(band=detail id=16 alignment="1" tabsequence=32766 border="0" color="0" x="5787" y="4" height="68" width="379" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  88. column(band=detail id=17 alignment="1" tabsequence=32766 border="0" color="0" x="6176" y="4" height="68" width="379" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  89. column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="0" x="4251" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  90. column(band=detail id=19 alignment="1" tabsequence=32766 border="0" color="0" x="4645" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  91. column(band=detail id=20 alignment="1" tabsequence=32766 border="0" color="0" x="3497" y="4" height="68" width="343" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  92. column(band=detail id=21 alignment="1" tabsequence=32766 border="0" color="0" x="3849" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  93. column(band=detail id=22 alignment="1" tabsequence=32766 border="0" color="0" x="6565" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  94. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_bgqty for all)"border="0" color="0" x="2752" y="4" height="68" width="352" format="#,##0.####" 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" )
  95. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_bgamt for all)"border="0" color="0" x="3113" y="4" height="68" width="375" 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" )
  96. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_inqty for all)"border="0" color="0" x="3497" y="4" height="68" width="343" format="#,##0.####" 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" )
  97. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_inamt for all)"border="0" color="0" x="3849" y="4" height="68" width="393" 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" )
  98. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_thqty for all)"border="0" color="0" x="4251" y="4" height="68" width="384" format="#,##0.####" 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" )
  99. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_thamt for all)"border="0" color="0" x="4645" y="4" height="68" 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" )
  100. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_outqty for all)"border="0" color="0" x="5047" y="4" height="68" width="338" format="#,##0.####" 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" )
  101. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_outamt for all)"border="0" color="0" x="5394" y="4" height="68" width="384" 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" )
  102. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_reoutqty for all)"border="0" color="0" x="5787" y="4" height="68" width="379" format="#,##0.####" 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" )
  103. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_reoutamt for all)"border="0" color="0" x="6176" y="4" height="68" width="379" format="#,##0.####" 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" )
  104. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_balcqty for all)"border="0" color="0" x="6565" y="4" height="68" width="384" 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" )
  105. compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_balcamt for all)"border="0" color="0" x="6958" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=compute_13 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" )
  106. compute(band=summary alignment="2" expression="count(u_mtrldef_mtrlname for all)"border="0" color="0" x="1486" y="4" height="68" width="599" format="[general]" 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" )
  107. text(band=summary alignment="2" text="合计" border="0" color="0" x="1129" y="4" height="68" width="347" html.valueishtml="0" name=t_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" )
  108. text(band=foreground alignment="0" text="" border="0" color="0" x="0" y="0" height="216" width="9659" 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" )
  109. compute(band=foreground alignment="0" expression="'打印时间:'+string(today(),'yyyy-mm-dd')+' '+string(now(),'hh:mm')+' 第 ' + page() + ' 页共 ' + pageCount()+' 页'"border="0" color="0" x="14" y="144" height="56" width="2254" format="[general]" html.valueishtml="0" name=sm visible="1" moveable=1 font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  110. text(band=foreground alignment="0" text="外协商结存预览表" border="0" color="0" x="14" y="8" height="124" width="2254" 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" )
  111. text(band=header alignment="2" text="结余金额" border="2" color="33554432" x="6958" y="220" height="56" width="393" html.valueishtml="0" name=ow_wfjgbalc_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="1073741824" )
  112. text(band=header alignment="2" text="自定义一" border="2" color="33554432" x="7360" y="220" height="56" width="402" html.valueishtml="0" name=u_mtrldef_mtrlsectype_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="1073741824" )
  113. text(band=header alignment="2" text="自定义二" border="2" color="33554432" x="7771" y="220" height="56" width="448" html.valueishtml="0" name=u_mtrldef_zxmtrlmode_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="1073741824" )
  114. column(band=detail id=23 alignment="1" tabsequence=32766 border="0" color="0" x="6958" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  115. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="7360" y="4" height="68" width="402" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlsectype 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  116. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="7771" y="4" height="68" width="448" format="[general]" html.valueishtml="0" name=u_mtrldef_zxmtrlmode 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  117. text(band=header alignment="2" text="属性" border="2" color="33554432" x="8229" y="220" height="56" width="466" html.valueishtml="0" name=ow_wfjgbalc_status_t visible="0" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  118. text(band=header alignment="2" text="属性1" border="2" color="0" x="8704" y="220" height="56" width="471" html.valueishtml="0" name=ow_wfjgbalc_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="536870912" )
  119. text(band=header alignment="2" text="属性2" border="2" color="0" x="9184" y="220" height="56" width="421" html.valueishtml="0" name=ow_wfjgbalc_pcode_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="536870912" )
  120. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="8229" y="4" height="68" width="466" format="[general]" html.valueishtml="0" name=ow_wfjgbalc_status visible="0" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  121. column(band=detail id=10 alignment="0" tabsequence=0 border="0" color="0" x="8709" y="4" height="68" width="466" html.valueishtml="0" name=ow_wfjgbalc_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  122. column(band=detail id=11 alignment="0" tabsequence=0 border="0" color="0" x="9189" y="4" height="68" width="416" html.valueishtml="0" name=ow_wfjgbalc_pcode 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  123. htmltable(border="1" )
  124. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  125. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  126. import.xml()
  127. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )