123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- $PBExportHeader$ds_outware_sale_taskmx.srd
- release 11.5;
- datawindow(units=0 timer_interval=0 color=1073741824 brushmode=0 transparency=0 gradient.angle=0 gradient.color=8421504 gradient.focus=0 gradient.repetition.count=0 gradient.repetition.length=100 gradient.repetition.mode=0 gradient.scale=100 gradient.spread=100 gradient.transparency=0 picture.blur=0 picture.clip.bottom=0 picture.clip.left=0 picture.clip.right=0 picture.clip.top=0 picture.mode=0 picture.scale.x=100 picture.scale.y=100 picture.transparency=0 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 print.background=no print.preview.background=no print.preview.outline=yes hidegrayline=no showbackcoloronxp=no picture.file="" grid.lines=0 )
- header(height=72 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
- summary(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
- footer(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
- detail(height=84 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
- table(column=(type=long updatewhereclause=yes name=storageid dbname="u_mtrlware.storageid" dbalias=".storageid" )
- column=(type=long updatewhereclause=yes name=mtrlwareid dbname="u_mtrlware.mtrlwareid" dbalias=".mtrlwareid" )
- column=(type=char(30) updatewhereclause=yes name=plancode dbname="u_mtrlware.plancode" dbalias=".plancode" )
- column=(type=decimal(10) updatewhereclause=yes name=noallocqty dbname="u_mtrlware.noallocqty" dbalias=".noallocqty" )
- column=(type=long updatewhereclause=yes identity=yes name=plancodeflag dbname="plancodeflag" )
- column=(type=decimal(10) updatewhereclause=yes identity=yes name=noauditingqty dbname="noauditingqty" )
- column=(type=long updatewhereclause=yes identity=yes name=cusflag dbname="u_mtrlware.cusflag" dbalias=".cusflag" )
- column=(type=long updatewhereclause=yes name=sptid dbname="u_mtrlware.sptid" dbalias=".sptid" )
- retrieve="
- SELECT u_mtrlware.storageid,
- u_mtrlware.mtrlwareid,
- u_mtrlware.plancode,
- u_mtrlware.noallocqty,
- case when :arg_plancode = u_mtrlware.plancode then 1 else 0 end as plancodeflag,
- isnull(uv_mtrlware_noauditingqty.noauditingqty,0) as noauditingqty,
- case when u_mtrlware.sptid > 0 then 1 else 0 end as cusflag,
- u_mtrlware.sptid
- FROM u_mtrlware LEFT OUTER JOIN
- uv_mtrlware_noauditingqty ON
- u_mtrlware.mtrlwareid = uv_mtrlware_noauditingqty.mtrlwareid
- WHERE ( u_mtrlware.scid = :arg_scid ) AND
- ( u_mtrlware.storageid = :arg_storageid ) AND
- ( u_mtrlware.mtrlid = :arg_mtrlid ) AND
- ( u_mtrlware.status = :arg_status ) AND
- ( u_mtrlware.pcode = :arg_pcode ) AND
- ( u_mtrlware.woodcode = :arg_woodcode ) AND
- ( :arg_ifplancode = 0 or u_mtrlware.plancode = :arg_plancode ) AND
- ( u_mtrlware.sptid = :arg_sptid or :arg_sptid = -1 ) AND
- ( u_mtrlware.noallocqty >= 0) /*查有效库存*/
-
- union
- SELECT u_mtrlware.storageid,
- u_mtrlware.mtrlwareid,
- u_mtrlware.plancode,
- u_mtrlware.noallocqty,
- case when :arg_plancode = u_mtrlware.plancode then 1 else 0 end as plancodeflag,
- isnull(uv_mtrlware_noauditingqty.noauditingqty,0) as noauditingqty,
- case when u_mtrlware.sptid > 0 then 1 else 0 end as cusflag,
- u_mtrlware.sptid
- FROM u_mtrlware LEFT OUTER JOIN
- uv_mtrlware_noauditingqty ON
- u_mtrlware.mtrlwareid = uv_mtrlware_noauditingqty.mtrlwareid
- WHERE ( u_mtrlware.scid = :arg_scid ) AND
- ( u_mtrlware.storageid = :arg_storageid ) AND
- ( u_mtrlware.mtrlid = :arg_mtrlid ) AND
- ( u_mtrlware.status = :arg_status ) AND
- ( u_mtrlware.pcode = :arg_pcode ) AND
- ( u_mtrlware.woodcode = :arg_woodcode ) AND
- ( :arg_ifplancode = 0 or u_mtrlware.plancode = :arg_plancode ) AND
- ( u_mtrlware.sptid = 0 and :arg_ifpublware = 1) AND
- ( u_mtrlware.noallocqty >= 0) /*查公共库存*/
- union
- SELECT top 1 u_mtrlware.storageid,
- u_mtrlware.mtrlwareid,
- u_mtrlware.plancode,
- u_mtrlware.noallocqty,
- case when :arg_plancode = u_mtrlware.plancode then 1 else 0 end as plancodeflag,
- isnull(uv_mtrlware_noauditingqty.noauditingqty,0) as noauditingqty,
- case when u_mtrlware.sptid > 0 then 1 else 0 end as cusflag,
- u_mtrlware.sptid
- FROM u_mtrlware LEFT OUTER JOIN
- uv_mtrlware_noauditingqty ON
- u_mtrlware.mtrlwareid = uv_mtrlware_noauditingqty.mtrlwareid
- WHERE ( u_mtrlware.scid = :arg_scid ) AND
- ( u_mtrlware.storageid = :arg_storageid ) AND
- ( u_mtrlware.mtrlid = :arg_mtrlid ) AND
- ( u_mtrlware.status = :arg_status ) AND
- ( u_mtrlware.pcode = :arg_pcode ) AND
- ( u_mtrlware.woodcode = :arg_woodcode ) AND
- ( :arg_ifplancode = 0 or u_mtrlware.plancode = :arg_plancode ) AND
- ( u_mtrlware.sptid = :arg_sptid or :arg_sptid = -1 ) AND
- ( u_mtrlware.noallocqty = 0) /*查0库存*/
- " arguments=(("arg_scid", number),("arg_storageid", number),("arg_mtrlid", number),("arg_status", string),("arg_woodcode", string),("arg_pcode", string),("arg_sptid", number),("arg_ifpublware", number),("arg_ifplancode", number),("arg_plancode", string)) sort="noallocqty D cusflag D " )
- text(band=header alignment="2" text="Storageid" border="0" color="33554432" x="9" y="4" height="56" width="357" html.valueishtml="0" name=storageid_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" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- text(band=header alignment="2" text="Mtrlwareid" border="0" color="33554432" x="375" y="4" height="56" width="402" html.valueishtml="0" name=mtrlwareid_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" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- text(band=header alignment="2" text="Plancode" border="0" color="33554432" x="786" y="4" height="56" width="558" html.valueishtml="0" name=plancode_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" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- text(band=header alignment="2" text="Noallocqty" border="0" color="33554432" x="1353" y="4" height="56" width="507" html.valueishtml="0" name=noallocqty_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" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- text(band=header alignment="2" text="Plancodeflag" border="0" color="33554432" x="1874" y="4" height="56" width="453" html.valueishtml="0" name=plancodeflag_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" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- text(band=header alignment="2" text="Cusflag" border="0" color="33554432" x="2336" y="4" height="56" width="352" html.valueishtml="0" name=cusflag_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" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- text(band=header alignment="2" text="Noauditingqty" border="0" color="33554432" x="2697" y="4" height="56" width="485" html.valueishtml="0" name=noauditingqty_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
- column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="0" height="76" width="357" format="[general]" html.valueishtml="0" name=storageid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="375" y="0" height="76" width="402" format="[general]" html.valueishtml="0" name=mtrlwareid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="786" y="0" height="76" width="558" format="[general]" html.valueishtml="0" name=plancode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1353" y="0" height="76" width="507" format="[general]" html.valueishtml="0" name=noallocqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1874" y="0" height="76" width="453" format="[general]" html.valueishtml="0" name=plancodeflag visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="2336" y="0" height="76" width="352" format="[general]" html.valueishtml="0" name=cusflag visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="2702" y="4" height="76" width="480" format="[general]" html.valueishtml="0" name=noauditingqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- column(band=detail id=8 alignment="0" tabsequence=0 border="0" color="33554432" x="3195" y="4" height="56" width="233" html.valueishtml="0" name=sptid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
- text(band=header alignment="0" text="Sptid" border="0" color="33554432" x="3191" y="4" height="76" width="238" html.valueishtml="0" name=sptid_t visible="1" font.face="Tahoma" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
- htmltable(border="1" )
- htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
- xhtmlgen() cssgen(sessionspecific="0" )
- xmlgen(inline="0" )
- xsltgen()
- jsgen()
- export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="gb2312" name="ewisert" xml="<?xml version=~"1.0~" encoding=~"gb2312~" standalone=~"no~"?><ds_outware_waste><ds_outware_waste_row __pbband=~"detail~"><scid/><outwareid/><outwarecode/><billtype/><relid/><storageid>storageid</storageid><opdate/><opemp/><modemp/><moddate/><flag/><auditingdate/><auditingrep/><outdate/><outrep/><part/><dscrp/><cusid/><cusname/><balcflag/><balcdateint/><thflag/><secflag/><secauditingdate/><secauditingrep/><sys_changetime/><ctmint/><printnum/><wagemth/><otheramt/><relstr_1/><relstr_2/><relstr_3/><relint_1/><relint_2/><relint_3/><priceflag/><pricedate/><priceemp/><rel_address/><rel_tele/><rel_fax/><rel_rep/></ds_outware_waste_row></ds_outware_waste>"))
- import.xml()
- export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
- export.xhtml()
-
|