dw_xls_requestbuymx.srd 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. $PBExportHeader$dw_xls_requestbuymx.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(30) updatewhereclause=yes name=u_requestbuymx_ordercode dbname="u_requestbuymx.ordercode" )
  9. column=(type=char(255) updatewhereclause=yes name=u_requestbuymx_status dbname="u_requestbuymx.status" )
  10. column=(type=char(255) updatewhereclause=yes name=u_requestbuymx_woodcode dbname="u_requestbuymx.woodcode" )
  11. column=(type=char(255) updatewhereclause=yes name=u_requestbuymx_pcode dbname="u_requestbuymx.pcode" )
  12. column=(type=decimal(10) updatewhereclause=yes name=u_requestbuymx_uqty dbname="u_requestbuymx.uqty" )
  13. column=(type=char(20) updatewhereclause=yes name=u_requestbuymx_unit dbname="u_requestbuymx.unit" )
  14. column=(type=decimal(5) updatewhereclause=yes name=u_requestbuymx_rate dbname="u_requestbuymx.rate" )
  15. column=(type=decimal(10) updatewhereclause=yes name=u_requestbuymx_qty dbname="u_requestbuymx.Qty" )
  16. column=(type=decimal(10) updatewhereclause=yes name=u_requestbuymx_consignedqty dbname="u_requestbuymx.consignedqty" )
  17. column=(type=char(250) updatewhereclause=yes name=u_requestbuymx_mxdscrp dbname="u_requestbuymx.mxdscrp" )
  18. column=(type=datetime updatewhereclause=yes name=u_requestbuymx_rqdate dbname="u_requestbuymx.rqdate" )
  19. column=(type=char(50) updatewhereclause=yes name=u_spt_name dbname="u_spt.name" )
  20. column=(type=char(20) updatewhereclause=yes name=u_spt_sptcode dbname="u_spt.sptcode" )
  21. column=(type=char(50) updatewhereclause=yes name=u_workgroup_workgroupname dbname="u_workgroup.workgroupname" )
  22. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  23. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
  24. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrltype dbname="u_mtrldef.mtrltype" )
  25. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlsectype dbname="u_mtrldef.mtrlsectype" )
  26. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  27. column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
  28. column=(type=decimal(4) updatewhereclause=yes name=u_mtrldef_packqty dbname="u_mtrldef.packqty" )
  29. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_prdpackcode dbname="u_mtrldef.prdpackcode" )
  30. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_barcode dbname="u_mtrldef.barcode" )
  31. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_net_weight dbname="u_mtrldef.net_weight" )
  32. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_gross_weight dbname="u_mtrldef.gross_weight" )
  33. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_cubage dbname="u_mtrldef.cubage" )
  34. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlengname dbname="u_mtrldef.mtrlengname" )
  35. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_zxmtrlmode dbname="u_mtrldef.zxmtrlmode" )
  36. retrieve="SELECT u_requestbuymx.ordercode, u_requestbuymx.status, u_requestbuymx.woodcode,
  37. u_requestbuymx.pcode, u_requestbuymx.uqty, u_requestbuymx.unit,
  38. u_requestbuymx.rate, u_requestbuymx.Qty, u_requestbuymx.consignedqty,
  39. u_requestbuymx.mxdscrp, u_requestbuymx.rqdate, u_spt.name, u_spt.sptcode,
  40. u_workgroup.workgroupname, u_mtrldef.mtrlcode, u_mtrldef.mtrlname,
  41. u_mtrldef.mtrltype, u_mtrldef.mtrlsectype, u_mtrldef.mtrlmode, u_mtrldef.unit,
  42. u_mtrldef.packqty, u_mtrldef.prdpackcode, u_mtrldef.barcode, u_mtrldef.net_weight,
  43. u_mtrldef.gross_weight, u_mtrldef.cubage, u_mtrldef.mtrlengname,
  44. u_mtrldef.zxmtrlmode
  45. FROM u_requestbuymx INNER JOIN
  46. u_mtrldef ON u_requestbuymx.mtrlid = u_mtrldef.mtrlid LEFT OUTER JOIN
  47. u_workgroup ON
  48. u_requestbuymx.wrkGrpid = u_workgroup.wrkGrpid LEFT OUTER JOIN
  49. u_spt ON u_requestbuymx.dftsptid = u_spt.sptid
  50. where u_requestbuymx.scid=:arg_scid and
  51. u_requestbuymx.requestbuyid=:arg_requestbuyid
  52. order by u_requestbuymx.printid
  53. " arguments=(("arg_scid", number),("arg_requestbuyid", number)) )
  54. text(band=header alignment="2" text="计划号" border="0" color="33554432" x="9" y="8" height="60" width="379" html.valueishtml="0" name=u_requestbuymx_ordercode_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" )
  55. text(band=header alignment="2" text="配置1" border="0" color="33554432" x="398" y="8" height="60" width="361" html.valueishtml="0" name=u_requestbuymx_status_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" )
  56. text(band=header alignment="2" text="配置2" border="0" color="33554432" x="768" y="8" height="60" width="293" html.valueishtml="0" name=u_requestbuymx_woodcode_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" )
  57. text(band=header alignment="2" text="配置3" border="0" color="33554432" x="1070" y="8" height="60" width="306" html.valueishtml="0" name=u_requestbuymx_pcode_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" )
  58. text(band=header alignment="2" text="申购数" border="0" color="33554432" x="1385" y="4" height="60" width="256" html.valueishtml="0" name=u_requestbuymx_uqty_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" )
  59. text(band=header alignment="2" text="单位" border="0" color="33554432" x="1650" y="4" height="60" width="297" html.valueishtml="0" name=u_requestbuymx_unit_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" )
  60. text(band=header alignment="2" text="转换率" border="0" color="33554432" x="1957" y="4" height="60" width="311" html.valueishtml="0" name=u_requestbuymx_rate_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" )
  61. text(band=header alignment="2" text="数量" border="0" color="33554432" x="2277" y="4" height="60" width="343" html.valueishtml="0" name=u_requestbuymx_qty_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" )
  62. text(band=header alignment="2" text="已订货数" border="0" color="33554432" x="2629" y="4" height="60" width="297" html.valueishtml="0" name=u_requestbuymx_consignedqty_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" )
  63. text(band=header alignment="2" text="明细备注" border="0" color="33554432" x="2935" y="4" height="60" width="338" html.valueishtml="0" name=u_requestbuymx_mxdscrp_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" )
  64. text(band=header alignment="2" text="需求日期" border="0" color="33554432" x="3282" y="4" height="60" width="329" html.valueishtml="0" name=u_requestbuymx_rqdate_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" )
  65. text(band=header alignment="2" text="供应商名称" border="0" color="33554432" x="3621" y="4" height="60" width="256" html.valueishtml="0" name=u_spt_name_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" )
  66. text(band=header alignment="2" text="供应商编号" border="0" color="33554432" x="3886" y="4" height="60" width="247" html.valueishtml="0" name=u_spt_sptcode_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" )
  67. text(band=header alignment="2" text="车间" border="0" color="33554432" x="4142" y="4" height="60" width="270" html.valueishtml="0" name=u_workgroup_workgroupname_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" )
  68. text(band=header alignment="2" text="编码" border="0" color="33554432" x="4421" y="4" height="60" width="311" 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="2" background.color="1073741824" )
  69. text(band=header alignment="2" text="品名" border="0" color="33554432" x="4741" y="4" height="60" width="247" 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="2" background.color="1073741824" )
  70. text(band=header alignment="2" text="类别" border="0" color="33554432" x="4997" y="4" height="60" width="325" html.valueishtml="0" name=u_mtrldef_mtrltype_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" )
  71. text(band=header alignment="2" text="自定义1" border="0" color="33554432" x="5330" y="4" height="60" width="343" html.valueishtml="0" name=u_mtrldef_mtrlsectype_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" )
  72. text(band=header alignment="2" text="规格" border="0" color="33554432" x="5682" y="4" height="60" width="293" 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="1073741824" )
  73. text(band=header alignment="2" text="包装件数" border="0" color="33554432" x="5984" y="4" height="60" width="302" html.valueishtml="0" name=u_mtrldef_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" )
  74. text(band=header alignment="2" text="包装单位" border="0" color="33554432" x="6295" y="4" height="60" width="357" html.valueishtml="0" name=u_mtrldef_prdpackcode_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" )
  75. text(band=header alignment="2" text="条形码" border="0" color="33554432" x="6661" y="4" height="60" width="361" html.valueishtml="0" name=u_mtrldef_barcode_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" )
  76. text(band=header alignment="2" text="净重" border="0" color="33554432" x="7031" y="4" height="60" width="338" html.valueishtml="0" name=u_mtrldef_net_weight_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" )
  77. text(band=header alignment="2" text="毛重" border="0" color="33554432" x="7378" y="4" height="60" width="315" html.valueishtml="0" name=u_mtrldef_gross_weight_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" )
  78. text(band=header alignment="2" text="体积" border="0" color="33554432" x="7703" y="4" height="60" width="311" html.valueishtml="0" name=u_mtrldef_cubage_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" )
  79. text(band=header alignment="2" text="英文名称" border="0" color="33554432" x="8023" y="4" height="60" width="343" html.valueishtml="0" name=u_mtrldef_mtrlengname_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" )
  80. text(band=header alignment="2" text="自定义2" border="0" color="33554432" x="8375" y="4" height="60" width="416" html.valueishtml="0" name=u_mtrldef_zxmtrlmode_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" )
  81. text(band=header alignment="2" text="库存单位" border="0" color="33554432" x="8800" y="4" height="60" width="311" 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" )
  82. column(band=detail id=1 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="88" width="379" format="[general]" html.valueishtml="0" name=u_requestbuymx_ordercode visible="1" edit.limit=30 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" )
  83. column(band=detail id=2 alignment="2" tabsequence=32766 border="0" color="33554432" x="398" y="8" height="88" width="361" format="[general]" html.valueishtml="0" name=u_requestbuymx_status visible="1" edit.limit=30 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" )
  84. column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432" x="768" y="8" height="88" width="293" format="[general]" html.valueishtml="0" name=u_requestbuymx_woodcode visible="1" edit.limit=30 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" )
  85. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="1070" y="8" height="88" width="306" format="[general]" html.valueishtml="0" name=u_requestbuymx_pcode visible="1" edit.limit=30 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" )
  86. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="33554432" x="1385" y="0" height="76" width="256" format="[general]" html.valueishtml="0" name=u_requestbuymx_uqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  87. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="33554432" x="1650" y="0" height="76" width="297" format="[general]" html.valueishtml="0" name=u_requestbuymx_unit visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  88. column(band=detail id=7 alignment="2" tabsequence=32766 border="0" color="33554432" x="1957" y="0" height="76" width="311" format="[general]" html.valueishtml="0" name=u_requestbuymx_rate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  89. column(band=detail id=8 alignment="2" tabsequence=32766 border="0" color="33554432" x="2277" y="0" height="76" width="343" format="[general]" html.valueishtml="0" name=u_requestbuymx_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  90. column(band=detail id=9 alignment="2" tabsequence=32766 border="0" color="33554432" x="2629" y="0" height="76" width="297" format="[general]" html.valueishtml="0" name=u_requestbuymx_consignedqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  91. column(band=detail id=10 alignment="2" tabsequence=32766 border="0" color="33554432" x="2935" y="0" height="76" width="338" format="[general]" html.valueishtml="0" name=u_requestbuymx_mxdscrp visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  92. column(band=detail id=11 alignment="2" tabsequence=32766 border="0" color="33554432" x="3282" y="0" height="76" width="329" format="[shortdate] [time]" html.valueishtml="0" name=u_requestbuymx_rqdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  93. column(band=detail id=12 alignment="2" tabsequence=32766 border="0" color="33554432" x="3621" y="0" height="76" width="256" 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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  94. column(band=detail id=13 alignment="2" tabsequence=32766 border="0" color="33554432" x="3886" y="0" height="76" width="247" 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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  95. column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="33554432" x="4142" y="0" height="76" width="270" format="[general]" html.valueishtml="0" name=u_workgroup_workgroupname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  96. column(band=detail id=15 alignment="2" tabsequence=32766 border="0" color="33554432" x="4421" y="0" height="76" width="311" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  97. column(band=detail id=16 alignment="2" tabsequence=32766 border="0" color="33554432" x="4741" y="0" height="76" width="247" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  98. column(band=detail id=17 alignment="2" tabsequence=32766 border="0" color="33554432" x="4997" y="0" height="76" width="325" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrltype visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  99. column(band=detail id=18 alignment="2" tabsequence=32766 border="0" color="33554432" x="5330" y="0" height="76" width="343" 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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  100. column(band=detail id=19 alignment="2" tabsequence=32766 border="0" color="33554432" x="5682" y="0" height="76" width="293" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  101. column(band=detail id=21 alignment="2" tabsequence=32766 border="0" color="33554432" x="5984" y="0" height="76" width="302" format="[general]" html.valueishtml="0" name=u_mtrldef_packqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  102. column(band=detail id=22 alignment="2" tabsequence=32766 border="0" color="33554432" x="6295" y="0" height="76" width="357" format="[general]" html.valueishtml="0" name=u_mtrldef_prdpackcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  103. column(band=detail id=23 alignment="2" tabsequence=32766 border="0" color="33554432" x="6661" y="0" height="76" width="361" format="[general]" html.valueishtml="0" name=u_mtrldef_barcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  104. column(band=detail id=24 alignment="2" tabsequence=32766 border="0" color="33554432" x="7031" y="0" height="76" width="338" format="[general]" html.valueishtml="0" name=u_mtrldef_net_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  105. column(band=detail id=25 alignment="2" tabsequence=32766 border="0" color="33554432" x="7378" y="0" height="76" width="315" format="[general]" html.valueishtml="0" name=u_mtrldef_gross_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  106. column(band=detail id=26 alignment="2" tabsequence=32766 border="0" color="33554432" x="7703" y="0" height="76" width="311" format="[general]" html.valueishtml="0" name=u_mtrldef_cubage visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  107. column(band=detail id=27 alignment="2" tabsequence=32766 border="0" color="33554432" x="8023" y="0" height="76" width="343" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlengname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  108. column(band=detail id=28 alignment="2" tabsequence=32766 border="0" color="33554432" x="8375" y="0" height="76" width="416" 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="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  109. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="8800" y="0" height="76" width="311" format="[general]" html.valueishtml="0" name=u_mtrldef_unit visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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" )
  110. htmltable(border="1" )
  111. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  112. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  113. import.xml()
  114. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )