dw_rp_depr.srd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. $PBExportHeader$dw_rp_depr.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. datawindow ( units=0 timer_interval=60000 color=16777215 processing=1 print.documentname="" print.orientation=1 print.margin.left=110 print.margin.right=110 print.margin.top=96 print.margin.bottom=96 print.paper.size=9 print.paper.source=0 grid.lines=0 selected.mouse=yes)
  5. header(height=332 color="536870912" )
  6. summary(height=68 color="536870912" )
  7. footer(height=0 color="536870912" )
  8. detail(height=84 color="536870912" )
  9. table(column=(type=char(10) updatewhereclause=yes name=cw_assetcard_assetcardcode dbname="assetcardcode" )
  10. column=(type=char(40) updatewhereclause=yes name=cw_assetcard_assetcardname dbname="assetcardname" )
  11. column=(type=long updatewhereclause=yes name=cw_assetcard_workload dbname="workload" )
  12. column=(type=long updatewhereclause=yes name=cw_assetcard_clearflag dbname="clearflag"
  13. values=" 1/ 0" )
  14. column=(type=long updatewhereclause=yes name=totalwl dbname="totalwl" )
  15. column=(type=decimal(2) updatewhereclause=yes name=cw_astbalance_bastdebit dbname="bastdebit" )
  16. column=(type=decimal(2) updatewhereclause=yes name=cw_astbalance_bdprcredit dbname="bdprcredit" )
  17. column=(type=decimal(4) updatewhereclause=yes name=cw_astbalance_deprrate dbname="deprrate" )
  18. column=(type=decimal(2) updatewhereclause=yes name=cw_astbalance_dprcredit dbname="dprcredit" )
  19. column=(type=decimal(2) updatewhereclause=yes name=cw_assetcard_remainvalue dbname="remainvalue" )
  20. column=(type=datetime updatewhereclause=yes name=cleardate dbname="cleardate" )
  21. column=(type=char(50) updatewhereclause=yes name=assettypename dbname="assettypename" )
  22. retrieve=" SELECT cw_assetcard.assetcardcode,
  23. cw_assetcard.assetcardname,
  24. cw_assetcard.workload + cw_assetcard.usedall as workload,
  25. cw_assetcard.clearflag,
  26. isnull(cw_astbalance.totalwl,0) as totalwl,
  27. isnull(cw_astbalance.bastdebit,0) as bastdebit,
  28. isnull(cw_astbalance.bdprcredit,0) as bdprcredit,
  29. isnull(cw_astbalance.deprrate,0) as deprrate,
  30. isnull(cw_astbalance.dprcredit,0) as dprcredit,
  31. cw_assetcard.remainvalue ,
  32. cw_astclear.cleardate,
  33. cw_assettype.assettypename
  34. FROM cw_assetcard left outer join cw_astbalance on
  35. ( cw_assetcard.accsetid = cw_astbalance.accsetid) and
  36. ( cw_assetcard.assetcardid = cw_astbalance.assetcardid)
  37. left outer join cw_astclear on
  38. ( cw_assetcard.accsetid = cw_astclear.accsetid) and
  39. ( cw_assetcard.assetcardid = cw_astclear.assetcardid)
  40. left outer join cw_assettype on
  41. ( cw_assetcard.accsetid = cw_assettype.accsetid) and
  42. ( cw_assetcard.assetypeid = cw_assettype.assettypeid)
  43. WHERE ( cw_astbalance.yearmon = :arg_yearmon ) AND
  44. ( cw_astbalance.accsetid = :arg_accsetid ) AND
  45. ( cw_assetcard.clearflag = :arg_clearflag or :arg_clearflag = -1 ) and
  46. ( (isnull(cw_astbalance.dprcredit,0) > 0 AND ( :if_zero = 1 )) OR ( :if_zero = -1) ) "
  47. arguments=(("arg_accsetid", number), ("arg_yearmon", number), ("if_zero", number), ("arg_clearflag", number))
  48. sort="cw_assetcard_assetcardcode A"
  49. )
  50. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="4818" y="216" height="116" width="357" text="" )
  51. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="1074" y="216" height="116" width="325" text="" )
  52. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="1408" y="216" height="116" width="192" text="" )
  53. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="1609" y="216" height="116" width="201" text="" )
  54. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="9" y="216" height="116" width="87" text="" )
  55. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="9" y="216" height="56" width="87" text="清" )
  56. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="9" y="276" height="56" width="87" text="理" )
  57. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="105" y="216" height="116" width="293" text="" )
  58. text(name=cw_assetcard_assetcardcode_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="105" y="248" height="56" width="293" text="编号" )
  59. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="407" y="216" height="116" width="658" text="" )
  60. text(name=cw_assetcard_assetcardname_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="407" y="248" height="56" width="658" text="固定资产名称" )
  61. text(name=cw_assetcard_workload_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="1408" y="216" height="56" width="192" text="预计使" )
  62. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="1609" y="216" height="56" width="201" text="已计" )
  63. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="1408" y="276" height="56" width="192" text="用月份" )
  64. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="1609" y="276" height="56" width="201" text="月份" )
  65. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="1819" y="216" height="116" width="480" text="" )
  66. text(name=cw_astbalance_bastdebit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="1819" y="248" height="56" width="480" text="期初原值" )
  67. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="2309" y="216" height="116" width="425" text="" )
  68. text(name=cw_astbalance_bdprcredit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2309" y="248" height="56" width="425" text="期初累计折旧" )
  69. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="2743" y="216" height="116" width="366" text="" )
  70. text(name=cw_astbalance_deprrate_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2743" y="248" height="56" width="366" text="月折旧率(%)" )
  71. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="3118" y="216" height="116" width="407" text="" )
  72. text(name=cw_astbalance_dprcredit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="3118" y="248" height="56" width="407" text="本期计提折旧" )
  73. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="3534" y="216" height="116" width="430" text="" )
  74. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="3534" y="248" height="56" width="430" text="折旧期末余额" )
  75. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="3973" y="216" height="116" width="384" text="" )
  76. text(name=cw_assetcard_remainvalue_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="3973" y="248" height="56" width="384" text="预计残值" )
  77. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="2" x="4366" y="216" height="116" width="443" text="" )
  78. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="4366" y="248" height="56" width="443" text="净值" )
  79. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="4818" y="248" height="56" width="357" text="清理日期" )
  80. text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="1074" y="248" height="56" width="325" text="资产类别" )
  81. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" x="407" y="4" height="60" width="658" format="[general]" expression="count(cw_assetcard_assetcardname for all)" alignment="2" border="0" crosstab.repeat=no )
  82. text(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="105" y="4" height="60" width="293" text="合计" )
  83. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1819" y="4" height="60" width="480" format="#,##0.00" expression="sum(cw_astbalance_bastdebit for all)" alignment="1" border="0" crosstab.repeat=no )
  84. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="3973" y="4" height="60" width="384" format="#,##0.00" expression="sum(cw_assetcard_remainvalue for all)" alignment="1" border="0" crosstab.repeat=no )
  85. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="3118" y="4" height="60" width="407" format="#,##0.00" expression="sum(cw_astbalance_dprcredit for all)" alignment="1" border="0" crosstab.repeat=no )
  86. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="3534" y="4" height="60" width="430" format="#,##0.00" expression="sum( cw_astbalance_bdprcredit + cw_astbalance_dprcredit for all)" alignment="1" border="0" crosstab.repeat=no )
  87. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="4366" y="4" height="60" width="443" format="#,##0.00" expression="sum( cw_astbalance_bastdebit - cw_astbalance_bdprcredit - cw_astbalance_dprcredit for all)" alignment="1" border="0" crosstab.repeat=no )
  88. compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="2309" y="4" height="60" width="425" format="#,##0.00" expression="sum(cw_astbalance_bdprcredit for all)" alignment="1" border="0" crosstab.repeat=no )
  89. column(name=cw_assetcard_assetcardcode tag="固定资产编号" band=detail id=1 x="105" y="8" height="68" width="293" color="0" border="0" alignment="0" format="[general]" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=10 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  90. column(name=cw_assetcard_assetcardname tag="固定资产名称" band=detail id=2 x="407" y="8" height="68" width="658" color="0" border="0" alignment="0" format="[general]" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=40 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  91. column(name=cw_astbalance_bastdebit tag="固定资产期初余额" band=detail id=6 x="1819" y="8" height="68" width="480" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  92. column(name=cw_astbalance_deprrate tag="预计残值率" band=detail id=8 x="2743" y="8" height="68" width="366" color="0" border="0" alignment="1" format="#,###0.00##" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  93. column(name=cw_astbalance_bdprcredit tag="累计折旧本期贷方" band=detail id=7 x="2309" y="8" height="68" width="425" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  94. column(name=cw_astbalance_dprcredit band=detail id=9 x="3118" y="8" height="68" width="407" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  95. compute(name=obj_24156578 band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="3534" y="8" height="68" width="430" format="#,##0.00" expression=" cw_astbalance_bdprcredit + cw_astbalance_dprcredit " alignment="1" border="0" crosstab.repeat=no )
  96. column(name=cw_assetcard_remainvalue band=detail id=10 x="3973" y="8" height="68" width="384" color="0" border="0" alignment="1" format="#,##0.00" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  97. column(name=cw_assetcard_clearflag band=detail id=4 x="9" y="8" height="68" width="87" color="0" border="0" alignment="2" format="[general]" checkbox.lefttext=no checkbox.scale=no checkbox.threed=yes checkbox.text="" checkbox.on="1" checkbox.off="0" criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  98. column(name=cw_assetcard_workload tag="预计使用月份" band=detail id=3 x="1408" y="8" height="68" width="192" color="0" border="0" alignment="1" format="#,##0.0#" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  99. column(name=totalwl band=detail id=5 x="1609" y="8" height="68" width="201" color="0" border="0" alignment="1" format="#,##0.0#" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  100. compute(name=obj_24152875 band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="4366" y="8" height="68" width="443" format="#,##0.00" expression=" cw_astbalance_bastdebit - cw_astbalance_bdprcredit - cw_astbalance_dprcredit " alignment="1" border="0" crosstab.repeat=no )
  101. column(name=cleardate band=detail id=11 x="4818" y="8" height="68" width="357" color="0" border="0" alignment="2" format="yyyy-mm-dd" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=yes edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  102. column(name=assettypename band=detail id=12 x="1074" y="8" height="68" width="325" color="0" border="0" alignment="0" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  103. text(name=bar band=foreground font.charset="0" font.face="Arial" font.family="2" font.height="-12" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="0" y="0" height="212" width="5211" text="" )
  104. text(name=title band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-20" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="9" y="8" height="124" width="1774" text="固定资产累计折旧报表" )
  105. text(name=month band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="1385" y="144" height="56" width="558" text="" )
  106. compute(band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="9" y="144" height="56" width="1353" format="[general]" expression="~"单位名称:~"+f_rst_Cropname()" alignment="0" border="0" crosstab.repeat=no )
  107. compute(band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="1957" y="144" height="56" width="1321" format="[general]" expression="'打印时间: '+string(today(),'yyyy-mm-dd hh:mm:ss')+ ' 第 ' + string(page()) + ' 页/ 共 '+string(pageCount())+' 页'" alignment="1" border="0" crosstab.repeat=no )
  108. htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
  109. htmlgen()
  110. export.xml(metadatatype=0 savemetadata=0 )
  111. import.xml()
  112. export.pdf(method=0 )