12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- $PBExportHeader$dw_rp_outwaremx_sale_audit_index.srd
- release 9;
- datawindow(units=1 timer_interval=0 color=16777215 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
- header(height=25 color="536870912" )
- summary(height=19 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=29 color="536870912" height.autosize=yes)
- table(column=(type=decimal(4) updatewhereclause=yes name=u_outwaremx_qty dbname="u_outwaremx.qty" initial="null" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" initial="null" )
- column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" initial="null" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" initial="null" )
- column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" initial="null" )
- column=(type=char(255) updatewhereclause=yes name=u_outwaremx_status dbname="u_outwaremx.status" initial="null" )
- column=(type=char(255) updatewhereclause=yes name=u_outwaremx_mxdscrp dbname="u_outwaremx.mxdscrp" initial="null" )
- column=(type=decimal(10) updatewhereclause=yes name=u_outwaremx_price dbname="u_outwaremx.price" initial="null" )
- column=(type=long updatewhereclause=yes name=u_outwaremx_packqty dbname="u_outwaremx.packqty" initial="null" )
- column=(type=char(14) updatewhereclause=yes name=relcode dbname="relcode" initial="null" )
- column=(type=long updatewhereclause=yes name=u_outwaremx_printid dbname="u_outwaremx.printid" initial="null" values="序号 /" )
- column=(type=decimal(10) updatewhereclause=yes name=u_outwaremx_fprice dbname="u_outwaremx.fprice" initial="null" values="人民币单价 /" )
- column=(type=decimal(5) updatewhereclause=yes name=u_outwaremx_rebate dbname="u_outwaremx.rebate" initial="null" values="折扣 /" )
- retrieve="SELECT u_outwaremx.qty,
- u_mtrldef.mtrlcode,
- u_mtrldef.mtrlname,
- u_mtrldef.mtrlmode,
- u_mtrldef.unit,
- u_outwaremx.status,
- u_outwaremx.mxdscrp,
- u_outwaremx.price,
- u_outwaremx.packqty,
- right(ltrim(rtrim(u_outwaremx.relcode)),7) as relcode ,
- u_outwaremx.printid,
- u_outwaremx.fprice,
- u_outwaremx.rebate
- FROM u_mtrldef,
- u_outwaremx
- WHERE ( u_mtrldef.mtrlid = u_outwaremx.mtrlid ) and
- ( u_outwaremx.outwareid = :arg_outwareid ) and
- ( u_outwaremx.scid = :arg_scid ) and
- ( :arg_printrow = :arg_printrow ) and
- ( :arg_top = :arg_top )
- union all
- SELECT TOP :arg_top null, null, null, null, null, null, null, null, null,null, 10000, null,null
- FROM syscolumns
- " arguments=(("arg_scid", number),("arg_outwareid", number),("arg_printrow", number),("arg_top", number)) )
- compute(band=background alignment="0" expression="ceiling( getrow() / arg_printrow )"border="0" color="0" x="1264" y="52" height="17" width="45" format="[general]" html.valueishtml="0" name=aa tag="ceiling( getrow() / arg_printrow )" visible="1~tif(0=0,0,1)" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=background alignment="2" text="明细备注" border="0" color="0" x="2" y="6" height="15" width="10" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="序" border="0" color="0" x="2" y="6" height="15" width="13" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="编码" border="0" color="0" x="64" y="6" height="15" width="67" html.valueishtml="0" name=u_mtrldef_mtrlcode_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="品名" border="0" color="0" x="133" y="6" height="15" width="100" html.valueishtml="0" name=u_mtrldef_mtrlname_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="规格" border="0" color="0" x="235" y="6" height="15" width="79" html.valueishtml="0" name=u_mtrldef_mtrlmode_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="颜色" border="0" color="0" x="375" y="6" height="15" width="61" html.valueishtml="0" name=u_outwaremx_status_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="库存单位" border="0" color="0" x="316" y="6" height="15" width="57" html.valueishtml="0" name=u_mtrldef_unit_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="数量" border="0" color="0" x="438" y="6" height="15" width="48" html.valueishtml="0" name=u_outwaremx_qty_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="明细备注" border="0" color="0" x="651" y="6" height="15" width="67" html.valueishtml="0" name=t_4 visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="包装" border="0" color="33554432" x="622" y="6" height="15" width="27" html.valueishtml="0" name=u_outwaremx_packqty_t visible="1" font.face="宋体" font.height="-10" 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="543" y="6" height="15" width="77" html.valueishtml="0" name=amt_t visible="1" font.face="宋体" font.height="-10" 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="17" y="6" height="15" width="45" html.valueishtml="0" name=relcode_t visible="1" font.face="宋体" font.height="-10" 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="0" x="488" y="6" height="15" width="53" html.valueishtml="0" name=u_outwaremx_price_t visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=detail alignment="2" expression="getrow()"border="0" color="0" x="2" y="5" height="20" width="13" format="[general]" html.valueishtml="0" name=cmpl1 tag="getrow()" visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="64" y="5" height="20" width="67" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode tag="u_mtrldef_mtrlcode" 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=3 alignment="0" tabsequence=32766 border="0" color="0" x="133" y="5" height="20" width="100" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname tag="u_mtrldef_mtrlname" visible="1" height.autosize=yes edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="0" x="316" y="5" height="20" width="57" format="[general]" html.valueishtml="0" name=u_mtrldef_unit tag="u_mtrldef_unit" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=1 alignment="1" tabsequence=32766 border="0" color="0" x="438" y="5" height="20" width="48" format="#,##0.####" html.valueishtml="0" name=u_outwaremx_qty tag="u_outwaremx_qty" visible="1" edit.limit=0 edit.case=any edit.format="#########0.##" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-10" 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" x="235" y="5" height="20" width="79" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode tag="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=6 alignment="0" tabsequence=32766 border="0" color="0" x="375" y="5" height="20" width="61" format="[general]" html.valueishtml="0" name=u_outwaremx_status tag="u_outwaremx_status" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-10" 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="651" y="5" height="20" width="67" format="[general]" html.valueishtml="0" name=u_outwaremx_mxdscrp tag="u_outwaremx_mxdscrp" visible="1" height.autosize=yes edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=9 alignment="2" tabsequence=32766 border="0" color="0" x="622" y="5" height="20" width="27" format="[general]" html.valueishtml="0" name=u_outwaremx_packqty tag="u_outwaremx_packqty" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=detail alignment="1" expression="u_outwaremx_fprice * u_outwaremx_rebate * u_outwaremx_qty"border="0" color="0" x="543" y="5" height="20" width="77" format="#,##0.00" html.valueishtml="0" name=amt tag="u_outwaremx_fprice * u_outwaremx_rebate * u_outwaremx_qty" visible="1" font.face="宋体" font.height="-10" 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=32766 border="0" color="0" x="17" y="5" height="20" width="45" format="[general]" html.valueishtml="0" name=relcode tag="relcode" 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=8 alignment="1" tabsequence=32766 border="0" color="0" x="488" y="5" height="20" width="53" format="#,##0.00########" html.valueishtml="0" name=u_outwaremx_price tag="u_outwaremx_price" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-10" 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(u_outwaremx_qty for all)"border="0" color="0" x="438" y="1" height="17" width="48" format="#,##0.####" html.valueishtml="0" name=compute_2 tag="sum(u_outwaremx_qty for all)" visible="1" font.face="宋体" font.height="-10" 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="33554432" x="133" y="1" height="17" width="100" html.valueishtml="0" name=t_5 visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- compute(band=summary alignment="2" expression="sum(u_outwaremx_packqty for all)"border="0" color="0" x="622" y="1" height="17" width="27" format="[general]" html.valueishtml="0" name=compute_3 tag="sum(u_outwaremx_packqty for all)" visible="1" font.face="宋体" font.height="-10" 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(u_outwaremx_fprice * u_outwaremx_rebate * u_outwaremx_qty for all)"border="0" color="0" x="543" y="1" height="17" width="77" format="#,##0.00" html.valueishtml="0" name=compute_1 tag="sum(u_outwaremx_fprice * u_outwaremx_rebate * u_outwaremx_qty for all)" visible="1" font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- htmltable(border="0" )
- 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" )
|