dw_xls_spt_opposemx.srd 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. $PBExportHeader$dw_xls_spt_opposemx.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 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 )
  4. header(height=168 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=104 color="536870912" )
  8. table(column=(type=char(255) updatewhereclause=yes name=u_opposemx_mtrl_status dbname="u_opposemx_mtrl.status" )
  9. column=(type=decimal(4) updatewhereclause=yes name=u_opposemx_mtrl_qty dbname="u_opposemx_mtrl.qty" )
  10. column=(type=char(255) updatewhereclause=yes name=u_opposemx_mtrl_mxdscrp dbname="u_opposemx_mtrl.mxdscrp" )
  11. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  12. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
  13. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrltype dbname="u_mtrldef.mtrltype" )
  14. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlsectype dbname="u_mtrldef.mtrlsectype" )
  15. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  16. column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
  17. column=(type=decimal(4) updatewhereclause=yes name=u_mtrldef_packqty dbname="u_mtrldef.packqty" )
  18. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_prdpackcode dbname="u_mtrldef.prdpackcode" )
  19. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_barcode dbname="u_mtrldef.barcode" )
  20. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_net_weight dbname="u_mtrldef.net_weight" )
  21. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_gross_weight dbname="u_mtrldef.gross_weight" )
  22. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_cubage dbname="u_mtrldef.cubage" )
  23. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlengname dbname="u_mtrldef.mtrlengname" )
  24. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_zxmtrlmode dbname="u_mtrldef.zxmtrlmode" )
  25. retrieve="SELECT u_opposemx_mtrl.status, u_opposemx_mtrl.qty, u_opposemx_mtrl.mxdscrp,
  26. u_mtrldef.mtrlcode, u_mtrldef.mtrlname, u_mtrldef.mtrltype, u_mtrldef.mtrlsectype,
  27. u_mtrldef.mtrlmode, u_mtrldef.unit, u_mtrldef.packqty, u_mtrldef.prdpackcode,
  28. u_mtrldef.barcode, u_mtrldef.net_weight, u_mtrldef.gross_weight, u_mtrldef.cubage,
  29. u_mtrldef.mtrlengname, u_mtrldef.zxmtrlmode
  30. FROM u_opposemx_mtrl INNER JOIN
  31. u_mtrldef ON u_opposemx_mtrl.mtrlid = u_mtrldef.mtrlid
  32. where u_opposemx_mtrl.billid=:arg_billid
  33. order by u_opposemx_mtrl.mtrlid" arguments=(("arg_billid", number)) )
  34. text(band=header alignment="2" text="配置1" border="0" color="33554432" x="9" y="8" height="76" width="398" html.valueishtml="0" name=u_opposemx_mtrl_status_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  35. text(band=header alignment="2" text="数量" border="0" color="33554432" x="416" y="8" height="76" width="389" html.valueishtml="0" name=u_opposemx_mtrl_qty_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  36. text(band=header alignment="2" text="明细备注" border="0" color="33554432" x="814" y="8" height="76" width="293" html.valueishtml="0" name=u_opposemx_mtrl_mxdscrp_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  37. text(band=header alignment="2" text="编码" border="0" color="33554432" x="1115" y="8" height="76" width="366" html.valueishtml="0" name=u_mtrldef_mtrlcode_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  38. text(band=header alignment="2" text="品名" border="0" color="33554432" x="1490" y="8" height="76" width="384" html.valueishtml="0" name=u_mtrldef_mtrlname_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  39. text(band=header alignment="2" text="类别" border="0" color="33554432" x="1883" y="8" height="76" width="421" html.valueishtml="0" name=u_mtrldef_mtrltype_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  40. text(band=header alignment="2" text="自定义1" border="0" color="33554432" x="2313" y="8" height="76" width="375" html.valueishtml="0" name=u_mtrldef_mtrlsectype_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  41. text(band=header alignment="2" text="规格" border="0" color="33554432" x="2697" y="8" height="76" width="407" html.valueishtml="0" name=u_mtrldef_mtrlmode_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  42. text(band=header alignment="2" text="库存单位" border="0" color="33554432" x="3113" y="8" height="76" width="315" html.valueishtml="0" name=u_mtrldef_unit_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  43. text(band=header alignment="2" text="包装件数" border="0" color="33554432" x="3438" y="8" height="76" width="384" html.valueishtml="0" name=u_mtrldef_packqty_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  44. text(band=header alignment="2" text="包装单位" border="0" color="33554432" x="3831" y="8" height="76" width="411" html.valueishtml="0" name=u_mtrldef_prdpackcode_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  45. text(band=header alignment="2" text="条形码" border="0" color="33554432" x="4251" y="8" height="76" width="329" html.valueishtml="0" name=u_mtrldef_barcode_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  46. text(band=header alignment="2" text="净重" border="0" color="33554432" x="4590" y="8" height="76" width="384" html.valueishtml="0" name=u_mtrldef_net_weight_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  47. text(band=header alignment="2" text="毛重" border="0" color="33554432" x="4983" y="8" height="76" width="434" html.valueishtml="0" name=u_mtrldef_gross_weight_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  48. text(band=header alignment="2" text="体积" border="0" color="33554432" x="5426" y="8" height="76" width="384" html.valueishtml="0" name=u_mtrldef_cubage_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  49. text(band=header alignment="2" text="英文名称" border="0" color="33554432" x="5819" y="8" height="76" width="338" html.valueishtml="0" name=u_mtrldef_mtrlengname_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  50. text(band=header alignment="2" text="自定义2" border="0" color="33554432" x="6167" y="8" height="76" width="325" html.valueishtml="0" name=u_mtrldef_zxmtrlmode_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  51. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="88" width="398" format="[general]" html.valueishtml="0" name=u_opposemx_mtrl_status visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  52. column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="416" y="8" height="88" width="389" format="[general]" html.valueishtml="0" name=u_opposemx_mtrl_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  53. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="814" y="8" height="88" width="293" format="[general]" html.valueishtml="0" name=u_opposemx_mtrl_mxdscrp visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  54. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1115" y="8" height="88" width="366" format="[general]" html.valueishtml="0" name=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="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  55. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1490" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  56. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1883" y="8" height="88" width="421" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrltype visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  57. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="2313" y="8" height="88" width="375" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlsectype visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  58. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="2697" y="8" height="88" width="407" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  59. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="3113" y="8" height="88" width="315" format="[general]" html.valueishtml="0" name=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="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  60. column(band=detail id=10 alignment="1" tabsequence=32766 border="0" color="33554432" x="3438" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_packqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  61. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="3831" y="8" height="88" width="411" format="[general]" html.valueishtml="0" name=u_mtrldef_prdpackcode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  62. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="4251" y="8" height="88" width="329" format="[general]" html.valueishtml="0" name=u_mtrldef_barcode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  63. column(band=detail id=13 alignment="1" tabsequence=32766 border="0" color="33554432" x="4590" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_net_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  64. column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="33554432" x="4983" y="8" height="88" width="434" format="[general]" html.valueishtml="0" name=u_mtrldef_gross_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  65. column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="33554432" x="5426" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_cubage visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  66. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="5819" y="8" height="88" width="338" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlengname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  67. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="6167" y="8" height="88" width="325" format="[general]" html.valueishtml="0" name=u_mtrldef_zxmtrlmode visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  68. htmltable(border="1" )
  69. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  70. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  71. import.xml()
  72. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )