ds_asset_init_index.srd 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. $PBExportHeader$ds_asset_init_index.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. datawindow ( units=0 timer_interval=0 color=16777215 processing=1 print.documentname="" print.orientation=0 print.margin.left=110 print.margin.right=110 print.margin.top=96 print.margin.bottom=96 print.paper.size=0 print.paper.source=0 grid.lines=0 selected.mouse=yes)
  5. header(height=72 color="536870912" )
  6. summary(height=0 color="536870912" )
  7. footer(height=0 color="536870912" )
  8. detail(height=84 color="536870912" )
  9. table(column=(type=long key=yes update=yes updatewhereclause=yes name=accsetid dbname="cw_assetcard.accsetid" )
  10. column=(type=long key=yes update=yes updatewhereclause=yes name=assetcardid dbname="cw_assetcard.assetcardid" )
  11. column=(type=char(10) update=yes updatewhereclause=yes name=assetcardcode dbname="cw_assetcard.assetcardcode" )
  12. column=(type=char(40) update=yes updatewhereclause=yes name=assetcardname dbname="cw_assetcard.assetcardname" )
  13. column=(type=char(20) update=yes updatewhereclause=yes name=spectype dbname="cw_assetcard.spectype" )
  14. column=(type=long update=yes updatewhereclause=yes name=assetypeid dbname="cw_assetcard.assetypeid" )
  15. column=(type=long update=yes updatewhereclause=yes name=deptid dbname="cw_assetcard.deptid" )
  16. column=(type=long update=yes updatewhereclause=yes name=incrdecrid dbname="cw_assetcard.incrdecrid" )
  17. column=(type=char(60) update=yes updatewhereclause=yes name=location dbname="cw_assetcard.location" )
  18. column=(type=long update=yes updatewhereclause=yes name=usedtypeid dbname="cw_assetcard.usedtypeid" )
  19. column=(type=long update=yes updatewhereclause=yes name=deprediateid dbname="cw_assetcard.deprediateid" )
  20. column=(type=datetime update=yes updatewhereclause=yes name=startdate dbname="cw_assetcard.startdate" )
  21. column=(type=long update=yes updatewhereclause=yes name=workload dbname="cw_assetcard.workload" )
  22. column=(type=long update=yes updatewhereclause=yes name=usedall dbname="cw_assetcard.usedall" )
  23. column=(type=char(10) update=yes updatewhereclause=yes name=unit dbname="cw_assetcard.unit" )
  24. column=(type=decimal(4) update=yes updatewhereclause=yes name=rawvalue dbname="cw_assetcard.rawvalue" )
  25. column=(type=decimal(4) update=yes updatewhereclause=yes name=usedvalue dbname="cw_assetcard.usedvalue" )
  26. column=(type=decimal(4) update=yes updatewhereclause=yes name=remainrate dbname="cw_assetcard.remainrate" )
  27. column=(type=decimal(4) update=yes updatewhereclause=yes name=remainvalue dbname="cw_assetcard.remainvalue" )
  28. column=(type=decimal(4) update=yes updatewhereclause=yes name=deprrate dbname="cw_assetcard.deprrate" )
  29. column=(type=decimal(4) update=yes updatewhereclause=yes name=deprvalue dbname="cw_assetcard.deprvalue" )
  30. column=(type=char(18) update=yes updatewhereclause=yes name=subid dbname="cw_assetcard.subid" )
  31. column=(type=long update=yes updatewhereclause=yes name=initflag dbname="cw_assetcard.Initflag" )
  32. column=(type=long update=yes updatewhereclause=yes name=clearflag dbname="cw_assetcard.clearflag" )
  33. retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cw_assetcard~" ) COLUMN(NAME=~"cw_assetcard.accsetid~") COLUMN(NAME=~"cw_assetcard.assetcardid~") COLUMN(NAME=~"cw_assetcard.assetcardcode~") COLUMN(NAME=~"cw_assetcard.assetcardname~") COLUMN(NAME=~"cw_assetcard.spectype~") COLUMN(NAME=~"cw_assetcard.assetypeid~") COLUMN(NAME=~"cw_assetcard.deptid~") COLUMN(NAME=~"cw_assetcard.incrdecrid~") COLUMN(NAME=~"cw_assetcard.location~") COLUMN(NAME=~"cw_assetcard.usedtypeid~") COLUMN(NAME=~"cw_assetcard.deprediateid~") COLUMN(NAME=~"cw_assetcard.startdate~") COLUMN(NAME=~"cw_assetcard.workload~") COLUMN(NAME=~"cw_assetcard.usedall~") COLUMN(NAME=~"cw_assetcard.unit~") COLUMN(NAME=~"cw_assetcard.rawvalue~") COLUMN(NAME=~"cw_assetcard.usedvalue~") COLUMN(NAME=~"cw_assetcard.remainrate~") COLUMN(NAME=~"cw_assetcard.remainvalue~") COLUMN(NAME=~"cw_assetcard.deprrate~") COLUMN(NAME=~"cw_assetcard.deprvalue~") COLUMN(NAME=~"cw_assetcard.subid~") COLUMN(NAME=~"cw_assetcard.Initflag~") COLUMN(NAME=~"cw_assetcard.clearflag~")WHERE( EXP1 =~"cw_assetcard.clearflag~" OP =~"=~" EXP2 =~"0~" LOGIC =~"and~" ) WHERE( EXP1 =~"cw_assetcard.startdate~" OP =~"<~" EXP2 =~":arg_firstdate~" LOGIC =~"and~" ) WHERE( EXP1 =~"cw_assetcard.accsetid~" OP =~"=~" EXP2 =~":arg_accsetid~" LOGIC =~"and~" ) WHERE( EXP1 =~"cw_assetcard.Initflag~" OP =~"=~" EXP2 =~"1~" ) ) ARG(NAME = ~"arg_accsetid~" TYPE = number) ARG(NAME = ~"arg_firstdate~" TYPE = datetime) "
  34. update="cw_assetcard" updatewhere=1 updatekeyinplace=no
  35. arguments=(("arg_accsetid", number), ("arg_firstdate", datetime))
  36. )
  37. text(name=accsetid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9" y="8" height="56" width="329" text="帐套ID" )
  38. text(name=assetcardid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="347" y="8" height="56" width="329" text="固定资产ID" )
  39. text(name=assetcardcode_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="686" y="8" height="56" width="411" text="固定资产编号" )
  40. text(name=assetcardname_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="1106" y="8" height="56" width="1125" text="固定资产名称" )
  41. text(name=spectype_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2240" y="8" height="56" width="576" text="规格型号" )
  42. text(name=assetypeid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2825" y="8" height="56" width="411" text="固定资产类别" )
  43. text(name=deptid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="3246" y="8" height="56" width="329" text="所属部门" )
  44. text(name=incrdecrid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="3584" y="8" height="56" width="329" text="增减方式" )
  45. text(name=location_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="3922" y="8" height="56" width="1673" text="存放位置" )
  46. text(name=usedtypeid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="5605" y="8" height="56" width="329" text="使用状况" )
  47. text(name=deprediateid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="5943" y="8" height="56" width="329" text="折旧方法" )
  48. text(name=startdate_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="6281" y="8" height="56" width="603" text="入帐日期" )
  49. text(name=workload_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="6894" y="8" height="56" width="384" text="预计使用月份" )
  50. text(name=usedall_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="7287" y="8" height="56" width="329" text="已计提月份" )
  51. text(name=unit_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="7625" y="8" height="56" width="357" text="工作量单位" )
  52. text(name=rawvalue_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="7991" y="8" height="56" width="329" text="入帐原值" )
  53. text(name=usedvalue_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="8329" y="8" height="56" width="329" text="累计折旧" )
  54. text(name=remainrate_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="8667" y="8" height="56" width="329" text="预计残值率" )
  55. text(name=remainvalue_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9006" y="8" height="56" width="329" text="预计剩残值" )
  56. text(name=deprrate_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9344" y="8" height="56" width="329" text="月折旧率" )
  57. text(name=deprvalue_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9682" y="8" height="56" width="329" text="月折旧额" )
  58. text(name=subid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="10021" y="8" height="56" width="521" text="对应折旧科目" )
  59. text(name=initflag_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="10551" y="8" height="56" width="329" text="Initflag" )
  60. text(name=clearflag_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="10889" y="8" height="56" width="329" text="清理标记" )
  61. column(name=accsetid tag="帐套ID" band=detail id=1 x="9" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=10 )
  62. column(name=assetcardid tag="固定资产ID" band=detail id=2 x="347" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=20 )
  63. column(name=assetcardcode tag="固定资产编号" band=detail id=3 x="686" y="8" height="68" width="411" 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="-9" font.pitch="2" font.weight="400" tabsequence=30 )
  64. column(name=assetcardname tag="固定资产名称" band=detail id=4 x="1106" y="8" height="68" width="1125" 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="-9" font.pitch="2" font.weight="400" tabsequence=40 )
  65. column(name=spectype tag="规格型号" band=detail id=5 x="2240" y="8" height="68" width="576" 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=20 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="-9" font.pitch="2" font.weight="400" tabsequence=50 )
  66. column(name=assetypeid tag="固定资产类别" band=detail id=6 x="2825" y="8" height="68" width="411" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=60 )
  67. column(name=deptid tag="所属部门" band=detail id=7 x="3246" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=70 )
  68. column(name=incrdecrid tag="增减方式" band=detail id=8 x="3584" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=80 )
  69. column(name=location tag="存放位置" band=detail id=9 x="3922" y="8" height="68" width="1673" 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=60 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="-9" font.pitch="2" font.weight="400" tabsequence=90 )
  70. column(name=usedtypeid tag="使用状况" band=detail id=10 x="5605" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=100 )
  71. column(name=deprediateid tag="折旧方法" band=detail id=11 x="5943" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=110 )
  72. column(name=startdate tag="入帐日期" band=detail id=12 x="6281" y="8" height="68" width="603" color="0" border="0" alignment="0" format="[shortdate] [time]" 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="-9" font.pitch="2" font.weight="400" tabsequence=120 )
  73. column(name=workload tag="预计使用月份" band=detail id=13 x="6894" y="8" height="68" width="384" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=130 )
  74. column(name=usedall tag="已计提月份" band=detail id=14 x="7287" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=140 )
  75. column(name=unit tag="工作量单位" band=detail id=15 x="7625" y="8" height="68" width="357" 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="-9" font.pitch="2" font.weight="400" tabsequence=150 )
  76. column(name=rawvalue tag="入帐原值" band=detail id=16 x="7991" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=160 )
  77. column(name=usedvalue tag="累计折旧" band=detail id=17 x="8329" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=170 )
  78. column(name=remainrate tag="预计残值率" band=detail id=18 x="8667" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=180 )
  79. column(name=remainvalue tag="预计剩残值" band=detail id=19 x="9006" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=190 )
  80. column(name=deprrate tag="月折旧率" band=detail id=20 x="9344" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=200 )
  81. column(name=deprvalue tag="月折旧额" band=detail id=21 x="9682" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=210 )
  82. column(name=subid tag="对应折旧科目" band=detail id=22 x="10021" y="8" height="68" width="521" 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=18 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="-9" font.pitch="2" font.weight="400" tabsequence=220 )
  83. column(name=initflag band=detail id=23 x="10551" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=230 )
  84. column(name=clearflag tag="清理标记" band=detail id=24 x="10889" y="8" height="68" width="329" color="0" border="0" alignment="1" 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=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="-9" font.pitch="2" font.weight="400" tabsequence=240 )
  85. htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
  86. htmlgen()
  87. export.xml(metadatatype=0 savemetadata=0 )
  88. import.xml()
  89. export.pdf(method=0 )