123456789101112131415161718192021222324252627282930313233343536373839404142 |
- $PBExportHeader$dw_mtrl_default_sc.srd
- $PBExportComments$分部指定仓位商品
- 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=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=64 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long updatewhereclause=yes name=storageid dbname="Storageid" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="mtrlcode" initial="empty" )
- column=(type=char(80) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="mtrlname" initial="empty" )
- column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrltype dbname="mtrltype" initial="empty" )
- column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="unit" initial="empty" )
- column=(type=long updatewhereclause=yes name=u_mtrl_default_storag_scid dbname="ScID" )
- column=(type=long updatewhereclause=yes name=u_mtrl_default_storag_mtrlid dbname="MtrlID" )
- column=(type=decimal(4) updatewhereclause=yes name=ifuseinware dbname="ifuseinware" )
- retrieve="SELECT u_Mtrl_default_storag.Storageid, u_mtrldef.mtrlcode,
- ltrim(rtrim(u_mtrldef.mtrlname))+ltrim(rtrim(u_mtrldef.mtrlMode)) as mtrlname, u_mtrldef.mtrltype, u_mtrldef.unit,
- u_Mtrl_default_storag.ScID, u_Mtrl_default_storag.MtrlID,
- isnull(u_mtrlware.noallocqty + u_mtrlware.allocqty,0) as ifuseinware
- FROM u_Mtrl_default_storag INNER JOIN
- u_mtrldef ON
- u_Mtrl_default_storag.MtrlID = u_mtrldef.mtrlid LEFT OUTER JOIN
- u_mtrlware ON u_Mtrl_default_storag.MtrlID = u_mtrlware.mtrlid AND
- u_Mtrl_default_storag.ScID = u_mtrlware.scid
- WHERE (u_Mtrl_default_storag.ScID = :arg_scid)" arguments=(("arg_scid", number)) sort="u_mtrldef_mtrlcode A " )
- text(band=header alignment="2" text="编码" border="0" color="0" x="270" y="8" height="56" width="457" html.valueishtml="0" name=u_mtrldef_mtrlcode_t visible="1" font.face="宋体" font.height="-9" 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="736" y="8" height="56" width="1321" html.valueishtml="0" name=u_mtrldef_mtrlname_t visible="1" font.face="宋体" font.height="-9" 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="2066" y="8" height="56" width="219" html.valueishtml="0" name=u_mtrldef_unit_t visible="1" font.face="宋体" font.height="-9" 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="16711680" x="9" y="8" height="56" width="251" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" 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="2295" y="8" height="56" width="238" html.valueishtml="0" name=u_mtrldef_mtrltype_t visible="1" font.face="宋体" font.height="-9" 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="270" y="4" height="68" width="457" 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( ifuseinware >0, rgb(200,200,200),rgb(255,255,255) )" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="736" y="4" height="68" width="1321" 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( ifuseinware >0, rgb(200,200,200),rgb(255,255,255) )" )
- column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="0" x="2066" y="4" height="68" width="219" format="[general]" html.valueishtml="0" name=u_mtrldef_unit tag="标准库存单位" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( ifuseinware >0, rgb(200,200,200),rgb(255,255,255) )" )
- column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="16711680~tif( ifuseinware >0, rgb(0,0,0),rgb(0,0,255) )" x="9" y="4" height="68" width="251" format="" html.valueishtml="0" protect="0~tif (ifuseinware>0 ,1,0)" name=storageid visible="1" dddw.name=dddw_defstorage_decise dddw.displaycolumn=storagename dddw.datacolumn=storageid dddw.percentwidth=100 dddw.lines=20 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( ifuseinware >0, rgb(200,200,200),rgb(255,255,255) )" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="2295" y="4" height="68" width="238" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrltype 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="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( ifuseinware >0, rgb(200,200,200),rgb(255,255,255) )" )
- compute(band=footer alignment="2" expression="count(storageid for all)"border="0" color="8388608" x="9" y="4" height="56" width="251" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" 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" )
|