$PBExportHeader$dw_rp_saletask_print_all.srd release 9; datawindow ( units=1 timer_interval=0 color=16777215 processing=0 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 selected.mouse=no) header(height=120 color="536870912" ) summary(height=23 color="536870912" ) footer(height=24 color="536870912" ) detail(height=22 color="536870912" ) table(column=(type=char(10) updatewhereclause=yes initial="null" name=u_saletask_opemp dbname="u_SaleTask.Opemp" ) column=(type=char(10) updatewhereclause=yes initial="null" name=u_saletask_permit_emp dbname="u_SaleTask.Permit_Emp" ) column=(type=datetime updatewhereclause=yes initial="null" name=u_saletask_opdate dbname="u_SaleTask.opdate" ) column=(type=long updatewhereclause=yes initial="null" name=u_saletask_taskid dbname="u_SaleTask.TaskID" values="销售订单主表-销售订单ID /" ) column=(type=long updatewhereclause=yes initial="null" name=u_saletask_kind dbname="u_SaleTask.kind" values="销售订单主表-性质(0销售定单,1备货生产) /" ) column=(type=datetime updatewhereclause=yes initial="null" name=u_saletask_requiredate dbname="u_SaleTask.requiredate" ) column=(type=char(10) updatewhereclause=yes initial="null" name=u_saletask_assign_emp dbname="u_SaleTask.Assign_Emp" ) column=(type=char(255) updatewhereclause=yes initial="null" name=u_saletask_dscrp dbname="u_SaleTask.Dscrp" ) column=(type=char(15) updatewhereclause=yes initial="null" name=u_saletask_taskcode dbname="u_SaleTask.TaskCode" ) column=(type=long updatewhereclause=yes initial="null" name=u_saletask_cusid dbname="u_SaleTask.CusID" values="销售订单主表-客户ID /" ) column=(type=datetime updatewhereclause=yes initial="null" name=u_saletask_accomplishdate dbname="u_SaleTask.accomplishdate" values="销售订单主表-实际完成日期 /" ) column=(type=long updatewhereclause=yes initial="null" name=u_saletask_status dbname="u_SaleTask.Status" values="销售订单主表-状态(0待审批,1有效进行,2 暂停,3终止, 5完成) /" ) column=(type=char(50) updatewhereclause=yes initial="null" name=u_cust_name dbname="u_cust.name" ) column=(type=char(20) updatewhereclause=yes initial="null" name=u_cust_cuscode dbname="u_cust.cuscode" ) column=(type=decimal(4) updatewhereclause=yes initial="null" name=u_saletaskmx_saleqty dbname="u_SaleTaskMx.SaleQty" ) column=(type=char(255) updatewhereclause=yes initial="null" name=u_saletaskmx_mxdscrp dbname="u_SaleTaskMx.mxdscrp" ) column=(type=long updatewhereclause=yes initial="null" name=u_saletaskmx_taskid dbname="u_SaleTaskMx.TaskID" values="销售订单明细表-销售订单ID /" ) column=(type=long updatewhereclause=yes initial="null" name=u_saletaskmx_mtrlid dbname="u_SaleTaskMx.MtrlID" values="销售订单明细表-物料ID /" ) column=(type=char(50) updatewhereclause=yes initial="null" name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" ) column=(type=char(30) updatewhereclause=yes initial="null" name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" ) column=(type=decimal(5) updatewhereclause=yes initial="null" name=u_saletaskmx_assignqty dbname="u_SaleTaskMx.assignQty" values="销售订单明细表-已排产数量 /" ) column=(type=char(30) updatewhereclause=yes initial="null" name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" ) column=(type=decimal(10) updatewhereclause=yes initial="null" name=u_saletaskmx_price dbname="u_SaleTaskMx.Price" values="销售订单明细表-实际单价 /" ) column=(type=char(10) updatewhereclause=yes initial="null" name=u_mtrldef_unit dbname="u_mtrldef.unit" ) column=(type=decimal(10) updatewhereclause=yes initial="null" name=u_saletaskmx_fprice dbname="u_SaleTaskMx.fprice" ) column=(type=decimal(5) updatewhereclause=yes initial="null" name=u_saletaskmx_rebate dbname="u_SaleTaskMx.rebate" ) column=(type=char(255) updatewhereclause=yes initial="null" name=u_saletaskmx_status dbname="u_SaleTaskMx.status" ) column=(type=long updatewhereclause=yes initial="null" name=u_saletaskmx_printid dbname="u_SaleTaskMx.printid" values="销售订单明细表-序号 /" ) column=(type=char(255) updatewhereclause=yes initial="null" name=print_picture dbname="Print_Picture" values="Print Picture /" ) retrieve="SELECT u_SaleTask.Opemp, u_SaleTask.Permit_Emp, u_SaleTask.opdate, u_SaleTask.TaskID, u_SaleTask.kind, u_SaleTask.requiredate, u_SaleTask.Assign_Emp, u_SaleTask.Dscrp, u_SaleTask.TaskCode, u_SaleTask.CusID, u_SaleTask.accomplishdate, u_SaleTask.Status, u_cust.name, u_cust.cuscode , u_SaleTaskMx.SaleQty, u_SaleTaskMx.mxdscrp, u_SaleTaskMx.TaskID, u_SaleTaskMx.MtrlID, u_mtrldef.mtrlname, u_mtrldef.mtrlmode, u_SaleTaskMx.assignQty, u_mtrldef.mtrlcode, u_SaleTaskMx.Price, u_mtrldef.unit, u_SaleTaskMx.fprice, u_SaleTaskMx.rebate, u_SaleTaskMx.status, u_SaleTaskMx.printid, space(255) as Print_Picture FROM u_SaleTask LEFT OUTER JOIN u_cust ON u_SaleTask.CusID = u_cust.cusid, u_SaleTaskMx, u_mtrldef WHERE u_SaleTask.taskid = :arg_taskid AND ( u_SaleTask.scid = :arg_scid ) AND ( :arg_printrow = :arg_printrow ) AND ( :arg_top = :arg_top ) AND ( u_SaleTaskMx.MtrlID = u_mtrldef.mtrlid ) AND ( u_SaleTaskMx.TaskID = u_SaleTask.taskid ) AND ( u_SaleTaskMx.scid = u_SaleTask.scid ) UNION ALL SELECT TOP :arg_top u_SaleTask.opemp, u_SaleTask.Permit_Emp, u_SaleTask.opdate, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL,NULL,10000,null FROM syscolumns CROSS JOIN u_SaleTask WHERE ( u_SaleTask.taskid = :arg_taskid ) AND ( u_SaleTask.scid = :arg_scid ) " arguments=(("arg_scid", number), ("arg_taskid", number), ("arg_printrow", number), ("arg_top", number)) ) group(level=1 header.height=0 trailer.height=0 by=("edit_3" ) header.color="536870912" header.pointer="edit_3" trailer.color="536870912" newpage=yes ) column(name=u_saletask_requiredate visible="1" tag="u_saletask_requiredate" moveable=1 resizeable=1 band=header id=6 x="548" y="44" height="15" width="111" color="0" border="0" alignment="0" format="yyyy-mm-dd" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="33554431" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_saletask_assign_emp visible="1" tag="u_saletask_assign_emp" moveable=1 resizeable=1 band=header id=7 x="315" y="44" height="15" width="76" color="0" border="0" alignment="0" 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=10 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="2" background.color="33554431" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_saletask_dscrp visible="1" tag="u_saletask_dscrp" moveable=1 resizeable=1 height.autosize=yes slideup=allabove band=header id=8 x="66" y="78" height="15" width="651" color="0" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=no edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=250 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="2" background.color="33554431" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_saletask_taskcode visible="1" tag="u_saletask_taskcode" moveable=1 resizeable=1 band=header id=9 x="67" y="44" height="15" width="158" color="0" 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="2" background.color="33554431" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" tabsequence=0 ) compute(name=edit_3 visible="0" tag="ceiling( getrow() / arg_printrow )" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-9" font.pitch="0" font.weight="0" background.mode="2" background.color="16777215" color="0" x="684" y="43" height="12" width="36" format="[general]" expression="ceiling( getrow() / arg_printrow )" alignment="0" border="0" crosstab.repeat=no ) line(name=l_1 visible="1" band=header background.mode="2" background.color="1073741824" pen.style="0" pen.width="2" pen.color="33554432" x1="276" y1="37" x2="450" y2="37" ) text(name=t_1 visible="1" moveable=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="0" alignment="1" border="0" x="3" y="44" height="15" width="62" text="订单编号:" ) text(name=assign_emp_t visible="1" moveable=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="0" alignment="1" border="0" x="237" y="44" height="15" width="76" text="业 务 员:" ) text(name=requiredate_t visible="1" moveable=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="0" alignment="1" border="0" x="458" y="44" height="15" width="88" text="交货日期:" ) column(name=u_cust_name visible="1" tag="u_cust_name" moveable=1 resizeable=1 band=header id=13 x="315" y="61" height="15" width="404" color="0" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=yes 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="2" background.color="33554431" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) text(name=u_cust_cuscode_t visible="1" moveable=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="0" alignment="1" border="0" x="3" y="61" height="15" width="62" text="客户编号:" ) column(name=u_cust_cuscode visible="1" tag="u_cust_cuscode" moveable=1 resizeable=1 band=header id=14 x="67" y="61" height="15" width="158" color="0" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=yes 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="2" background.color="33554431" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) text(name=dscrp_t visible="1" moveable=1 slideup=allabove band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="33554431" color="0" alignment="1" border="0" x="3" y="78" height="15" width="62" text="备 注:" ) text(name=u_cust_name_t visible="1" moveable=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="0" alignment="1" border="0" x="238" y="61" height="15" width="75" text="客户名称:" ) text(name=title visible="1" moveable=1 resizeable=1 band=header font.charset="134" font.face="宋体" font.family="0" font.height="-20" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="1" y="3" height="30" width="719" text="销售订单" ) line(name=line1_173 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="2" y1="96" x2="713" y2="96" ) line(name=line1_176 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="2" y1="119" x2="713" y2="119" ) line(name=line2_5 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="2" y1="96" x2="2" y2="121" ) line(name=line2_180 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="21" y1="96" x2="21" y2="121" ) line(name=line2_189 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="114" y1="96" x2="114" y2="121" ) line(name=line2_192 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="239" y1="96" x2="239" y2="121" ) line(name=line2_194 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="302" y1="96" x2="302" y2="121" ) line(name=line2_202 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="359" y1="96" x2="359" y2="121" ) text(name=text_7 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="5" y="100" height="15" width="14" text="序" ) text(name=text_8 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="25" y="100" height="15" width="86" text="编码" ) text(name=text_9 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="117" y="100" height="15" width="119" text="品名" ) text(name=text_10 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="243" y="100" height="15" width="56" text="规格" ) text(name=text_14 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="307" y="100" height="15" width="48" text="颜色" ) text(name=text_15 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="363" y="100" height="15" width="35" text="单位" ) text(name=text_16 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="405" y="100" height="15" width="56" text="数量" ) text(name=t_2 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="468" y="100" height="15" width="50" text="单价" ) text(name=t_4 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="558" y="100" height="15" width="66" text="金额" ) text(name=t_5 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="630" y="100" height="15" width="80" text="备注" ) line(name=line2_205 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="713" y1="96" x2="713" y2="121" ) text(name=t_3 visible="1" band=header font.charset="0" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="525" y="100" height="15" width="26" text="折扣" ) line(name=line2_216 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="401" y1="96" x2="401" y2="121" ) line(name=l_2 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="464" y1="96" x2="464" y2="121" ) line(name=l_3 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="521" y1="96" x2="521" y2="121" ) line(name=l_4 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="554" y1="96" x2="554" y2="121" ) line(name=l_5 visible="1" band=header background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="626" y1="96" x2="626" y2="121" ) compute(name=edit_4 visible="1" tag="f_convert(sum(u_saletaskmx_saleqty * u_saletaskmx_price for all ))" band=summary font.face="宋体" font.height="13" background.mode="2" background.color="16777215" color="0" x="72" y="5" height="17" width="421" format="[general]" expression="f_convert(sum(u_saletaskmx_saleqty * u_saletaskmx_price for all ))" alignment="0" border="0" crosstab.repeat=no ) text(name=text_20 visible="1" band=summary font.face="宋体" font.height="13" background.mode="2" background.color="536870912" color="0" alignment="1" border="0" x="3" y="4" height="18" width="64" text="金额大写:" ) compute(name=compute_3 visible="1" tag="'小写:¥' + string(sum(u_saletaskmx_saleqty * u_saletaskmx_price for all ) ,'##,##0.00')" band=summary font.face="宋体" font.height="13" background.mode="2" background.color="16777215" color="0" x="558" y="5" height="17" width="155" format="[general]" expression="'小写:¥' + string(sum(u_saletaskmx_saleqty * u_saletaskmx_price for all ) ,'##,##0.00')" alignment="0" border="0" crosstab.repeat=no ) text(name=text_18 visible="1" moveable=1 band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="1" border="0" x="0" y="6" height="15" width="69" text="建 立 人:" ) column(name=u_saletask_opemp visible="1" tag="u_saletask_opemp" band=footer id=1 x="67" y="6" height="15" width="158" color="0" 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="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" tabsequence=0 ) text(name=text_17 visible="1" moveable=1 slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="33554431" color="0" alignment="1" border="0" x="238" y="6" height="15" width="75" text="建立时间:" ) column(name=u_saletask_opdate visible="1" tag="u_saletask_opdate" band=footer id=3 x="317" y="6" height="15" width="158" color="0" border="0" alignment="0" format="yyyy-mm-dd" 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="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" tabsequence=0 ) text(name=text_19 visible="1" moveable=1 slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="33554431" color="0" alignment="1" border="0" x="483" y="6" height="15" width="75" text="审核人:" ) column(name=u_saletask_permit_emp visible="1" tag="u_saletask_permit_emp" band=footer id=2 x="562" y="6" height="15" width="69" color="0" 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="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="0" font.weight="0" tabsequence=0 ) line(name=l_6 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="2" y1="21" x2="713" y2="21" ) line(name=l_7 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="2" y1="-1" x2="2" y2="21" ) line(name=l_8 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="21" y1="-1" x2="21" y2="21" ) line(name=l_9 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="114" y1="-1" x2="114" y2="21" ) line(name=l_11 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="239" y1="-1" x2="239" y2="21" ) line(name=l_12 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="302" y1="-1" x2="302" y2="21" ) line(name=l_13 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="359" y1="-1" x2="359" y2="21" ) line(name=l_14 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="401" y1="-1" x2="401" y2="21" ) line(name=l_15 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="626" y1="-1" x2="626" y2="21" ) line(name=l_16 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="464" y1="-1" x2="464" y2="21" ) line(name=l_17 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="554" y1="-1" x2="554" y2="21" ) line(name=l_18 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="521" y1="-1" x2="521" y2="21" ) compute(name=compute_1 visible="1" tag="getrow()" band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="33554431" color="0" x="5" y="4" height="15" width="14" format="[GENERAL]" expression="getrow()" alignment="2" border="0" crosstab.repeat=no ) column(name=u_mtrldef_mtrlcode visible="1" tag="u_mtrldef_mtrlcode" band=detail id=22 x="25" y="4" height="15" width="86" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_mtrldef_mtrlname visible="1" tag="u_mtrldef_mtrlname" band=detail id=19 x="117" y="4" height="15" width="119" 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_mtrldef_mtrlmode visible="1" tag="u_mtrldef_mtrlmode" band=detail id=20 x="243" y="4" height="15" width="56" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_saletaskmx_status visible="1" tag="u_saletaskmx_status" band=detail id=27 x="307" y="4" height="15" width="48" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_mtrldef_unit visible="1" tag="u_mtrldef_unit" band=detail id=24 x="363" y="4" height="15" width="35" color="33554432" border="0" alignment="2" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_saletaskmx_rebate visible="1" tag="u_saletaskmx_rebate" band=detail id=26 x="525" y="4" height="15" width="26" color="33554432" border="0" alignment="1" format="##0.###" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) compute(name=compute_2 visible="1" tag="u_saletaskmx_saleqty * u_saletaskmx_price" band=detail 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" x="558" y="4" height="15" width="66" format="##,##0.00" expression="u_saletaskmx_saleqty * u_saletaskmx_price" alignment="1" border="0" crosstab.repeat=no ) column(name=u_saletaskmx_mxdscrp visible="1" tag="u_saletaskmx_mxdscrp" band=detail id=16 x="630" y="4" height="15" width="80" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_saletaskmx_fprice visible="1" tag="u_saletaskmx_fprice" band=detail id=25 x="468" y="4" height="15" width="50" color="33554432" border="0" alignment="1" format="##,##0.#####" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) column(name=u_saletaskmx_saleqty visible="1" tag="u_saletaskmx_saleqty" band=detail id=15 x="405" y="4" height="15" width="56" color="33554432" border="0" alignment="1" format="##,##0.#####" protect="0" edit.focusrectangle=no edit.autohscroll=no edit.autoselect=no 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="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 ) line(name=l_10 visible="1" band=detail background.mode="2" background.color="0" pen.style="0" pen.width="1" pen.color="0" x1="713" y1="-1" x2="713" y2="21" ) htmltable() htmlgen() export.xml(metadatatype=0 savemetadata=0 ) import.xml() export.pdf(method=0 )