dw_rp_msttake_takecodehz_2.srd 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. $PBExportHeader$dw_rp_msttake_takecodehz_2.srd
  2. release 11.5;
  3. datawindow(units=0 timer_interval=0 color=16777215 brushmode=0 transparency=0 gradient.angle=0 gradient.color=8421504 gradient.focus=0 gradient.repetition.count=0 gradient.repetition.length=100 gradient.repetition.mode=0 gradient.scale=100 gradient.spread=100 gradient.transparency=0 picture.blur=0 picture.clip.bottom=0 picture.clip.left=0 picture.clip.right=0 picture.clip.top=0 picture.mode=0 picture.scale.x=100 picture.scale.y=100 picture.transparency=0 processing=0 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 print.background=no print.preview.background=no print.preview.outline=yes hidegrayline=no showbackcoloronxp=no picture.file="" )
  4. header(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  5. summary(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  6. footer(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  7. detail(height=1088 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" height.autosize=yes )
  8. table(column=(type=long updatewhereclause=yes name=v_musttakebalc_balcamt_mx_cusid dbname="v_musttakebalc_balcamt_mx.cusid" dbalias=".cusid" )
  9. column=(type=char(20) updatewhereclause=yes name=v_cust_cuscode dbname="v_cust.cuscode" dbalias=".cuscode" )
  10. column=(type=char(20) updatewhereclause=yes name=v_cust_custype dbname="v_cust.custype" dbalias=".custype" )
  11. column=(type=decimal(2) updatewhereclause=yes identity=yes name=balcamt dbname="balcamt" )
  12. column=(type=decimal(2) updatewhereclause=yes identity=yes name=msttakeamt dbname="Msttakeamt" )
  13. column=(type=decimal(2) updatewhereclause=yes identity=yes name=takeamt dbname="takeamt" )
  14. column=(type=decimal(2) updatewhereclause=yes identity=yes name=orgn_amt dbname="orgn_amt" )
  15. column=(type=long updatewhereclause=yes identity=yes name=v_cust_moneyid dbname="v_cust.moneyid" dbalias=".moneyid" )
  16. column=(type=char(50) updatewhereclause=yes name=v_cust_cusname dbname="v_cust.cusname" dbalias=".cusname" )
  17. column=(type=char(30) updatewhereclause=yes name=v_cust_name dbname="v_cust.name" dbalias=".name" )
  18. retrieve="SELECT
  19. v_musttakebalc_balcamt_mx.cusid,
  20. v_cust.cuscode,
  21. v_cust.custype,
  22. sum(v_musttakebalc_balcamt_mx.balcamt - ISNULL(v_musttakebalc_outdate_incdec.outdate_Msttakeamt,0)) AS balcamt,
  23. sum(ISNULL(v_musttakebalc_incdec.Msttakeamt, 0)) AS Msttakeamt,
  24. SUM( ISNULL(v_musttakebalc_incdec.takeamt, 0) ) AS takeamt,
  25. SUM( v_musttakebalc_balcamt_mx.balcamt - ISNULL(v_musttakebalc_incdec.Msttakeamt,
  26. 0) + ISNULL(v_musttakebalc_incdec.takeamt, 0)
  27. - ISNULL(v_musttakebalc_outdate_incdec.outdate_Msttakeamt, 0)) AS orgn_amt,
  28. v_cust.moneyid,
  29. v_cust.cusname,
  30. v_cust.name
  31. FROM v_cust INNER JOIN
  32. v_musttakebalc_balcamt_mx ON
  33. v_cust.cusid = v_musttakebalc_balcamt_mx.cusid AND
  34. v_cust.moneyid = v_musttakebalc_balcamt_mx.moneyid LEFT OUTER JOIN
  35. v_musttakebalc_outdate_incdec RIGHT OUTER JOIN
  36. v_musttakebalc_incdec ON
  37. v_musttakebalc_outdate_incdec.moneyid = v_musttakebalc_incdec.moneyid AND
  38. v_musttakebalc_outdate_incdec.cusid = v_musttakebalc_incdec.cusid and
  39. v_musttakebalc_outdate_incdec.scid = v_musttakebalc_incdec.scid
  40. ON
  41. v_musttakebalc_balcamt_mx.moneyid = v_musttakebalc_incdec.moneyid AND
  42. v_musttakebalc_balcamt_mx.cusid = v_musttakebalc_incdec.cusid and
  43. v_musttakebalc_balcamt_mx.scid = v_musttakebalc_incdec.scid
  44. WHERE (v_cust.cuscode LIKE :arg_cuscode) AND
  45. (Msttakeamt <> 0 OR takeamt <> 0 OR
  46. v_musttakebalc_balcamt_mx.balcamt - ISNULL(v_musttakebalc_outdate_incdec.outdate_Msttakeamt,0) <> 0 or
  47. v_musttakebalc_balcamt_mx.balcamt - ISNULL(v_musttakebalc_incdec.Msttakeamt,0) + ISNULL(v_musttakebalc_incdec.takeamt, 0) - ISNULL(v_musttakebalc_outdate_incdec.outdate_Msttakeamt, 0) <> 0 or
  48. v_cust.cusid IN (SELECT cusid FROM u_bmsttakemx WHERE takedate >= :arg_first_date AND takedate <= :arg_end_date AND buildtype <> 2 and u_bmsttakemx.moneyid=:arg_moneyid )) AND
  49. (v_cust.moneyid = :arg_moneyid) AND
  50. (v_cust.cusareaid IN (:arg_cusareaid) )
  51. and (v_musttakebalc_balcamt_mx.scid=:arg_scid or :arg_scid=-1 )
  52. group by v_musttakebalc_balcamt_mx.cusid,
  53. v_cust.cuscode,
  54. v_cust.custype,
  55. v_cust.moneyid,
  56. v_cust.cusname,
  57. v_cust.name
  58. ORDER BY v_cust.cuscode ASC
  59. " arguments=(("arg_moneyid", number),("arg_cuscode", string),("arg_first_date", datetime),("arg_end_date", datetime),("arg_cusareaid", numberlist),("arg_scid", number)) )
  60. compute(band=detail alignment="0" expression="'第 ' +page() + ' 页 共 ' + pageCount()+' 页'"border="0" color="0" x="2523" y="116" height="60" width="773" format="[general]" html.valueishtml="0" name=compute_3 visible="1~tif( pageCount() > 1 ,1 ,0)" slideup=allabove font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  61. text(band=detail alignment="1" text="客户编号:" border="0" color="0" x="9" y="180" height="68" width="343" html.valueishtml="0" name=cuscode_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  62. text(band=detail alignment="1" text="客户名称:" border="0" color="0" x="9" y="300" height="68" width="343" html.valueishtml="0" name=name_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  63. text(band=detail alignment="1" text="对帐日期:" border="0" color="0" x="1486" y="180" height="68" width="343" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  64. text(band=detail alignment="0" text="" border="0" color="0" x="1838" y="180" height="68" width="1463" html.valueishtml="0" name=txt_dzrq visible="1" font.face="宋体" font.height="-11" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  65. text(band=detail alignment="2" text="客户对帐表" border="0" color="0" x="14" y="4" height="108" width="3287" html.valueishtml="0" name=t_1 visible="1" moveable=1 font.face="宋体" font.height="-18" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  66. report(band=detail dataobject="dw_rp_msttake_takecodehz_chl_2" x="14" y="504" height="136" width="4791" border="0" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" height.autosize=yes criteria="" nest_arguments=((" v_musttakebalc_balcamt_mx_cusid "),(" arg_moneyid "),(" arg_first_date "),(" arg_end_date "),(" arg_scid ")) trail_footer = yes name=dw_1 visible="1" slideleft=yes slideup=directlyabove )
  67. text(band=detail alignment="0" text="说明:此帐单一星期内核对回传,如不回传,默认为正确。" border="0" color="33554432" x="27" y="968" height="68" width="3282" html.valueishtml="0" name=t_11 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  68. text(band=detail alignment="1" text="业务经手人:" border="0" color="33554432" x="1687" y="840" height="68" width="512" html.valueishtml="0" name=t_5 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  69. text(band=detail alignment="0" text="" border="4" color="33554432" x="2208" y="840" height="68" width="521" html.valueishtml="0" name=t_6 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  70. text(band=detail alignment="0" text="" border="4" color="33554432" x="626" y="840" height="68" width="521" html.valueishtml="0" name=t_8 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  71. text(band=detail alignment="0" text="销售审核人:" border="0" color="33554432" x="233" y="840" height="68" width="384" html.valueishtml="0" name=t_7 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  72. text(band=detail alignment="0" text="" border="4" color="33554432" x="2208" y="696" height="68" width="521" html.valueishtml="0" name=t_10 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  73. text(band=detail alignment="1" text="会计 :" border="0" color="33554432" x="1687" y="696" height="68" width="512" html.valueishtml="0" name=t_9 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  74. text(band=detail alignment="0" text="" border="4" color="33554432" x="626" y="696" height="68" width="1047" html.valueishtml="0" name=t_4 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  75. text(band=detail alignment="0" text="对方单位签名盖章:" border="0" color="33554432" x="27" y="696" height="68" width="590" html.valueishtml="0" name=t_3 visible="1" slideup=allabove font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  76. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="361" y="180" height="68" width="887" format="[general]" html.valueishtml="0" name=v_cust_cuscode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-11" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  77. text(band=detail alignment="1" text="期末结余:" border="0" color="0" x="2039" y="420" height="68" width="343" html.valueishtml="0" name=balcamt_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  78. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="2391" y="420" height="68" width="901" format="#,##0.00" html.valueishtml="0" name=balcamt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-11" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  79. text(band=detail alignment="1" text="期初结余:" border="0" color="0" x="864" y="420" height="68" width="343" html.valueishtml="0" name=orgn_amt_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  80. text(band=detail alignment="1" text="币种:" border="0" color="0" x="9" y="420" height="68" width="343" html.valueishtml="0" name=t_12 visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  81. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="357" y="300" height="68" width="2926" format="[general]" html.valueishtml="0" name=v_cust_cusname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-11" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  82. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="1216" y="420" height="68" width="800" format="#,##0.00" html.valueishtml="0" name=orgn_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-11" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  83. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="361" y="420" height="68" width="489" format="[general]" html.valueishtml="0" name=v_cust_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-11" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  84. htmltable(border="1" )
  85. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
  86. xhtmlgen() cssgen(sessionspecific="0" )
  87. xmlgen(inline="0" )
  88. xsltgen()
  89. jsgen()
  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" )
  93. export.xhtml()