123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- $PBExportHeader$dw_warebalc_view_spt_his.srd
- release 9;
- datawindow(units=0 timer_interval=60000 color=16777215 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 1 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 9 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 selected.mouse=no )
- header(height=276 color="536870912" )
- summary(height=76 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=char(20) updatewhereclause=yes name=u_spt_sptcode dbname="u_spt.sptcode" )
- column=(type=char(50) updatewhereclause=yes name=u_spt_name dbname="u_spt.name" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
- column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" initial="empty" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
- column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlsectype dbname="u_mtrldef.mtrlsectype" )
- column=(type=char(50) updatewhereclause=yes name=u_mtrldef_zxmtrlmode dbname="u_mtrldef.zxmtrlmode" )
- column=(type=char(255) updatewhereclause=yes name=ow_wfjgbalc_status dbname="ow_wfjgbalc.status" )
- column=(type=char(255) updatewhereclause=yes name=ow_wfjgbalc_woodcode dbname="ow_wfjgbalc.woodcode" )
- column=(type=char(30) updatewhereclause=yes name=ow_wfjgbalc_pcode dbname="ow_wfjgbalc.pcode" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_bgqty dbname="ow_wfjgbalc.bgqty" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_bgamt dbname="ow_wfjgbalc.bgamt" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_outqty dbname="ow_wfjgbalc.outqty" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_outamt dbname="ow_wfjgbalc.outamt" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_reoutqty dbname="ow_wfjgbalc.reoutqty" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_reoutamt dbname="ow_wfjgbalc.reoutamt" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_thqty dbname="ow_wfjgbalc.thqty" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_thamt dbname="ow_wfjgbalc.thamt" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_inqty dbname="ow_wfjgbalc.inqty" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_inamt dbname="ow_wfjgbalc.inamt" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_balcqty dbname="ow_wfjgbalc.balcqty" )
- column=(type=decimal(4) updatewhereclause=yes name=ow_wfjgbalc_balcamt dbname="ow_wfjgbalc.balcamt" )
- retrieve="SELECT u_spt.sptcode,
- u_spt.name,
- u_mtrldef.mtrlcode,
- u_mtrldef.mtrlname,
- u_mtrldef.mtrlmode,
- u_mtrldef.unit,
- u_mtrldef.mtrlsectype,
- u_mtrldef.zxmtrlmode,
- ow_wfjgbalc.status,
- ow_wfjgbalc.woodcode,
- ow_wfjgbalc.pcode,
- case ow_wfjgbalc.bgqty when 0 then null else ow_wfjgbalc.bgqty end as bgqty ,
- case ow_wfjgbalc.bgamt when 0 then null else ow_wfjgbalc.bgamt end as bgamt,
- case ow_wfjgbalc.outqty when 0 then null else ow_wfjgbalc.outqty end as outqty,
- case ow_wfjgbalc.outamt when 0 then null else ow_wfjgbalc.outamt end as outamt,
- case ow_wfjgbalc.reoutqty when 0 then null else ow_wfjgbalc.reoutqty end as reoutqty,
- case ow_wfjgbalc.reoutamt when 0 then null else ow_wfjgbalc.reoutamt end as reoutamt ,
- case ow_wfjgbalc.thqty when 0 then null else ow_wfjgbalc.thqty end as thqty,
- case ow_wfjgbalc.thamt when 0 then null else ow_wfjgbalc.thamt end as thamt,
- case ow_wfjgbalc.inqty when 0 then null else ow_wfjgbalc.inqty end as inqty ,
- case ow_wfjgbalc.inamt when 0 then null else ow_wfjgbalc.inamt end as inamt ,
- case ow_wfjgbalc.balcqty when 0 then null else ow_wfjgbalc.balcqty end as balcqty,
- case ow_wfjgbalc.balcamt when 0 then null else ow_wfjgbalc.balcamt end as balcamt
- FROM ow_wfjgbalc INNER JOIN
- u_spt ON ow_wfjgbalc.sptid = u_spt.sptid INNER JOIN
- u_mtrldef ON ow_wfjgbalc.mtrlid = u_mtrldef.mtrlid
- where ow_wfjgbalc.balcdateint=0
- and ( abs( ow_wfjgbalc.bgqty) +abs(ow_wfjgbalc.thqty) + abs(ow_wfjgbalc.inqty) + abs(ow_wfjgbalc.reoutqty) + abs(ow_wfjgbalc.outqty)+abs(ow_wfjgbalc.balcqty) <> 0 or abs( ow_wfjgbalc.bgamt) +abs(ow_wfjgbalc.thamt) + abs(ow_wfjgbalc.inamt) + abs(ow_wfjgbalc.reoutamt) + abs(ow_wfjgbalc.outamt)+abs(ow_wfjgbalc.balcamt) <> 0)
- " sort="u_mtrldef_mtrlcode A " )
- text(band=header alignment="2" text=" 编码" border="2" color="0" x="1129" y="220" height="56" width="347" html.valueishtml="0" name=u_mtrldef_mtrlcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="品名" border="2" color="0" x="1486" y="220" height="56" width="599" html.valueishtml="0" name=u_mtrldef_mtrlname_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="库存单位" border="2" color="0" x="2487" y="220" height="56" width="256" html.valueishtml="0" name=u_mtrldef_unit_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="规格" border="2" color="33554432" x="2094" y="220" height="56" width="384" html.valueishtml="0" name=u_mtrldef_mtrlmode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="供应商名称" border="2" color="33554432" x="398" y="220" height="56" width="722" html.valueishtml="0" name=u_spt_name_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期初数量" border="2" color="33554432" x="2752" y="220" height="56" width="352" html.valueishtml="0" name=ow_wfjgbalc_bgqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="供应商编号" border="2" color="33554432" x="9" y="220" height="56" width="379" html.valueishtml="0" name=u_spt_sptcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期初金额" border="2" color="33554432" x="3113" y="220" height="56" width="375" html.valueishtml="0" name=ow_wfjgbalc_bgamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间收货数" border="2" color="33554432" x="5047" y="220" height="56" width="338" html.valueishtml="0" name=ow_wfjgbalc_outqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间收货金额" border="2" color="33554432" x="5394" y="220" height="56" width="384" html.valueishtml="0" name=ow_wfjgbalc_outamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间返工数" border="2" color="33554432" x="5787" y="220" height="56" width="379" html.valueishtml="0" name=ow_wfjgbalc_reoutqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间返工金额" border="2" color="33554432" x="6176" y="220" height="56" width="379" html.valueishtml="0" name=ow_wfjgbalc_reoutamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间退回数" border="2" color="33554432" x="4251" y="220" height="56" width="384" html.valueishtml="0" name=ow_wfjgbalc_thqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间退回金额" border="2" color="33554432" x="4645" y="220" height="56" width="393" html.valueishtml="0" name=ow_wfjgbalc_thamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间发出数" border="2" color="33554432" x="3497" y="220" height="56" width="343" html.valueishtml="0" name=ow_wfjgbalc_inqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="期间发出金额" border="2" color="33554432" x="3849" y="220" height="56" width="393" html.valueishtml="0" name=ow_wfjgbalc_inamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="结余数量" border="2" color="33554432" x="6565" y="220" height="56" width="384" html.valueishtml="0" name=ow_wfjgbalc_balcqty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="379" format="[general]" html.valueishtml="0" name=u_spt_sptcode 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="1486" y="4" height="68" width="599" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname tag="物料名称" 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="2487" y="4" height="68" width="256" format="[general]" html.valueishtml="0" name=u_mtrldef_unit tag="计量单位" 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="2094" y="4" height="68" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0~tif( u_mtrldef_minqty > u_mtrldef_balcqty ,rgb(255,0,0),rgb(0,0,0))" x="1129" y="4" height="68" width="347" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode tag="物料编码" 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="398" y="4" height="68" width="722" format="[general]" html.valueishtml="0" name=u_spt_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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="0" x="2752" y="4" height="68" width="352" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_bgqty 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=13 alignment="1" tabsequence=32766 border="0" color="0" x="3113" y="4" height="68" width="375" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_bgamt 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="0" x="5047" y="4" height="68" width="338" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_outqty 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="0" x="5394" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_outamt 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=16 alignment="1" tabsequence=32766 border="0" color="0" x="5787" y="4" height="68" width="379" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_reoutqty 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=17 alignment="1" tabsequence=32766 border="0" color="0" x="6176" y="4" height="68" width="379" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_reoutamt 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="0" x="4251" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_thqty 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=19 alignment="1" tabsequence=32766 border="0" color="0" x="4645" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_thamt 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=20 alignment="1" tabsequence=32766 border="0" color="0" x="3497" y="4" height="68" width="343" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_inqty 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=21 alignment="1" tabsequence=32766 border="0" color="0" x="3849" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_inamt 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=22 alignment="1" tabsequence=32766 border="0" color="0" x="6565" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_balcqty 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="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_bgqty for all)"border="0" color="0" x="2752" y="4" height="68" width="352" format="#,##0.####" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_bgamt for all)"border="0" color="0" x="3113" y="4" height="68" width="375" format="#,##0.####" 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="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_inqty for all)"border="0" color="0" x="3497" y="4" height="68" width="343" format="#,##0.####" html.valueishtml="0" name=compute_3 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_inamt for all)"border="0" color="0" x="3849" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=compute_4 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_thqty for all)"border="0" color="0" x="4251" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=compute_5 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_thamt for all)"border="0" color="0" x="4645" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=compute_6 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_outqty for all)"border="0" color="0" x="5047" y="4" height="68" width="338" format="#,##0.####" html.valueishtml="0" name=compute_7 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_outamt for all)"border="0" color="0" x="5394" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=compute_8 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_reoutqty for all)"border="0" color="0" x="5787" y="4" height="68" width="379" format="#,##0.####" html.valueishtml="0" name=compute_9 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_reoutamt for all)"border="0" color="0" x="6176" y="4" height="68" width="379" format="#,##0.####" html.valueishtml="0" name=compute_11 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_balcqty for all)"border="0" color="0" x="6565" y="4" height="68" width="384" format="#,##0.####" html.valueishtml="0" name=compute_12 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(ow_wfjgbalc_balcamt for all)"border="0" color="0" x="6958" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=compute_13 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="2" expression="count(u_mtrldef_mtrlname for all)"border="0" color="0" x="1486" y="4" height="68" width="599" format="[general]" html.valueishtml="0" name=compute_10 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=summary alignment="2" text="合计" border="0" color="0" x="1129" y="4" height="68" width="347" html.valueishtml="0" name=t_3 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=foreground alignment="0" text="" border="0" color="0" x="0" y="0" height="216" width="9659" html.valueishtml="0" name=back visible="1" resizeable=1 font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
- compute(band=foreground alignment="0" expression="'打印时间:'+string(today(),'yyyy-mm-dd')+' '+string(now(),'hh:mm')+' 第 ' + page() + ' 页共 ' + pageCount()+' 页'"border="0" color="0" x="14" y="144" height="56" width="2254" format="[general]" html.valueishtml="0" name=sm visible="1" moveable=1 font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=foreground alignment="0" text="外协商结存预览表" border="0" color="0" x="14" y="8" height="124" width="2254" html.valueishtml="0" name=title visible="1" font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
- text(band=header alignment="2" text="结余金额" border="2" color="33554432" x="6958" y="220" height="56" width="393" html.valueishtml="0" name=ow_wfjgbalc_balcamt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="自定义一" border="2" color="33554432" x="7360" y="220" height="56" width="402" html.valueishtml="0" name=u_mtrldef_mtrlsectype_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="自定义二" border="2" color="33554432" x="7771" y="220" height="56" width="448" html.valueishtml="0" name=u_mtrldef_zxmtrlmode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- column(band=detail id=23 alignment="1" tabsequence=32766 border="0" color="0" x="6958" y="4" height="68" width="393" format="#,##0.####" html.valueishtml="0" name=ow_wfjgbalc_balcamt 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="7360" y="4" height="68" width="402" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlsectype 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="7771" y="4" height="68" width="448" format="[general]" html.valueishtml="0" name=u_mtrldef_zxmtrlmode 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="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="属性" border="2" color="33554432" x="8229" y="220" height="56" width="466" html.valueishtml="0" name=ow_wfjgbalc_status_t visible="0" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="属性1" border="2" color="0" x="8704" y="220" height="56" width="471" html.valueishtml="0" name=ow_wfjgbalc_woodcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="属性2" border="2" color="0" x="9184" y="220" height="56" width="421" html.valueishtml="0" name=ow_wfjgbalc_pcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="8229" y="4" height="68" width="466" format="[general]" html.valueishtml="0" name=ow_wfjgbalc_status visible="0" 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=10 alignment="0" tabsequence=0 border="0" color="0" x="8709" y="4" height="68" width="466" html.valueishtml="0" name=ow_wfjgbalc_woodcode 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="134" background.mode="1" background.color="536870912" )
- column(band=detail id=11 alignment="0" tabsequence=0 border="0" color="0" x="9189" y="4" height="68" width="416" html.valueishtml="0" name=ow_wfjgbalc_pcode 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="134" background.mode="1" background.color="536870912" )
- 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 )
- import.xml()
- export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
|