dw_inware_cp_autoscll_mtrlware_mx.srd 8.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. $PBExportHeader$dw_inware_cp_autoscll_mtrlware_mx.srd
  2. release 9;
  3. 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 )
  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=char(30) updatewhereclause=yes name=u_mtrlware_plancode dbname="u_mtrlware.plancode" )
  9. column=(type=char(255) updatewhereclause=yes name=u_mtrlware_status dbname="u_mtrlware.Status" )
  10. column=(type=decimal(5) updatewhereclause=yes name=u_mtrlware_noallocqty dbname="u_mtrlware.noallocqty" )
  11. column=(type=char(255) updatewhereclause=yes name=u_mtrlware_woodcode dbname="u_mtrlware.woodcode" )
  12. column=(type=char(255) updatewhereclause=yes name=u_mtrlware_pcode dbname="u_mtrlware.pcode" )
  13. column=(type=char(30) updatewhereclause=yes name=u_storage_storagename dbname="u_storage.storagename" )
  14. column=(type=char(50) updatewhereclause=yes name=u_mtrlware_sptname dbname="sptname" )
  15. retrieve=" SELECT u_mtrlware.plancode,
  16. u_mtrlware.Status,
  17. u_mtrlware.noallocqty,
  18. u_mtrlware.woodcode,
  19. u_mtrlware.pcode,
  20. u_storage.storagename ,
  21. isnull(u_cust.name,'') as sptname
  22. FROM u_mtrlware INNER JOIN
  23. u_storage ON u_mtrlware.storageid = u_storage.storageid LEFT OUTER JOIN
  24. u_cust ON u_mtrlware.Sptid = u_cust.cusid
  25. where ( u_mtrlware.mtrlid = :arg_mtrlid )
  26. and ( u_mtrlware.Status = :arg_status)
  27. and ( u_mtrlware.scid = :arg_scid)
  28. " arguments=(("arg_mtrlid", number),("arg_status", string),("arg_scid", number)) )
  29. text(band=header alignment="2" text="仓库" border="0" color="33554432" x="9" y="8" height="56" width="421" html.valueishtml="0" name=u_storage_storagename_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="553648127" )
  30. text(band=header alignment="2" text="库存数" border="0" color="33554432" x="439" y="8" height="56" width="352" 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="1" background.color="553648127" )
  31. text(band=header alignment="2" text="配置" border="0" color="33554432" x="800" y="8" height="56" width="407" html.valueishtml="0" name=u_mtrlware_status_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="553648127" )
  32. text(band=header alignment="2" text="批号" border="0" color="33554432" x="1216" y="8" height="56" width="416" html.valueishtml="0" name=u_mtrlware_plancode_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="553648127" )
  33. text(band=header alignment="2" text="配置1" border="0" color="33554432" x="1641" y="8" height="56" width="338" html.valueishtml="0" name=u_mtrlware_woodcode_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="553648127" )
  34. text(band=header alignment="2" text="配置2" border="0" color="33554432" x="1989" y="8" height="56" width="521" html.valueishtml="0" name=u_mtrlware_pcode_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="553648127" )
  35. text(band=header alignment="2" text="客户" border="0" color="33554432" x="2519" y="8" height="56" width="713" html.valueishtml="0" name=u_mtrlware_sptname_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="553648127" )
  36. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="1216" y="4" height="64" width="416" format="[general]" html.valueishtml="0" name=u_mtrlware_plancode 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="553648127" )
  37. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="800" y="4" height="64" width="407" format="[general]" html.valueishtml="0" name=u_mtrlware_status 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="553648127" )
  38. column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="439" y="4" height="64" width="352" format="#,##0.##########" html.valueishtml="0" name=u_mtrlware_noallocqty visible="1" edit.limit=0 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="553648127" )
  39. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1641" y="4" height="64" width="338" format="[general]" html.valueishtml="0" name=u_mtrlware_woodcode 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="553648127" )
  40. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1989" y="4" height="64" width="521" format="[general]" html.valueishtml="0" name=u_mtrlware_pcode 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="553648127" )
  41. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="64" width="421" format="[general]" html.valueishtml="0" name=u_storage_storagename 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="553648127" )
  42. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="2519" y="4" height="64" width="713" format="[general]" html.valueishtml="0" name=u_mtrlware_sptname 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="553648127" )
  43. compute(band=footer alignment="2" expression="count(u_storage_storagename for all)"border="0" color="16711680" x="9" y="4" height="56" width="421" 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="553648127" )
  44. compute(band=footer alignment="1" expression="sum(u_mtrlware_noallocqty for all)"border="0" color="33554432" x="439" y="4" height="56" width="352" format="#,##0.0####" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  45. htmltable(border="1" )
  46. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  47. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  48. import.xml()
  49. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )