ds_outware_sale_taskmx.srd 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. $PBExportHeader$ds_outware_sale_taskmx.srd
  2. release 11.5;
  3. 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 )
  4. 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" )
  5. 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" )
  6. 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" )
  7. 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" )
  8. table(column=(type=long updatewhereclause=yes name=storageid dbname="u_mtrlware.storageid" dbalias=".storageid" )
  9. column=(type=long updatewhereclause=yes name=mtrlwareid dbname="u_mtrlware.mtrlwareid" dbalias=".mtrlwareid" )
  10. column=(type=char(30) updatewhereclause=yes name=plancode dbname="u_mtrlware.plancode" dbalias=".plancode" )
  11. column=(type=decimal(10) updatewhereclause=yes name=noallocqty dbname="u_mtrlware.noallocqty" dbalias=".noallocqty" )
  12. column=(type=long updatewhereclause=yes identity=yes name=plancodeflag dbname="plancodeflag" )
  13. column=(type=decimal(10) updatewhereclause=yes identity=yes name=noauditingqty dbname="noauditingqty" )
  14. column=(type=long updatewhereclause=yes identity=yes name=cusflag dbname="u_mtrlware.cusflag" dbalias=".cusflag" )
  15. column=(type=long updatewhereclause=yes name=sptid dbname="u_mtrlware.sptid" dbalias=".sptid" )
  16. retrieve="
  17. SELECT u_mtrlware.storageid,
  18. u_mtrlware.mtrlwareid,
  19. u_mtrlware.plancode,
  20. u_mtrlware.noallocqty,
  21. case when :arg_plancode = u_mtrlware.plancode then 1 else 0 end as plancodeflag,
  22. isnull(uv_mtrlware_noauditingqty.noauditingqty,0) as noauditingqty,
  23. case when u_mtrlware.sptid > 0 then 1 else 0 end as cusflag,
  24. u_mtrlware.sptid
  25. FROM u_mtrlware LEFT OUTER JOIN
  26. uv_mtrlware_noauditingqty ON
  27. u_mtrlware.mtrlwareid = uv_mtrlware_noauditingqty.mtrlwareid
  28. WHERE ( u_mtrlware.scid = :arg_scid ) AND
  29. ( u_mtrlware.storageid = :arg_storageid ) AND
  30. ( u_mtrlware.mtrlid = :arg_mtrlid ) AND
  31. ( u_mtrlware.status = :arg_status ) AND
  32. ( u_mtrlware.pcode = :arg_pcode ) AND
  33. ( u_mtrlware.woodcode = :arg_woodcode ) AND
  34. ( :arg_ifplancode = 0 or u_mtrlware.plancode = :arg_plancode ) AND
  35. ( u_mtrlware.sptid = :arg_sptid or :arg_sptid = -1 ) AND
  36. ( u_mtrlware.noallocqty >= 0) /*查有效库存*/
  37. union
  38. SELECT u_mtrlware.storageid,
  39. u_mtrlware.mtrlwareid,
  40. u_mtrlware.plancode,
  41. u_mtrlware.noallocqty,
  42. case when :arg_plancode = u_mtrlware.plancode then 1 else 0 end as plancodeflag,
  43. isnull(uv_mtrlware_noauditingqty.noauditingqty,0) as noauditingqty,
  44. case when u_mtrlware.sptid > 0 then 1 else 0 end as cusflag,
  45. u_mtrlware.sptid
  46. FROM u_mtrlware LEFT OUTER JOIN
  47. uv_mtrlware_noauditingqty ON
  48. u_mtrlware.mtrlwareid = uv_mtrlware_noauditingqty.mtrlwareid
  49. WHERE ( u_mtrlware.scid = :arg_scid ) AND
  50. ( u_mtrlware.storageid = :arg_storageid ) AND
  51. ( u_mtrlware.mtrlid = :arg_mtrlid ) AND
  52. ( u_mtrlware.status = :arg_status ) AND
  53. ( u_mtrlware.pcode = :arg_pcode ) AND
  54. ( u_mtrlware.woodcode = :arg_woodcode ) AND
  55. ( :arg_ifplancode = 0 or u_mtrlware.plancode = :arg_plancode ) AND
  56. ( u_mtrlware.sptid = 0 and :arg_ifpublware = 1) AND
  57. ( u_mtrlware.noallocqty >= 0) /*查公共库存*/
  58. union
  59. SELECT top 1 u_mtrlware.storageid,
  60. u_mtrlware.mtrlwareid,
  61. u_mtrlware.plancode,
  62. u_mtrlware.noallocqty,
  63. case when :arg_plancode = u_mtrlware.plancode then 1 else 0 end as plancodeflag,
  64. isnull(uv_mtrlware_noauditingqty.noauditingqty,0) as noauditingqty,
  65. case when u_mtrlware.sptid > 0 then 1 else 0 end as cusflag,
  66. u_mtrlware.sptid
  67. FROM u_mtrlware LEFT OUTER JOIN
  68. uv_mtrlware_noauditingqty ON
  69. u_mtrlware.mtrlwareid = uv_mtrlware_noauditingqty.mtrlwareid
  70. WHERE ( u_mtrlware.scid = :arg_scid ) AND
  71. ( u_mtrlware.storageid = :arg_storageid ) AND
  72. ( u_mtrlware.mtrlid = :arg_mtrlid ) AND
  73. ( u_mtrlware.status = :arg_status ) AND
  74. ( u_mtrlware.pcode = :arg_pcode ) AND
  75. ( u_mtrlware.woodcode = :arg_woodcode ) AND
  76. ( :arg_ifplancode = 0 or u_mtrlware.plancode = :arg_plancode ) AND
  77. ( u_mtrlware.sptid = :arg_sptid or :arg_sptid = -1 ) AND
  78. ( u_mtrlware.noallocqty = 0) /*查0库存*/
  79. " 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 " )
  80. 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" )
  81. 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" )
  82. 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" )
  83. 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" )
  84. 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" )
  85. 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" )
  86. 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" )
  87. 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" )
  88. 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" )
  89. 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" )
  90. 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" )
  91. 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" )
  92. 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" )
  93. 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" )
  94. 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" )
  95. 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" )
  96. htmltable(border="1" )
  97. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
  98. xhtmlgen() cssgen(sessionspecific="0" )
  99. xmlgen(inline="0" )
  100. xsltgen()
  101. jsgen()
  102. 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>"))
  103. import.xml()
  104. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
  105. export.xhtml()