123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- $PBExportHeader$dw_rp_sc_taskwork_print.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=16777215 processing=0 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 )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=952 color="536870912" height.autosize=yes)
- table(column=(type=long updatewhereclause=yes name=u_sc_taskwork_billid dbname="u_sc_taskwork.billid" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_wagemth dbname="u_sc_taskwork.wagemth" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_wageid dbname="u_sc_taskwork.wageid" )
- column=(type=char(50) updatewhereclause=yes name=u_sc_taskwork_relcode dbname="u_sc_taskwork.relcode" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
- column=(type=datetime updatewhereclause=yes name=u_sc_taskwork_billdate dbname="u_sc_taskwork.billdate" )
- column=(type=char(100) updatewhereclause=yes name=u_sc_taskwork_dscrp dbname="u_sc_taskwork.Dscrp" )
- column=(type=char(20) updatewhereclause=yes name=u_sc_taskwork_billcode dbname="u_sc_taskwork.billcode" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_orderid dbname="u_sc_taskwork.orderid" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_mtrlid dbname="u_sc_taskwork.Mtrlid" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_auditingflag dbname="u_sc_taskwork.Auditingflag" )
- column=(type=char(10) updatewhereclause=yes name=u_sc_taskwork_auditingrep dbname="u_sc_taskwork.Auditingrep" )
- column=(type=datetime updatewhereclause=yes name=u_sc_taskwork_auditingdate dbname="u_sc_taskwork.Auditingdate" )
- column=(type=datetime updatewhereclause=yes name=u_sc_taskwork_affirmdate dbname="u_sc_taskwork.affirmdate" )
- column=(type=char(20) updatewhereclause=yes name=u_sc_taskwork_affirmemp dbname="u_sc_taskwork.affirmemp" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_affirmflag dbname="u_sc_taskwork.affirmflag" )
- column=(type=datetime updatewhereclause=yes name=u_sc_taskwork_opdate dbname="u_sc_taskwork.Opdate" )
- column=(type=char(10) updatewhereclause=yes name=u_sc_taskwork_opemp dbname="u_sc_taskwork.Opemp" )
- column=(type=datetime updatewhereclause=yes name=u_sc_taskwork_moddate dbname="u_sc_taskwork.moddate" )
- column=(type=char(10) updatewhereclause=yes name=u_sc_taskwork_modemp dbname="u_sc_taskwork.modemp" )
- column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
- column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
- column=(type=decimal(5) updatewhereclause=yes name=u_saletaskmx_orderqty dbname="u_SaleTaskMx.orderqty" )
- column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_status dbname="u_SaleTaskMx.status" )
- column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_woodcode dbname="u_SaleTaskMx.woodcode" )
- column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_pcode dbname="u_SaleTaskMx.pcode" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_scid dbname="u_sc_taskwork.scid" )
- column=(type=char(15) updatewhereclause=yes name=u_saletask_taskcode dbname="u_SaleTask.taskcode" )
- column=(type=long updatewhereclause=yes name=u_sc_taskwork_relid dbname="u_sc_taskwork.relid" )
- retrieve="SELECT u_sc_taskwork.billid ,
- u_sc_taskwork.wagemth ,
- u_sc_taskwork.wageid ,
- u_sc_taskwork.relcode,
- u_Mtrldef.mtrlcode ,
- u_sc_taskwork.billdate ,
- u_sc_taskwork.Dscrp ,
- u_sc_taskwork.billcode ,
- u_sc_taskwork.orderid ,
- u_sc_taskwork.Mtrlid ,
- u_sc_taskwork.Auditingflag ,
- u_sc_taskwork.Auditingrep ,
- u_sc_taskwork.Auditingdate ,
- u_sc_taskwork.affirmdate ,
- u_sc_taskwork.affirmemp ,
- u_sc_taskwork.affirmflag ,
- u_sc_taskwork.Opdate ,
- u_sc_taskwork.Opemp ,
- u_sc_taskwork.moddate ,
- u_sc_taskwork.modemp ,
- u_Mtrldef.mtrlname ,
- u_Mtrldef.mtrlmode ,
- u_Mtrldef.unit ,
- u_saletaskmx.orderqty ,
- u_saletaskmx.status,
- u_saletaskmx.woodcode,
- u_saletaskmx.pcode ,
- u_sc_taskwork.scid,
- u_saletask.taskcode,
- u_sc_taskwork.relid
- FROM u_sc_taskwork left outer join
- u_saletaskmx on
- ( u_sc_taskwork.orderid = u_saletaskmx.TaskID ) and
- ( u_sc_taskwork.relid = u_saletaskmx.printid ) and
- ( u_sc_taskwork.scid = u_saletaskmx.scid)
- left outer join u_saletask on
- u_saletask.TaskID = u_saletaskmx.TaskID and
- u_saletask.scid = u_saletaskmx.scid,
- u_Mtrldef
- WHERE ( u_sc_taskwork.Mtrlid = u_Mtrldef.Mtrlid ) and
- ( u_sc_taskwork.scid = :arg_scid) and
- ( u_sc_taskwork.billid = :arg_billid)" arguments=(("arg_scid", number),("arg_billid", number)) )
- text(band=detail alignment="1" text="订单编号" border="0" color="0" x="128" y="168" height="60" width="283" html.valueishtml="0" name=u_order_ml_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" )
- text(band=detail alignment="1" text="产品编号" border="0" color="0" x="133" y="356" height="60" width="274" 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="1" background.color="536870912" )
- text(band=detail alignment="1" text="物料规格" border="0" color="0" x="137" y="444" height="60" width="274" 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="1" background.color="536870912" )
- text(band=detail alignment="1" text="单位" border="0" color="0" x="1362" y="444" height="60" width="142" 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" )
- column(band=detail id=23 alignment="0" tabsequence=32766 border="4" color="0" x="1527" y="444" height="68" width="174" 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="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="物料名称" border="0" color="0" x="1239" y="356" height="60" width="274" 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="1" background.color="536870912" )
- text(band=detail alignment="2" text="产品个人计件单" border="0" color="0" x="1179" y="12" height="124" width="1019" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=21 alignment="0" tabsequence=32766 border="4" color="0" x="1522" y="356" height="68" width="1431" 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="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=5 alignment="0" tabsequence=32766 border="4" color="0" x="425" y="356" height="68" width="695" 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="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=22 alignment="0" tabsequence=32766 border="4" color="0" x="425" y="444" height="68" width="695" 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="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="相关号" border="0" color="0" x="137" y="264" height="60" width="274" html.valueishtml="0" name=u_sc_taskwork_relcode_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" )
- column(band=detail id=29 alignment="0" tabsequence=0 border="4" color="0" x="425" y="172" height="68" width="695" html.valueishtml="0" name=u_saletask_taskcode 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="4" color="0" x="425" y="264" height="68" width="695" format="[general]" html.valueishtml="0" name=u_sc_taskwork_relcode visible="1" edit.limit=50 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="计件日期" border="0" color="0" x="1234" y="168" height="60" width="274" html.valueishtml="0" name=u_sc_taskwork_billdate_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" )
- text(band=detail alignment="1" text="工资项目" border="0" color="0" x="1234" y="264" height="60" width="274" html.valueishtml="0" name=u_sc_taskwork_wageid_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" )
- column(band=detail id=6 alignment="2" tabsequence=32766 border="4" color="0" x="1518" y="168" height="68" width="448" format="yyyy-mm-dd" html.valueishtml="0" name=u_sc_taskwork_billdate visible="1" edit.limit=0 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="4" color="0" x="1518" y="264" height="68" width="448" format="[general]" html.valueishtml="0" name=u_sc_taskwork_wageid visible="1" edit.limit=0 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="备 注" border="0" color="0" x="137" y="620" height="60" width="274" html.valueishtml="0" name=u_sc_taskwork_dscrp_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" )
- report(band=detail dataobject="dw_rp_sc_taskwork_mx_print" x="133" y="708" height="136" width="3227" border="0" height.autosize=yes criteria="" nest_arguments=((" arg_billid ")) trail_footer = yes name=mxreport visible="1" slideleft=yes slideup=directlyabove )
- column(band=detail id=7 alignment="0" tabsequence=32766 border="4" color="0" x="425" y="620" height="68" width="2546" format="[general]" html.valueishtml="0" name=u_sc_taskwork_dscrp visible="1" edit.limit=100 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="配置" border="0" color="0" x="137" y="528" height="60" width="274" html.valueishtml="0" name=u_order_ml_status_mode_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" )
- column(band=detail id=25 alignment="0" tabsequence=0 border="4" color="0" x="425" y="528" height="68" width="695" html.valueishtml="0" name=u_saletaskmx_status 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="配置1" border="0" color="0" x="1239" y="528" height="60" width="274" html.valueishtml="0" name=u_order_ml_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" )
- column(band=detail id=26 alignment="0" tabsequence=0 border="4" color="0" x="1531" y="528" height="68" width="695" html.valueishtml="0" name=u_saletaskmx_woodcode 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="单据编号" border="0" color="0" x="2254" y="168" height="60" width="274" html.valueishtml="0" name=u_sc_taskwork_billcode_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" )
- text(band=detail alignment="1" text="计划数量" border="0" color="0" x="2254" y="444" height="60" width="274" html.valueishtml="0" name=u_order_ml_orderqty_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" )
- text(band=detail alignment="1" text="配置2" border="0" color="0" x="2254" y="528" height="60" width="274" html.valueishtml="0" name=u_order_ml_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" )
- column(band=detail id=8 alignment="0" tabsequence=32766 border="4" color="0" x="2542" y="168" height="68" width="402" format="[general]" html.valueishtml="0" name=u_sc_taskwork_billcode visible="1" edit.limit=20 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=24 alignment="1" tabsequence=0 border="4" color="0" x="2542" y="444" height="68" width="402" format="##,##0.#####" html.valueishtml="0" name=u_saletaskmx_orderqty 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=27 alignment="0" tabsequence=0 border="4" color="0" x="2542" y="528" height="68" width="695" html.valueishtml="0" name=u_saletaskmx_pcode 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="制单时间" border="0" color="0" x="142" y="864" height="60" width="274" html.valueishtml="0" name=u_sc_taskwork_opdate_t visible="1" slideup=directlyabove font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=17 alignment="0" tabsequence=32766 border="4" color="0" x="443" y="864" height="68" width="539" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_sc_taskwork_opdate visible="1" slideup=directlyabove edit.limit=0 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=18 alignment="0" tabsequence=32766 border="4" color="0" x="1810" y="864" height="68" width="302" format="[general]" html.valueishtml="0" name=u_sc_taskwork_opemp visible="1" slideup=directlyabove edit.limit=10 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=detail alignment="1" text="制单人" border="0" color="0" x="1509" y="864" height="60" width="274" html.valueishtml="0" name=u_sc_taskwork_opemp_t visible="1" slideup=directlyabove font.face="宋体" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- htmltable(border="1" )
- htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
- export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
|