dw_rp_cusamt_edit.srd 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. $PBExportHeader$dw_rp_cusamt_edit.srd
  2. release 11.5;
  3. datawindow(units=1 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 = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 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 print.background=no print.preview.background=no print.preview.outline=yes hidegrayline=no showbackcoloronxp=no picture.file="" )
  4. header(height=0 color="0" 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=320 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=u_cusamt_scid dbname="u_cusamt.scid" initial="null" values="分部ID /" )
  9. column=(type=char(20) updatewhereclause=yes name=u_cust_cuscode dbname="u_cust.cuscode" initial="null" values="客户编号 /" )
  10. column=(type=long updatewhereclause=yes name=u_cusamt_accountid dbname="u_cusamt.accountid" initial="null" values="帐号ID /" )
  11. column=(type=datetime updatewhereclause=yes name=u_cusamt_cusdate dbname="u_cusamt.cusdate" initial="null" )
  12. column=(type=decimal(2) updatewhereclause=yes name=u_cusamt_cusamt dbname="u_cusamt.cusamt" initial="null" )
  13. column=(type=char(255) updatewhereclause=yes name=u_cusamt_dscrp dbname="u_cusamt.dscrp" initial="null" )
  14. column=(type=long updatewhereclause=yes name=u_cusamt_cusid dbname="u_cusamt.cusid" initial="null" values="客户ID /" )
  15. column=(type=char(30) updatewhereclause=yes name=u_cusamt_cusmoncode dbname="u_cusamt.cusmoncode" initial="null" )
  16. column=(type=long updatewhereclause=yes name=u_cusamt_flag dbname="u_cusamt.flag" initial="null" values="审核标记 /" )
  17. column=(type=datetime updatewhereclause=yes name=u_cusamt_opdate dbname="u_cusamt.opdate" initial="null" values="新建时间 /" )
  18. column=(type=char(10) updatewhereclause=yes name=u_cusamt_opemp dbname="u_cusamt.opemp" initial="null" )
  19. column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" initial="null" values="客户名称 /" )
  20. column=(type=char(10) updatewhereclause=yes name=u_cusamt_audopemp dbname="u_cusamt.audopemp" initial="null" values="审核人 /" )
  21. column=(type=datetime updatewhereclause=yes name=u_cusamt_audopdate dbname="u_cusamt.audopdate" initial="null" values="审核时间 /" )
  22. column=(type=long updatewhereclause=yes name=u_cusamt_cusmonid dbname="u_cusamt.cusmonid" initial="null" values="单据ID /" )
  23. column=(type=char(100) updatewhereclause=yes name=u_accounts_dscrp dbname="u_accounts.dscrp" initial="null" values="备注 /" )
  24. retrieve="SELECT u_cusamt.scid,
  25. u_cust.cuscode,
  26. u_cusamt.accountid,
  27. u_cusamt.cusdate,
  28. u_cusamt.cusamt as cusamt,
  29. u_cusamt.dscrp,
  30. u_cusamt.cusid,
  31. u_cusamt.cusmoncode,
  32. u_cusamt.flag,
  33. u_cusamt.opdate,
  34. u_cusamt.opemp,
  35. u_cust.name,
  36. u_cusamt.audopemp,
  37. u_cusamt.audopdate,
  38. u_cusamt.cusmonid,
  39. u_accounts.dscrp
  40. FROM u_cusamt,
  41. u_cust,
  42. u_accounts
  43. WHERE ( u_cusamt.cusid = u_cust.cusid ) and
  44. ( u_cusamt.accountid = u_accounts.accountsid ) and
  45. ( ( u_cusamt.cusmonid = :arg_cusmonid ) )
  46. " arguments=(("arg_cusmonid", number)) )
  47. groupbox(band=detail text=""border="2" color="33554432" x="11" y="74" height="215" width="656" name=gb_1 visible="1" font.face="宋体" font.height="-14" font.weight="700" 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" )
  48. compute(band=detail alignment="0" expression="'兹 收 到 '+if(trim(u_cust_name)='',' ',string( u_cust_name ))+'货款:'+string( u_cusamt_cusamt ,'#,##0.00')+'元。'"border="0" color="33554432" x="42" y="84" height="27" width="609" format="[GENERAL]" html.valueishtml="0" name=compute_1 tag="'兹 收 到 '+if(trim(u_cust_name)='',' ',string( u_cust_name ))+'货款:'+string( u_cusamt_cusamt ,'#,##0.00')+'元。'" visible="1" font.face="宋体" font.height="-14" 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" )
  49. line(band=detail x1="148" y1="114" x2="652" y2="114" name=l_3 visible="1" pen.style="0" pen.width="1" pen.color="33554432" 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" )
  50. compute(band=detail alignment="0" expression="'金额(大写): '+f_decimaltocn(abs( u_cusamt_cusamt ),0)"border="0" color="33554432" x="66" y="193" height="22" width="521" format="[GENERAL]" html.valueishtml="0" name=compute_2 tag="'金额(大写): '+f_decimaltocn(abs( u_cusamt_cusamt ),0)" visible="1" font.face="宋体" font.height="-14" 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" )
  51. line(band=detail x1="483" y1="275" x2="605" y2="275" name=l_9 visible="1" pen.style="0" pen.width="1" pen.color="33554432" 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" )
  52. compute(band=detail alignment="0" expression="'('+string( u_accounts_dscrp)+')'"border="0" color="33554432" x="148" y="121" height="22" width="341" format="[GENERAL]" html.valueishtml="0" name=compute_4 tag="'('+string( u_accounts_dscrp)+')'" visible="1" font.face="宋体" font.height="-14" 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" )
  53. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="251" y="51" height="17" width="175" format="yyyy 年 mm 月 dd 日" html.valueishtml="0" name=u_cusamt_cusdate tag="u_cusamt_cusdate" visible="1" editmask.mask="yyyy 年 mm 月 dd 日" editmask.focusrectangle=no font.face="宋体" font.height="-12" font.weight="400" font.family="2" 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" )
  54. line(band=detail x1="249" y1="41" x2="428" y2="41" name=l_1 visible="1" pen.style="0" pen.width="1" pen.color="33554432" 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" )
  55. line(band=detail x1="249" y1="44" x2="428" y2="44" name=l_2 visible="1" pen.style="0" pen.width="1" pen.color="33554432" 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" )
  56. text(band=detail alignment="2" text="收 据" border="0" color="33554432" x="249" y="8" height="31" width="179" html.valueishtml="0" name=t_3 visible="1" font.face="宋体" font.height="-20" 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" )
  57. text(band=detail alignment="1" text="单据编号:" border="0" color="33554432" x="443" y="51" height="18" width="89" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-12" 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" )
  58. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="534" y="51" height="17" width="131" format="[general]" html.valueishtml="0" name=u_cusamt_cusmoncode tag="u_cusamt_cusmoncode" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="宋体" font.height="-12" font.weight="400" font.family="2" 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" )
  59. line(band=detail x1="41" y1="148" x2="648" y2="148" name=l_4 visible="1" pen.style="0" pen.width="1" pen.color="33554432" 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" )
  60. line(band=detail x1="41" y1="185" x2="648" y2="185" name=l_5 visible="1" pen.style="0" pen.width="1" pen.color="33554432" 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" )
  61. line(band=detail x1="191" y1="225" x2="645" y2="225" name=l_6 visible="1" pen.style="0" pen.width="1" pen.color="33554432" 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" )
  62. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="89" y="248" height="36" width="352" format="[general]" html.valueishtml="0" name=u_cusamt_dscrp tag="u_cusamt_dscrp" visible="1" height.autosize=yes edit.limit=0 edit.case=any edit.autoselect=yes 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="2" text="备注" border="0" color="33554432" x="24" y="248" height="22" width="56" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-14" font.weight="700" 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" )
  64. compute(band=detail alignment="0" expression="'¥:' "border="0" color="33554432" x="451" y="248" height="22" width="29" format="[GENERAL]" html.valueishtml="0" name=compute_3 tag="'¥:' " visible="1" font.face="宋体" font.height="-14" 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="33554432" x="24" y="296" height="18" width="43" html.valueishtml="0" name=t_4 visible="1" font.face="宋体" font.height="-12" 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" )
  66. text(band=detail alignment="2" text="会计" border="0" color="33554432" x="133" y="296" height="18" width="43" html.valueishtml="0" name=t_5 visible="1" font.face="宋体" font.height="-12" 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" )
  67. text(band=detail alignment="2" text="记帐" border="0" color="33554432" x="241" y="296" height="18" width="43" html.valueishtml="0" name=t_6 visible="1" font.face="宋体" font.height="-12" 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="2" text="出纳" border="0" color="33554432" x="349" y="296" height="18" width="43" html.valueishtml="0" name=t_7 visible="1" font.face="宋体" font.height="-12" 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. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="33554432" x="483" y="248" height="22" width="120" format="#,##0.00" html.valueishtml="0" name=u_cusamt_cusamt tag="u_cusamt_cusamt" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="宋体" font.height="-12" 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" )
  70. compute(band=detail alignment="0" expression="'元'"border="0" color="33554432" x="603" y="248" height="22" width="56" format="[GENERAL]" html.valueishtml="0" name=compute_5 tag="'元'" visible="1" font.face="Arial" font.height="-12" font.weight="700" font.family="2" font.pitch="2" font.charset="0" 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="2" text="经手人:" border="0" color="33554432" x="455" y="296" height="18" width="56" html.valueishtml="0" name=t_8 visible="1" font.face="宋体" font.height="-12" 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. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="514" y="296" height="19" width="92" format="[general]" html.valueishtml="0" name=u_cusamt_opemp tag="u_cusamt_opemp" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes font.face="宋体" font.height="-12" font.weight="400" font.family="2" 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. htmltable(border="0" )
  74. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
  75. xhtmlgen() cssgen(sessionspecific="0" )
  76. xmlgen(inline="0" )
  77. xsltgen()
  78. jsgen()
  79. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  80. import.xml()
  81. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
  82. export.xhtml()