$PBExportHeader$dw_rp_incase_printview_index.srd release 9; datawindow ( units=1 timer_interval=0 color=1073741824 processing=1 print.orientation=0 print.margin.left=24 print.margin.right=24 print.margin.top=24 print.margin.bottom=24 print.paper.size=0 print.paper.source=0 grid.lines=0 selected.mouse=yes) header(height=56 color="536870912" ) summary(height=20 color="536870912" ) footer(height=0 color="536870912" ) detail(height=22 color="536870912" height.autosize=yes) table(column=(type=long updatewhereclause=yes initial="null" name=u_incasemx_cusid dbname="u_incasemx.CUSID" values="U Incasemx Cusid /" ) column=(type=char(20) updatewhereclause=yes initial="null" name=u_cust_cuscode dbname="u_cust.CUSCODE" values="客户编号 /" ) column=(type=char(50) updatewhereclause=yes initial="null" name=u_cust_name dbname="u_cust.NAME" ) column=(type=long updatewhereclause=yes initial="null" name=u_incasemx_scid dbname="u_incasemx.scid" values="分部ID /" ) column=(type=long updatewhereclause=yes initial="null" name=u_incasemx_incaseid dbname="u_incasemx.incaseid" values="单据ID /" ) column=(type=long updatewhereclause=yes initial="null" name=u_incasemx_mtrlid dbname="u_incasemx.mtrlid" values="物料ID /" ) column=(type=char(70) updatewhereclause=yes initial="null" name=u_incasemx_mtrlstatus dbname="u_incasemx.mtrlstatus" values="品种规格 /" ) column=(type=long updatewhereclause=yes initial="null" name=u_incasemx_printid dbname="u_incasemx.printid" values="序号 /" ) column=(type=char(50) updatewhereclause=yes initial="null" name=u_incasemx_packunit dbname="u_incasemx.packunit" values="包装 /" ) column=(type=char(30) updatewhereclause=yes initial="null" name=u_incasemx_pfcode dbname="u_incasemx.pfcode" ) column=(type=char(50) updatewhereclause=yes initial="null" name=u_incasemx_packsize dbname="u_incasemx.packsize" ) column=(type=char(30) updatewhereclause=yes initial="null" name=u_incasemx_packcode dbname="u_incasemx.packcode" ) column=(type=char(10) updatewhereclause=yes initial="null" name=u_mtrldef_unit dbname="u_mtrldef.unit" ) column=(type=char(30) updatewhereclause=yes initial="null" name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" ) column=(type=char(50) updatewhereclause=yes initial="null" name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" ) column=(type=char(50) updatewhereclause=yes initial="null" name=u_mtrldef_mtrlengname dbname="u_mtrldef.mtrlengname" ) column=(type=char(30) updatewhereclause=yes initial="null" name=u_incasemx_relcode_outware dbname="u_incasemx.relcode_outware" ) column=(type=decimal(5) updatewhereclause=yes initial="null" name=u_incasemx_qty dbname="u_incasemx.qty" ) column=(type=decimal(4) updatewhereclause=yes initial="null" name=u_incasemx_packqty dbname="u_incasemx.packqty" values="U Incasemx Packqty /" ) column=(type=decimal(5) updatewhereclause=yes initial="null" name=u_incasemx_packqty_1 dbname="u_incasemx.packqty_1" ) column=(type=decimal(5) updatewhereclause=yes initial="null" name=u_incasemx_grossweight dbname="u_incasemx.grossweight" ) column=(type=decimal(10) updatewhereclause=yes initial="null" name=all_grossweight dbname="all_grossweight" ) column=(type=decimal(5) updatewhereclause=yes initial="null" name=u_incasemx_netweight dbname="u_incasemx.netweight" ) column=(type=decimal(10) updatewhereclause=yes initial="null" name=all_netweight dbname="all_netweight" ) column=(type=decimal(5) updatewhereclause=yes initial="null" name=u_incasemx_cubage dbname="u_incasemx.cubage" ) column=(type=decimal(10) updatewhereclause=yes initial="null" name=all_cubage dbname="all_cubage" ) column=(type=long updatewhereclause=yes initial="null" name=u_incasemx_ifson_flag dbname="u_incasemx.ifson_flag" values="配方标记 /" ) column=(type=char(255) updatewhereclause=yes initial="null" name=u_incasemx_mxdscrp dbname="u_incasemx.mxDscrp" values="明细备注 /" ) column=(type=char(30) updatewhereclause=yes initial="null" name=u_mtrldef_prdpackcode dbname="u_mtrldef.prdpackcode" values="包装单位 /" ) retrieve="SELECT u_incasemx.CUSID, U_CUST.CUSCODE, U_CUST.NAME, u_incasemx.scid, u_incasemx.incaseid, u_incasemx.mtrlid, u_incasemx.mtrlstatus, u_incasemx.printid, u_incasemx.packunit, u_incasemx.pfcode, u_incasemx.packsize, u_incasemx.packcode, u_mtrldef.unit, u_mtrldef.mtrlmode, u_mtrldef.mtrlname, u_mtrldef.mtrlengname, u_incasemx.relcode_outware, case u_incasemx.qty when 0 then null else u_incasemx.qty end as qty , case u_mtrldef.packqty when 0 then null else u_mtrldef.packqty end as packqty, case u_incasemx.packqty_1 when 0 then null else u_incasemx.packqty_1 end as packqty_1, case u_incasemx.grossweight when 0 then null else u_incasemx.grossweight end as grossweight, case (u_incasemx.grossweight*u_incasemx.packqty) when 0 then null else (u_incasemx.grossweight*u_incasemx.packqty) end as all_grossweight, case u_incasemx.netweight when 0 then null else u_incasemx.netweight end as netweight, case (u_incasemx.netweight*u_incasemx.packqty) when 0 then null else (u_incasemx.netweight*u_incasemx.packqty) end as all_netweight, case u_incasemx.cubage when 0 then null else u_incasemx.cubage end as cubage, case (u_incasemx.cubage*u_incasemx.packqty ) when 0 then null else (u_incasemx.cubage*u_incasemx.packqty ) end as all_cubage, u_incasemx.ifson_flag, u_incasemx.mxDscrp , u_mtrldef.prdpackcode FROM u_incasemx INNER JOIN u_cust ON u_incasemx.cusid = u_cust.cusid LEFT OUTER JOIN u_mtrldef ON u_incasemx.mtrlid = u_mtrldef.mtrlid where u_incasemx.scid=:arg_scid and u_incasemx.incaseid=:arg_incaseid and ( :arg_printrow = :arg_printrow ) and ( :arg_top = :arg_top ) " arguments=(("arg_scid", number), ("arg_incaseid", number), ("arg_printrow", number), ("arg_top", number)) ) group(level=1 header.height=0 trailer.height=19 by=("aa" ) header.color="536870912" header.pointer="aa" trailer.color="536870912" newpage=yes ) compute(name=aa visible="0" tag="ceiling( getrow() / arg_printrow )" band=background font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="3278" y="90" height="14" width="28" format="[GENERAL]" expression="ceiling( getrow() / arg_printrow )" alignment="0" border="0" crosstab.repeat=no ) text(name=pfcode_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="2" y="21" height="15" width="27" text="编号" ) text(name=all_cubage_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="916" y="21" height="15" width="47" text="总体积" ) text(name=packsize_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="593" y="21" height="15" width="51" text="纸箱尺寸" ) text(name=cubage_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="867" y="21" height="15" width="47" text="每箱体积" ) text(name=all_netweight_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="4" x="810" y="21" height="15" width="55" text="净重总重" ) text(name=netweight_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="4" x="757" y="21" height="15" width="51" text="每箱净重" ) text(name=all_grossweight_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="4" x="700" y="21" height="15" width="55" text="毛重总重" ) text(name=grossweight_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="4" x="646" y="21" height="15" width="52" text="每箱毛重" ) text(name=t_5 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="4" x="646" y="3" height="15" width="52" text="" ) text(name=t_6 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="1" border="4" x="700" y="3" height="15" width="55" text="箱体" ) text(name=t_7 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="0" border="4" x="757" y="3" height="15" width="51" text="尺码重量" ) text(name=t_8 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="4" x="810" y="3" height="15" width="55" text="" ) text(name=t_9 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="646" y="39" height="15" width="52" text="" ) text(name=t_10 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="757" y="39" height="15" width="51" text="" ) text(name=t_11 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="810" y="39" height="15" width="55" text="" ) text(name=u_cust_name_t visible="1" band=header font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="109" y="21" height="15" width="167" text="客户名称" ) text(name=u_incasemx_relcode_outware_t visible="1" band=header font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="31" y="21" height="15" width="76" text="发货单号" ) text(name=packcode_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="965" y="21" height="15" width="54" text="箱号" ) text(name=u_mtrldef_mtrlmode_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="421" y="21" height="15" width="80" text="规格" ) text(name=u_mtrldef_mtrlname_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="320" y="21" height="15" width="99" text="品名" ) text(name=u_mtrldef_mtrlengname_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="278" y="21" height="15" width="40" text="型号" ) text(name=t_12 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="593" y="37" height="15" width="51" text="(mm)" ) text(name=t_3 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="700" y="39" height="15" width="55" text="KG" ) text(name=t_13 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="646" y="39" height="15" width="52" text="KG" ) text(name=t_14 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="757" y="39" height="15" width="51" text="KG" ) text(name=t_15 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="810" y="39" height="15" width="55" text="KG" ) text(name=t_17 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="560" y="14" height="15" width="31" text="包装" ) text(name=u_incasemx_packqty_1_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="560" y="29" height="15" width="31" text="件数" ) text(name=qty_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="503" y="21" height="15" width="39" text="数量" ) text(name=t_4 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="867" y="38" height="15" width="47" text="M3" ) text(name=t_16 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="916" y="38" height="15" width="47" text="M3" ) text(name=u_mtrldef_unit_1_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="544" y="14" height="15" width="14" text="单" ) text(name=t_18 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="33554432" alignment="2" border="0" x="544" y="30" height="15" width="14" text="位" ) text(name=t_1 visible="1" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="2" background.color="1073741824" color="33554432" alignment="3" border="0" x="2" y="3" height="14" width="27" text="合计:" ) compute(name=compute_1 visible="1" tag="sum(all_cubage for all)" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="916" y="3" height="14" width="47" format="##0.00##" expression="sum(all_cubage for all)" alignment="2" border="0" crosstab.repeat=no ) compute(name=compute_2 visible="1" tag="sum(all_netweight for all)" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="810" y="3" height="14" width="55" format="##0.####" expression="sum(all_netweight for all)" alignment="2" border="0" crosstab.repeat=no ) compute(name=compute_3 visible="1" tag="sum(all_grossweight for all)" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="700" y="3" height="14" width="55" format="##0.####" expression="sum(all_grossweight for all)" alignment="2" border="0" crosstab.repeat=no ) compute(name=compute_5 visible="1" tag="sum(u_incasemx_qty for all)" band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="503" y="3" height="14" width="39" format="##0.####" expression="sum(u_incasemx_qty for all)" alignment="2" border="0" crosstab.repeat=no ) compute(name=compute_13 visible="0" tag="if ( u_incasemx_ifson_flag=0 , u_incasemx_packqty ,0)" band=detail font.charset="0" font.face="Arial" font.family="2" font.height="-12" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" x="1021" y="3" height="17" width="55" format="[GENERAL]" expression="if ( u_incasemx_ifson_flag=0 , u_incasemx_packqty ,0)" alignment="0" border="0" crosstab.repeat=no ) column(name=u_incasemx_grossweight visible="1" tag="u_incasemx_grossweight" band=detail id=21 x="646" y="3" height="17" width="52" color="33554432" border="0" alignment="2" format="##0.####" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=110 ) column(name=u_incasemx_netweight visible="1" tag="u_incasemx_netweight" band=detail id=23 x="757" y="3" height="17" width="51" color="33554432" border="0" alignment="2" format="##0.####" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=130 ) column(name=u_incasemx_cubage visible="1" tag="u_incasemx_cubage" band=detail id=25 x="867" y="3" height="17" width="47" color="33554432" border="0" alignment="2" format="##0.000##" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=150 ) column(name=u_incasemx_packsize visible="1" tag="u_incasemx_packsize" band=detail id=11 x="593" y="3" height="17" width="51" color="33554432" border="0" alignment="2" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=50 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=100 ) column(name=u_incasemx_qty visible="1" tag="u_incasemx_qty" band=detail id=18 x="503" y="3" height="17" width="39" color="33554432" border="0" alignment="2" format="##0.####" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=70 ) column(name=all_grossweight visible="1" tag="all_grossweight" band=detail id=22 x="700" y="3" height="17" width="55" color="33554432" border="0" alignment="2" format="##0.####" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=120 ) column(name=all_netweight visible="1" tag="all_netweight" band=detail id=24 x="810" y="3" height="17" width="55" color="33554432" border="0" alignment="2" format="##0.####" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=140 ) column(name=all_cubage visible="1" tag="all_cubage" band=detail id=26 x="916" y="3" height="17" width="47" color="33554432" border="0" alignment="2" format="##0.000##" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=160 ) column(name=u_incasemx_packcode visible="1" tag="u_incasemx_packcode" band=detail id=12 x="965" y="3" height="17" width="54" color="33554432" border="0" alignment="2" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=30 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=170 ) column(name=u_incasemx_pfcode visible="1" tag="u_incasemx_pfcode" band=detail id=10 x="2" y="3" height="17" width="27" color="33554432" border="0" alignment="2" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=30 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=10 ) column(name=u_incasemx_relcode_outware visible="1" tag="u_incasemx_relcode_outware" height.autosize=yes band=detail id=17 x="31" y="3" height="17" width="76" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=20 ) column(name=u_cust_name visible="1" tag="u_cust_name" height.autosize=yes band=detail id=3 x="109" y="3" height="17" width="167" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-9" font.pitch="2" font.weight="400" tabsequence=30 ) column(name=u_mtrldef_mtrlengname visible="1" tag="u_mtrldef_mtrlengname" height.autosize=yes band=detail id=16 x="278" y="3" height="17" width="40" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=40 ) column(name=u_mtrldef_mtrlname visible="1" tag="u_mtrldef_mtrlname" height.autosize=yes band=detail id=15 x="320" y="3" height="17" width="99" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=50 ) column(name=u_mtrldef_mtrlmode visible="1" tag="u_mtrldef_mtrlmode" height.autosize=yes band=detail id=14 x="421" y="3" height="17" width="80" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=60 ) column(name=u_incasemx_packqty_1 visible="1" tag="u_incasemx_packqty_1" band=detail id=20 x="560" y="3" height="17" width="31" color="33554432" border="0" alignment="2" format="#,##0.####" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="0" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=90 ) column(name=u_mtrldef_unit visible="1" tag="u_mtrldef_unit" band=detail id=13 x="544" y="3" height="17" width="14" color="33554432" border="0" alignment="2" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=80 ) text(name=t_2 visible="1" band=trailer.1 font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="2" y="3" height="14" width="27" text="小计:" ) compute(name=compute_12 visible="1" tag="sum(all_cubage for group 1)" band=trailer.1 font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="916" y="3" height="14" width="47" format="##0.00##" expression="sum(all_cubage for group 1)" alignment="2" border="0" crosstab.repeat=no ) compute(name=compute_11 visible="1" tag="sum(all_netweight for group 1)" band=trailer.1 font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="810" y="3" height="14" width="55" format="##0.####" expression="sum(all_netweight for group 1)" alignment="2" border="0" crosstab.repeat=no ) compute(name=compute_9 visible="1" tag="sum(all_grossweight for group 1)" band=trailer.1 font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="700" y="3" height="14" width="55" format="##0.####" expression="sum(all_grossweight for group 1)" alignment="2" border="0" crosstab.repeat=no ) compute(name=compute_8 visible="1" tag="sum(u_incasemx_qty for group 1)" band=trailer.1 font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="33554432" x="503" y="3" height="14" width="39" format="##0.####" expression="sum(u_incasemx_qty for group 1)" alignment="2" border="0" crosstab.repeat=no ) htmltable() htmlgen() export.xml(metadatatype=0 savemetadata=0 ) import.xml() export.pdf(method=0 )