$PBExportHeader$dw_cusamt_permit.srd release 9; datawindow(units=0 timer_interval=0 color=16777215 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 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 hidegrayline=no grid.lines=0 selected.mouse=no ) header(height=68 color="536870912" ) summary(height=0 color="536870912" ) footer(height=64 color="536870912" ) detail(height=76 color="536870912" ) table(column=(type=long updatewhereclause=yes name=u_cusamt_cusmonid dbname="u_cusamt.cusmonid" initial="0" ) column=(type=datetime updatewhereclause=yes name=u_cusamt_cusdate dbname="u_cusamt.cusdate" initial="today" ) column=(type=char(20) updatewhereclause=yes name=u_cust_cuscode dbname="u_cust.cuscode" initial="empty" ) column=(type=char(30) updatewhereclause=yes name=u_cusamt_relcode dbname="u_cusamt.relcode" ) column=(type=long updatewhereclause=yes name=u_cusamt_accountid dbname="u_cusamt.accountid" initial="0" ) column=(type=decimal(2) updatewhereclause=yes name=u_cusamt_cusamt dbname="u_cusamt.cusamt" initial="0" ) column=(type=long updatewhereclause=yes name=u_cusamt_moneyid dbname="u_cusamt.moneyid" initial="0" ) column=(type=decimal(5) updatewhereclause=yes name=u_cusamt_mrate dbname="u_cusamt.mrate" initial="0" ) column=(type=long updatewhereclause=yes name=u_cusamt_banktypeid dbname="u_cusamt.banktypeid" initial="0" ) column=(type=char(20) updatewhereclause=yes name=u_cusamt_cusrep dbname="u_cusamt.cusrep" initial="empty" ) column=(type=datetime updatewhereclause=yes name=u_cusamt_viewdate dbname="u_cusamt.viewdate" initial="today" ) column=(type=char(20) updatewhereclause=yes name=u_itemdef_itemcode dbname="u_itemdef.itemcode" initial="empty" ) column=(type=char(50) updatewhereclause=yes name=u_cusamt_fpcode dbname="u_cusamt.fpcode" ) column=(type=char(255) updatewhereclause=yes name=u_cusamt_dscrp dbname="u_cusamt.dscrp" initial="empty" ) column=(type=long updatewhereclause=yes name=u_cusamt_cusid dbname="u_cusamt.cusid" initial="0" ) column=(type=char(30) updatewhereclause=yes name=u_cusamt_cusmoncode dbname="u_cusamt.cusmoncode" initial="empty" ) column=(type=long updatewhereclause=yes name=flag dbname="u_cusamt.flag" initial="0" values=" 1/ 0" ) column=(type=datetime updatewhereclause=yes name=u_cusamt_opdate dbname="u_cusamt.opdate" initial="today" ) column=(type=char(10) updatewhereclause=yes name=u_cusamt_opemp dbname="u_cusamt.opemp" initial="empty" ) column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" initial="empty" ) column=(type=char(10) updatewhereclause=yes name=u_cusamt_audopemp dbname="u_cusamt.audopemp" initial="empty" ) column=(type=datetime updatewhereclause=yes name=u_cusamt_audopdate dbname="u_cusamt.audopdate" ) column=(type=long updatewhereclause=yes name=u_cusamt_printnum dbname="u_cusamt.printnum" ) column=(type=long updatewhereclause=yes name=u_cusamt_confirmflag dbname="u_cusamt.confirmflag" values=" 1/ 0" ) column=(type=datetime updatewhereclause=yes name=u_cusamt_confirmdate dbname="u_cusamt.confirmdate" ) column=(type=char(20) updatewhereclause=yes name=u_cusamt_confirmemp dbname="u_cusamt.confirmemp" ) column=(type=long updatewhereclause=yes name=u_cusamt_scid dbname="u_cusamt.scid" initial="0" ) column=(type=long updatewhereclause=yes name=u_cusamt_itemid dbname="u_cusamt.itemid" initial="0" ) column=(type=long updatewhereclause=yes name=u_cusamt_refrapid dbname="u_cusamt.refrapid" ) column=(type=char(50) updatewhereclause=yes name=u_itemdef_itemname dbname="u_itemdef.itemname" initial="empty" ) column=(type=char(30) updatewhereclause=yes name=u_accounts_accountsname dbname="u_accounts.accountsname" initial="empty" ) column=(type=long updatewhereclause=yes name=u_accounts_moneyid dbname="u_accounts.moneyid" ) column=(type=char(30) updatewhereclause=yes name=cw_currency_name dbname="cw_currency.name" initial="empty" ) column=(type=long updatewhereclause=yes name=ifover dbname="ifover" values=" 1/ 0" ) column=(type=long updatewhereclause=yes name=secflag dbname="u_cusamt.secflag" values=" 1/ 0" ) column=(type=char(30) updatewhereclause=yes name=secemp dbname="u_cusamt.secemp" ) column=(type=datetime updatewhereclause=yes name=secdate dbname="u_cusamt.secdate" ) retrieve=" SELECT u_cusamt.cusmonid, u_cusamt.cusdate, u_cust.cuscode, u_cusamt.relcode, u_cusamt.accountid, u_cusamt.cusamt, u_cusamt.moneyid, u_cusamt.mrate, u_cusamt.banktypeid, u_cusamt.cusrep, u_cusamt.viewdate, u_itemdef.itemcode, u_cusamt.fpcode, u_cusamt.dscrp, u_cusamt.cusid, u_cusamt.cusmoncode, u_cusamt.flag, u_cusamt.opdate, u_cusamt.opemp, u_cust.name, u_cusamt.audopemp, u_cusamt.audopdate, u_cusamt.printnum, u_cusamt.confirmflag, u_cusamt.confirmdate, u_cusamt.confirmemp, u_cusamt.scid, u_cusamt.itemid, u_cusamt.refrapid, u_itemdef.itemname, u_accounts.accountsname, u_accounts.moneyid, cw_currency.name , case isnull(cw_banktype.ifconfirm,0) when 0 then 0 else case when getdate() > u_cusamt.confirmdate then 1 else 0 end end as ifover, u_cusamt.secflag, u_cusamt.secemp, u_cusamt.secdate FROM u_cusamt LEFT OUTER JOIN u_itemdef ON u_cusamt.itemid = u_itemdef.itemid LEFT OUTER JOIN u_accounts ON u_cusamt.accountid = u_accounts.accountsid LEFT OUTER JOIN cw_currency ON u_cusamt.moneyid = cw_currency.moneyid LEFT OUTER JOIN cw_banktype ON u_cusamt.banktypeid = cw_banktype.banktypeid, u_cust WHERE ( u_cusamt.cusid = u_cust.cusid ) and ( u_cusamt.scid = :arg_scid or :arg_scid = -1 ) AND ( (:arg_secflag = -1 OR u_cusamt.secflag = :arg_secflag)) AND ( u_cusamt.billtype = 0 ) and u_cusamt.flag = 1 " arguments=(("arg_scid", number),("arg_secflag", number)) sort="u_cusamt_cusmoncode D " ) text(band=header alignment="2" text="日期" border="0" color="33554432" x="576" y="8" height="56" width="325" html.valueishtml="0" name=u_cusamt_cusdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="219" y="8" height="56" width="347" html.valueishtml="0" name=u_cusamt_cusmoncode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="金额" border="0" color="33554432" x="2414" y="8" height="56" width="384" html.valueishtml="0" name=u_cusamt_cusamt_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="摘要" border="0" color="33554432" x="5966" y="8" height="56" width="1006" html.valueishtml="0" name=u_cusamt_dscrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="初审" border="0" color="33554432" x="8603" y="8" height="56" width="146" html.valueishtml="0" name=u_cusamt_flag_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="7803" y="8" height="56" width="530" html.valueishtml="0" name=u_cusamt_opdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="建立人" border="0" color="33554432" x="8343" y="8" height="56" width="251" html.valueishtml="0" name=u_cusamt_opemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="客户编号" border="0" color="33554432" x="1248" y="8" height="56" width="398" html.valueishtml="0" name=u_cust_cuscode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="客户名称" border="0" color="33554432" x="1655" y="8" height="56" width="750" html.valueishtml="0" name=u_cust_name_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="初审人" border="0" color="33554432" x="8759" y="8" height="56" width="329" html.valueishtml="0" name=u_cusamt_audopemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="分部" border="0" color="33554432" x="7383" y="8" height="56" width="411" html.valueishtml="0" name=u_cusamt_scid_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="结算方式" border="0" color="33554432" x="6981" y="8" height="56" width="393" html.valueishtml="0" name=u_cusamt_banktypeid_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="经手人" border="0" color="33554432" x="4238" y="8" height="56" width="283" html.valueishtml="0" name=u_cusamt_cusrep_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="相关号" border="0" color="33554432" x="4530" y="8" height="56" width="338" html.valueishtml="0" name=u_cusamt_relcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="2" text="项目编号" border="0" color="33554432" x="4878" y="8" height="56" width="434" html.valueishtml="0" name=u_itemdef_itemcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="项目名称" border="0" color="33554432" x="5321" y="8" height="56" width="635" html.valueishtml="0" name=u_itemdef_itemname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="帐号" border="0" color="33554432" x="3131" y="8" height="56" width="800" html.valueishtml="0" name=u_accounts_accountsname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="应收帐币种" border="0" color="33554432" x="2807" y="8" height="56" width="315" html.valueishtml="0" name=cw_currency_name_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="汇率" border="0" color="33554432" x="3941" y="8" height="56" width="288" html.valueishtml="0" name=u_cusamt_mrate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="印" border="0" color="33554432" x="9" y="8" height="56" width="73" html.valueishtml="0" name=u_cusamt_printnum_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="初审时间" border="0" color="33554432" x="9097" y="8" height="56" width="558" html.valueishtml="0" name=u_cusamt_audopdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="预计到帐日" border="0" color="33554432" x="910" y="8" height="56" width="329" html.valueishtml="0" name=u_cusamt_viewdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="到帐确认" border="0" color="33554432" x="9664" y="8" height="56" width="261" html.valueishtml="0" name=u_cusamt_confirmflag_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="确认时间" border="0" color="33554432" x="9934" y="8" height="56" width="503" html.valueishtml="0" name=u_cusamt_confirmdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="超期" border="0" color="33554432" x="91" y="8" height="56" width="119" html.valueishtml="0" name=ifover_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="确认人" border="0" color="33554432" x="10446" y="8" height="56" width="297" html.valueishtml="0" name=u_cusamt_confirmemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="发票编号" border="0" color="33554432" x="10752" y="8" height="56" width="951" html.valueishtml="0" name=u_cusamt_fpcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" ) text(band=header alignment="2" text="终审" border="0" color="33554432" x="11712" y="8" height="56" width="119" html.valueishtml="0" name=u_cusamt_secflag_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" ) text(band=header alignment="2" text="终审人" border="0" color="33554432" x="11840" y="8" height="56" width="274" html.valueishtml="0" name=u_cusamt_secemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" ) text(band=header alignment="2" text="终审时间" border="0" color="33554432" x="12123" y="8" height="56" width="544" html.valueishtml="0" name=u_cusamt_secdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="219" y="4" height="68" width="347" format="[general]" html.valueishtml="0" name=u_cusamt_cusmoncode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=6 alignment="1" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="2414" y="4" height="68" width="384" format="#,##0.00" html.valueishtml="0" name=u_cusamt_cusamt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="5966" y="4" height="68" width="1006" format="[general]" html.valueishtml="0" name=u_cusamt_dscrp visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=2 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="576" y="4" height="68" width="325" format="yyyy-mm-dd" html.valueishtml="0" name=u_cusamt_cusdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=17 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="8603" y="4" height="68" width="146" format="[general]" html.valueishtml="0" name=flag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="7803" y="4" height="68" width="530" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_cusamt_opdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="8343" y="4" height="68" width="251" format="[general]" html.valueishtml="0" name=u_cusamt_opemp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="1248" y="4" height="68" width="398" format="[general]" html.valueishtml="0" name=u_cust_cuscode visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="1655" y="4" height="68" width="750" format="[general]" html.valueishtml="0" name=u_cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="8759" y="4" height="68" width="329" format="[general]" html.valueishtml="0" name=u_cusamt_audopemp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="7383" y="4" height="68" width="411" format="[general]" html.valueishtml="0" name=u_cusamt_scid visible="1" dddw.name=dw_rp_scdef dddw.displaycolumn=scname dddw.datacolumn=scid dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="6981" y="4" height="68" width="393" format="[general]" html.valueishtml="0" name=u_cusamt_banktypeid visible="1" dddw.name=ddd_banktype dddw.displaycolumn=banktypename dddw.datacolumn=banktypeid dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="4238" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=u_cusamt_cusrep visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="4878" y="4" height="68" width="434" format="[general]" html.valueishtml="0" name=u_itemdef_itemcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=30 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="5321" y="4" height="68" width="635" format="[general]" html.valueishtml="0" name=u_itemdef_itemname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="3941" y="4" height="68" width="288" format="[general]" html.valueishtml="0" name=u_cusamt_mrate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=31 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="3131" y="4" height="68" width="800" format="[general]" html.valueishtml="0" name=u_accounts_accountsname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="2807" y="4" height="68" width="315" format="[general]" html.valueishtml="0" name=cw_currency_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=23 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="9" y="4" height="68" width="73" format="[general]" html.valueishtml="0" name=u_cusamt_printnum visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="9097" y="4" height="68" width="558" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_cusamt_audopdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=11 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="910" y="4" height="68" width="329" format="yyyy-mm-dd" html.valueishtml="0" name=u_cusamt_viewdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=24 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="9664" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=u_cusamt_confirmflag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=yes checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="9934" y="4" height="68" width="503" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_cusamt_confirmdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=34 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="91" y="4" height="68" width="119" format="[general]" html.valueishtml="0" name=ifover visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="4530" y="4" height="68" width="338" format="[general]" html.valueishtml="0" name=u_cusamt_relcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=26 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="10446" y="4" height="68" width="297" format="[general]" html.valueishtml="0" name=u_cusamt_confirmemp visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="10752" y="4" height="68" width="951" format="[general]" html.valueishtml="0" name=u_cusamt_fpcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=35 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="11712" y="4" height="68" width="119" format="[general]" html.valueishtml="0" name=secflag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=36 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="11840" y="4" height="68" width="274" format="[general]" html.valueishtml="0" name=secemp visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=37 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),if( secflag =0,rgb(128,0,128),rgb(0,0,0)))" x="12123" y="4" height="68" width="544" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=secdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) compute(band=footer alignment="2" expression="count(u_cusamt_cusmoncode for all)"border="0" color="16711680" x="219" y="4" height="56" width="347" format="[general]" html.valueishtml="0" name=compute_1 visible="1" slideup=allabove font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) compute(band=footer alignment="1" expression="sum(u_cusamt_cusamt for all)"border="0" color="16711680" x="2414" y="4" height="56" width="384" format="#,##0.00" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" ) htmltable(border="1" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="gb2312" name="1" xml="u_cusamt_cusmonidu_cusamt_cusdateu_cust_cuscodeu_cusamt_relcodeu_cusamt_accountidu_cusamt_cusamtu_cusamt_moneyidu_cusamt_mrateu_cusamt_banktypeidu_cusamt_cusrepu_cusamt_viewdateu_itemdef_itemcodeu_cusamt_dscrpu_cusamt_cusidu_cusamt_cusmoncodeu_cusamt_flagu_cusamt_opdateu_cusamt_opempu_cust_nameu_cusamt_audopempu_cusamt_audopdateu_cusamt_printnumu_cusamt_confirmflagu_cusamt_confirmdateu_cusamt_confirmempu_cusamt_scidu_cusamt_itemidu_cusamt_refrapidu_itemdef_itemnameu_accounts_accountsnamecw_currency_nameifover")) import.xml() export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )