dw_outware_pos_findmtrl.srd 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. $PBExportHeader$dw_outware_pos_findmtrl.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 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 )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=72 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_mtrldef_mtrlid dbname="u_mtrldef.mtrlid" )
  9. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_barcode dbname="u_mtrldef.barcode" )
  10. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  11. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
  12. column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
  13. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  14. column=(type=char(30) updatewhereclause=yes name=u_mtrltype_mtrltype dbname="u_mtrltype.mtrltype" )
  15. column=(type=decimal(5) updatewhereclause=yes name=u_mtrlware_noallocqty dbname="u_mtrlware.noallocqty" )
  16. column=(type=long updatewhereclause=yes name=u_mtrlware_mtrlwareid dbname="u_mtrlware.mtrlwareid" )
  17. retrieve="SELECT u_mtrldef.mtrlid,
  18. u_mtrldef.barcode,
  19. u_mtrldef.mtrlcode,
  20. u_mtrldef.mtrlname,
  21. u_mtrldef.unit,
  22. u_mtrldef.mtrlmode,
  23. u_mtrltype.mtrltype,
  24. u_mtrlware.noallocqty,
  25. u_mtrlware.mtrlwareid
  26. FROM u_mtrldef INNER JOIN
  27. u_mtrlware ON u_mtrldef.mtrlid = u_mtrlware.mtrlid LEFT OUTER JOIN
  28. u_mtrltype ON u_mtrldef.mtrltypeid = u_mtrltype.mtrltypeid
  29. WHERE ( u_mtrldef.barcode LIKE :arg_barcode OR ( :arg_barcode = '') )
  30. AND ( u_mtrldef.mtrlcode LIKE :arg_mtrlcode OR ( :arg_mtrlcode = '') )
  31. AND ( u_mtrldef.mtrlname LIKE :arg_mtrlname OR ( :arg_mtrlname = '') )
  32. AND ( u_mtrldef.mtrltype LIKE :arg_mtrltype OR ( :arg_mtrltype = '') )
  33. and ( u_mtrlware.storageid = :arg_storageid )" arguments=(("arg_barcode", string),("arg_mtrlcode", string),("arg_mtrlname", string),("arg_mtrltype", string),("arg_storageid", number)) )
  34. text(band=header alignment="2" text="条形码" border="0" color="33554432" x="128" y="8" height="56" width="517" html.valueishtml="0" name=u_mtrldef_barcode_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" )
  35. text(band=header alignment="2" text="编码" border="0" color="33554432" x="654" y="8" height="56" width="448" 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" )
  36. text(band=header alignment="2" text="品名" border="0" color="33554432" x="1111" y="8" height="56" width="1152" 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" )
  37. text(band=header alignment="2" text="单位" border="0" color="33554432" x="2272" y="8" height="56" width="133" 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" )
  38. text(band=header alignment="2" text="规格" border="0" color="33554432" x="2807" y="8" height="56" width="535" html.valueishtml="0" name=u_mtrldef_mtrlmode_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" )
  39. text(band=header alignment="2" text="类别" border="0" color="33554432" x="3351" y="8" height="56" width="338" html.valueishtml="0" name=u_mtrltype_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" )
  40. text(band=header alignment="2" text="库存数量" border="0" color="33554432" x="2414" y="8" height="56" width="384" html.valueishtml="0" name=u_mtrlware_noallocqty_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  41. compute(band=detail alignment="2" expression="if(getrow() = currentRow(),'>>','')"border="0" color="33554432" x="9" y="4" height="64" width="110" format="[GENERAL]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  42. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="128" y="4" height="64" width="517" format="[general]" html.valueishtml="0" name=u_mtrldef_barcode 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  43. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="654" y="4" height="64" width="448" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  44. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1111" y="4" height="64" width="1152" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  45. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="33554432" x="2272" y="4" height="64" width="133" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  46. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="33554432" x="2807" y="4" height="64" width="535" 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="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  47. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="3351" y="4" height="64" width="338" format="[general]" html.valueishtml="0" name=u_mtrltype_mtrltype 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  48. column(band=detail id=8 alignment="1" tabsequence=32766 border="0" color="33554432" x="2414" y="4" height="64" width="384" format="#,##0.#####" html.valueishtml="0" name=u_mtrlware_noallocqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  49. compute(band=footer alignment="2" expression="count(u_mtrldef_mtrlname for all)"border="0" color="16711680" x="1111" y="4" height="56" width="1152" format="[general]" html.valueishtml="0" name=compute_2 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" )
  50. htmltable(border="1" )
  51. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  52. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  53. import.xml()
  54. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )