dw_rp_cus_mtrl_newprice_mx.srd 11 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. $PBExportHeader$dw_rp_cus_mtrl_newprice_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 selected.mouse=no )
  4. header(height=76 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_cus_price_cusid dbname="u_cus_price.cusid" )
  9. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  10. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
  11. column=(type=decimal(10) updatewhereclause=yes name=u_cus_price_price dbname="u_cus_price.price" )
  12. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrltype dbname="u_mtrldef.mtrltype" )
  13. column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
  14. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  15. column=(type=long updatewhereclause=yes name=u_cus_price_mtrlid dbname="u_cus_price.mtrlid" )
  16. column=(type=char(255) updatewhereclause=yes name=u_cus_price_status dbname="u_cus_price.status" )
  17. column=(type=char(255) updatewhereclause=yes name=u_cus_price_woodcode dbname="u_cus_price.woodcode" )
  18. column=(type=char(255) updatewhereclause=yes name=u_cus_price_pcode dbname="u_cus_price.pcode" )
  19. column=(type=decimal(10) updatewhereclause=yes name=cusprice dbname="cusprice" )
  20. retrieve=" SELECT u_cus_price.cusid,
  21. u_mtrldef.mtrlcode,
  22. u_mtrldef.mtrlname,
  23. u_cus_price.price,
  24. u_mtrldef.mtrltype,
  25. u_mtrldef.unit,
  26. u_mtrldef.mtrlmode,
  27. u_cus_price.mtrlid,
  28. u_cus_price.status,
  29. u_cus_price.woodcode,
  30. u_cus_price.pcode,
  31. isnull(uv_cust_sale_price.price,0) as cusprice
  32. FROM u_cus_price left outer join uv_cust_sale_price
  33. on u_cus_price.cusid = uv_cust_sale_price.cusid
  34. and u_cus_price.moneyid = uv_cust_sale_price.moneyid
  35. and u_cus_price.mtrlid = uv_cust_sale_price.mtrlid
  36. and u_cus_price.status = uv_cust_sale_price.status
  37. and u_cus_price.woodcode = uv_cust_sale_price.woodcode
  38. and u_cus_price.pcode = uv_cust_sale_price.pcode,
  39. u_mtrldef
  40. WHERE ( u_cus_price.mtrlid = u_mtrldef.mtrlid ) and
  41. ( u_cus_price.cusid = :arg_cusid )
  42. " arguments=(("arg_cusid", number)) )
  43. 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" )
  44. 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" )
  45. 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" )
  46. 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" )
  47. 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" )
  48. 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" )
  49. 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" )
  50. 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" )
  51. 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" )
  52. 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" )
  53. 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" )
  54. 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" )
  55. 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" )
  56. 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" )
  57. 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" )
  58. 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" )
  59. 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" )
  60. 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" )
  61. 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" )
  62. 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" )
  63. htmltable(border="1" )
  64. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  65. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  66. import.xml()
  67. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )