12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- $PBExportHeader$dw_rp_cus_mtrl_newprice_mx.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=16777215 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 selected.mouse=no )
- header(height=76 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long updatewhereclause=yes name=u_cus_price_cusid dbname="u_cus_price.cusid" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
- column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
- column=(type=decimal(10) updatewhereclause=yes name=u_cus_price_price dbname="u_cus_price.price" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrltype dbname="u_mtrldef.mtrltype" )
- column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
- column=(type=long updatewhereclause=yes name=u_cus_price_mtrlid dbname="u_cus_price.mtrlid" )
- column=(type=char(255) updatewhereclause=yes name=u_cus_price_status dbname="u_cus_price.status" )
- column=(type=char(255) updatewhereclause=yes name=u_cus_price_woodcode dbname="u_cus_price.woodcode" )
- column=(type=char(255) updatewhereclause=yes name=u_cus_price_pcode dbname="u_cus_price.pcode" )
- column=(type=decimal(10) updatewhereclause=yes name=cusprice dbname="cusprice" )
- retrieve=" SELECT u_cus_price.cusid,
- u_mtrldef.mtrlcode,
- u_mtrldef.mtrlname,
- u_cus_price.price,
- u_mtrldef.mtrltype,
- u_mtrldef.unit,
- u_mtrldef.mtrlmode,
- u_cus_price.mtrlid,
- u_cus_price.status,
- u_cus_price.woodcode,
- u_cus_price.pcode,
- isnull(uv_cust_sale_price.price,0) as cusprice
- FROM u_cus_price left outer join uv_cust_sale_price
- on u_cus_price.cusid = uv_cust_sale_price.cusid
- and u_cus_price.moneyid = uv_cust_sale_price.moneyid
- and u_cus_price.mtrlid = uv_cust_sale_price.mtrlid
- and u_cus_price.status = uv_cust_sale_price.status
- and u_cus_price.woodcode = uv_cust_sale_price.woodcode
- and u_cus_price.pcode = uv_cust_sale_price.pcode,
- u_mtrldef
- WHERE ( u_cus_price.mtrlid = u_mtrldef.mtrlid ) and
- ( u_cus_price.cusid = :arg_cusid )
- " arguments=(("arg_cusid", number)) )
- text(band=header alignment="2" text="编码" border="0" color="0" x="96" y="8" height="60" width="393" 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=header alignment="2" text="品名" border="0" color="0" x="498" y="8" height="60" width="686" 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=header alignment="2" text="规格" border="0" color="0" x="1193" y="8" height="60" width="325" 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=header alignment="2" text="序" border="0" color="33554432" x="9" y="8" height="60" width="78" html.valueishtml="0" name=t_1 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" )
- text(band=header alignment="2" text="库存单位" border="0" color="33554432" x="1527" y="8" height="60" width="247" 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="2" background.color="1073741824" )
- text(band=header alignment="2" text="单价" border="0" color="33554432" x="1783" y="8" height="60" width="306" html.valueishtml="0" name=u_cus_price_price_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" )
- text(band=header alignment="2" text="颜色" border="0" color="33554432" x="2423" y="8" height="60" width="306" html.valueishtml="0" name=u_cus_price_status_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" )
- text(band=header alignment="2" text="材质" border="0" color="33554432" x="2738" y="8" height="60" width="325" html.valueishtml="0" name=u_cus_price_woodcode_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" )
- text(band=header alignment="2" text="皮/布号" border="0" color="33554432" x="3072" y="8" height="60" width="357" html.valueishtml="0" name=u_cus_price_pcode_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" )
- text(band=header alignment="2" text="客户定价" border="0" color="0" x="2098" y="8" height="60" width="315" html.valueishtml="0" name=cusprice_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=2 alignment="0" tabsequence=32766 border="0" color="0" x="96" y="4" height="68" width="393" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode tag="物料编码" 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" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="498" y="4" height="68" width="686" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname tag="物料名称" 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="1193" y="4" height="68" width="325" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode tag="物料规格" 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" )
- compute(band=detail alignment="0" expression="getrow()"border="0" color="33554432" x="9" y="4" height="68" width="78" format="[GENERAL]" html.valueishtml="0" name=compute_1 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" )
- column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="0" x="1527" y="4" height="68" width="247" format="[general]" html.valueishtml="0" name=u_mtrldef_unit visible="1" edit.limit=0 edit.case=any edit.autoselect=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" )
- column(band=detail id=4 alignment="1" tabsequence=32766 border="0" color="0" x="1783" y="4" height="68" width="306" format="#,###0.#####" html.valueishtml="0" name=u_cus_price_price 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" )
- column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="2423" y="4" height="68" width="306" format="[general]" html.valueishtml="0" name=u_cus_price_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="2738" y="4" height="68" width="325" format="[general]" html.valueishtml="0" name=u_cus_price_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="0" x="3072" y="4" height="68" width="357" format="[general]" html.valueishtml="0" name=u_cus_price_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="0" x="2098" y="4" height="68" width="315" format="#,###0.#####" html.valueishtml="0" name=cusprice 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" )
- 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" )
|