dw_outware_sale_mod_price_mx.srd 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. $PBExportHeader$dw_outware_sale_mod_price_mx.srd
  2. release 11.5;
  3. datawindow(units=0 timer_interval=0 color=1073741824 brushmode=0 transparency=0 gradient.angle=0 gradient.color=8421504 gradient.focus=0 gradient.repetition.count=0 gradient.repetition.length=100 gradient.repetition.mode=0 gradient.scale=100 gradient.spread=100 gradient.transparency=0 picture.blur=0 picture.clip.bottom=0 picture.clip.left=0 picture.clip.right=0 picture.clip.top=0 picture.mode=0 picture.scale.x=100 picture.scale.y=100 picture.transparency=0 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 print.background=no print.preview.background=no print.preview.outline=yes hidegrayline=no showbackcoloronxp=no picture.file="" grid.lines=0 selected.mouse=no )
  4. header(height=128 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" height.autosize=yes )
  5. summary(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  6. footer(height=61 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  7. detail(height=77 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" height.autosize=yes )
  8. table(column=(type=long updatewhereclause=yes name=scid dbname="scid" initial="0" )
  9. column=(type=long updatewhereclause=yes name=outwareid dbname="outwareid" initial="0" )
  10. column=(type=long updatewhereclause=yes name=printid dbname="printid" initial="0" )
  11. column=(type=long updatewhereclause=yes name=mtrlid dbname="mtrlid" initial="0" )
  12. column=(type=char(255) updatewhereclause=yes name=status dbname="status" initial="empty" )
  13. column=(type=char(255) updatewhereclause=yes name=woodcode dbname="woodcode" initial="empty" )
  14. column=(type=char(255) updatewhereclause=yes name=pcode dbname="pcode" initial="empty" )
  15. column=(type=char(50) updatewhereclause=yes name=outwarecode dbname="outwarecode" initial="empty" )
  16. column=(type=char(50) updatewhereclause=yes name=mtrlcode dbname="mtrlcode" initial="empty" )
  17. column=(type=char(50) updatewhereclause=yes name=mtrlname dbname="mtrlname" initial="empty" )
  18. column=(type=decimal(5) updatewhereclause=yes name=enprice dbname="enprice" initial="0" )
  19. column=(type=decimal(5) updatewhereclause=yes name=price dbname="price" initial="0" )
  20. column=(type=decimal(5) updatewhereclause=yes name=fprice dbname="fprice" initial="0" )
  21. column=(type=decimal(5) updatewhereclause=yes name=enamt dbname="enamt" initial="0" )
  22. column=(type=decimal(5) updatewhereclause=yes name=enamt_tax dbname="enamt_tax" initial="0" )
  23. column=(type=decimal(5) updatewhereclause=yes name=bsamt dbname="bsamt" initial="0" )
  24. column=(type=decimal(5) updatewhereclause=yes name=bsamt_tax dbname="bsamt_tax" initial="0" )
  25. column=(type=decimal(5) updatewhereclause=yes name=saleqty dbname="saleqty" initial="0" )
  26. column=(type=decimal(5) updatewhereclause=yes name=ware_enprice dbname="ware_enprice" )
  27. column=(type=decimal(5) updatewhereclause=yes name=ware_fprice dbname="ware_fprice" )
  28. column=(type=decimal(5) updatewhereclause=yes name=ware_price dbname="ware_price" )
  29. column=(type=decimal(5) updatewhereclause=yes name=enamt_notax dbname="enamt_notax" )
  30. column=(type=decimal(5) updatewhereclause=yes name=enprice_notax dbname="enprice_notax" )
  31. column=(type=decimal(5) updatewhereclause=yes name=relprice dbname="relprice" )
  32. column=(type=decimal(5) updatewhereclause=yes name=rate dbname="rate" )
  33. column=(type=decimal(5) updatewhereclause=yes name=tax dbname="tax" )
  34. column=(type=decimal(5) updatewhereclause=yes name=mrate dbname="mrate" )
  35. column=(type=decimal(5) updatewhereclause=yes name=rebate dbname="rebate" )
  36. retrieve="SELECT
  37. 0 as scid,
  38. 0 as outwareid,
  39. 0 as printid,
  40. 0 as mtrlid,
  41. space(255) as status,
  42. space(255) as woodcode,
  43. space(255) as pcode,
  44. space(50) as outwarecode,
  45. space(50) as mtrlcode,
  46. space(50) as mtrlname,
  47. 0.00000 as enprice,
  48. 0.00000 as price,
  49. 0.00000 as fprice,
  50. 0.00000 as enamt,
  51. 0.00000 as enamt_tax,
  52. 0.00000 as bsamt,
  53. 0.00000 as bsamt_tax,
  54. 0.00000 as saleqty,
  55. 0.00000 as ware_enprice,
  56. 0.00000 as ware_fprice,
  57. 0.00000 as ware_price,
  58. 0.00000 as enamt_notax,
  59. 0.00000 as enprice_notax,
  60. 0.00000 as relprice,
  61. 0.00000 as rate,
  62. 0.00000 as tax,
  63. 0.00000 as mrate,
  64. 0.00000 as rebate
  65. from u_outware_mod_price" )
  66. text(band=header alignment="2" text="含税金额
  67. 本位币" border="0" color="33554432" x="5965" y="3" height="154" width="322" html.valueishtml="0" name=bsamt_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  68. text(band=header alignment="2" text="属性" border="0" color="0" x="1031" y="3" height="154" width="347" html.valueishtml="0" name=status_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  69. text(band=header alignment="2" text="属性1" border="0" color="0" x="1386" y="3" height="154" width="1891" html.valueishtml="0" name=woodcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  70. text(band=header alignment="2" text="属性2" border="0" color="0" x="3284" y="3" height="154" width="358" html.valueishtml="0" name=pcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  71. text(band=header alignment="2" text="单价" border="0" color="0" x="3913" y="3" height="154" width="322" html.valueishtml="0" name=price_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  72. text(band=header alignment="2" text="修改前单价" border="0" color="0" x="4242" y="3" height="154" width="369" html.valueishtml="0" name=enprice_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  73. text(band=header alignment="2" text="发货单号" border="0" color="0" x="7" y="3" height="154" width="391" html.valueishtml="0" name=outwarecode_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  74. text(band=header alignment="2" text="物料编码" border="0" color="0" x="406" y="3" height="154" width="311" html.valueishtml="0" name=mtrlcode_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  75. text(band=header alignment="2" text="品名" border="0" color="0" x="724" y="3" height="154" width="300" html.valueishtml="0" name=mtrlname_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  76. text(band=header alignment="2" text="本位币单价
  77. 销售单位" border="0" color="33554432" x="4619" y="3" height="154" width="373" html.valueishtml="0" name=fprice_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  78. text(band=header alignment="2" text="总金额" border="0" color="33554432" x="4999" y="3" height="154" width="475" html.valueishtml="0" name=enamt_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  79. text(band=header alignment="2" text="税金" border="0" color="33554432" x="5482" y="3" height="154" width="475" html.valueishtml="0" name=enamt_tax_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  80. text(band=header alignment="2" text="税金
  81. 本位币" border="0" color="33554432" x="6294" y="3" height="154" width="453" html.valueishtml="0" name=bsamt_tax_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  82. text(band=header alignment="2" text="数量" border="0" color="33554432" x="3650" y="3" height="154" width="256" html.valueishtml="0" name=saleqty_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" background.transparency="0" background.gradient.color="0" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="0" background.gradient.focus="0" background.gradient.scale="0" background.gradient.spread="0" tooltip.backcolor="0" tooltip.delay.initial="0" tooltip.delay.visible="0" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="0" tooltip.transparency="0" transparency="0" )
  83. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0~t if(u_inwaremx_uprice * u_inwaremx_rebate < u_inwaremx_dftsptprice ,rgb(255,0,0),rgb(0,0,0))" x="1031" y="3" height="70" width="347" format="[general]" html.valueishtml="0" name=status visible="1" height.autosize=yes ddlb.limit=0 ddlb.allowedit=no ddlb.case=any font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  84. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="7" y="3" height="70" width="391" format="[general]" html.valueishtml="0" name=outwarecode visible="1" height.autosize=yes edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  85. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="406" y="3" height="70" width="311" format="[general]" html.valueishtml="0" name=mtrlcode visible="1" height.autosize=yes edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  86. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="724" y="3" height="70" width="300" format="[general]" html.valueishtml="0" name=mtrlname visible="1" height.autosize=yes edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  87. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0~t if(u_inwaremx_uprice * u_inwaremx_rebate < u_inwaremx_dftsptprice ,rgb(255,0,0),rgb(0,0,0))" x="1386" y="3" height="70" width="1891" format="[general]" html.valueishtml="0" name=woodcode visible="1" height.autosize=yes ddlb.limit=0 ddlb.allowedit=no ddlb.case=any font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  88. column(band=detail id=11 alignment="1" tabsequence=32766 border="0" color="0" x="4242" y="3" height="70" width="369" format="[general]" html.valueishtml="0" name=enprice visible="1" height.autosize=yes editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  89. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0~t if(u_inwaremx_uprice * u_inwaremx_rebate < u_inwaremx_dftsptprice ,rgb(255,0,0),rgb(0,0,0))" x="3284" y="3" height="70" width="358" format="[general]" html.valueishtml="0" name=pcode visible="1" height.autosize=yes ddlb.limit=0 ddlb.allowedit=no ddlb.case=any font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  90. column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="0" x="3913" y="3" height="70" width="322" format="####0.00" html.valueishtml="0" name=price visible="1" height.autosize=yes editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  91. column(band=detail id=13 alignment="1" tabsequence=32766 border="0" color="0" x="4619" y="3" height="70" width="373" format="[general]" html.valueishtml="0" name=fprice visible="1" editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  92. column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="0" x="4999" y="3" height="70" width="475" format="[general]" html.valueishtml="0" name=enamt visible="1" editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  93. column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="0" x="5482" y="3" height="70" width="475" format="[general]" html.valueishtml="0" name=enamt_tax visible="1" editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  94. column(band=detail id=16 alignment="1" tabsequence=32766 border="0" color="0" x="5965" y="3" height="70" width="322" format="[general]" html.valueishtml="0" name=bsamt visible="1" editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  95. column(band=detail id=17 alignment="1" tabsequence=32766 border="0" color="0" x="6294" y="3" height="70" width="453" format="[general]" html.valueishtml="0" name=bsamt_tax visible="1" editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  96. column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="0" x="3650" y="3" height="70" width="256" format="[general]" html.valueishtml="0" name=saleqty visible="1" editmask.mask="###,##0" editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  97. htmltable(border="1" )
  98. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
  99. xhtmlgen() cssgen(sessionspecific="0" )
  100. xmlgen(inline="0" )
  101. xsltgen()
  102. jsgen()
  103. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="gb2312" name="1" xml="<?xml version=~"1.0~" encoding=~"UTF-16LE~" standalone=~"no~"?><dw_inwaremx_buy_edit><dw_inwaremx_buy_edit_row __pbband=~"detail~"><u_inwaremx_mtrlid>u_inwaremx_mtrlid</u_inwaremx_mtrlid><u_inwaremx_ifrel/><u_inwaremx_relcode/><u_mtrldef_mtrlcode/><u_inwaremx_status>status</u_inwaremx_status><u_inwaremx_woodcode>woodcode</u_inwaremx_woodcode><u_inwaremx_pcode>pcode</u_inwaremx_pcode><u_inwaremx_unit/><u_inwaremx_inputamt>u_inwaremx_inputamt</u_inwaremx_inputamt><u_inwaremx_uqty/><u_inwaremx_rate/><u_inwaremx_addqty/><u_inwaremx_uprice/><u_inwaremx_rebate/><u_inwaremx_plancode/><u_inwaremx_mxdscrp/><u_inwaremx_fprice/><u_buytask_taskcode>u_buytask_taskcode</u_buytask_taskcode><u_inwaremx_qty/><u_inwaremx_price/><u_mtrldef_unit/><u_mtrldef_mtrlname/><u_inwaremx_inwareid>u_inwaremx_inwareid</u_inwaremx_inwareid><u_inwaremx_printid>u_inwaremx_printid</u_inwaremx_printid><u_mtrldef_mtrlmode/><u_inwaremx_relid>u_inwaremx_relid</u_inwaremx_relid><u_inwaremx_sptid_cusid>u_inwaremx_sptid_cusid</u_inwaremx_sptid_cusid><amt/><u_inwaremx_cost>u_inwaremx_cost</u_inwaremx_cost><u_inwaremx_sptmtrlname/><u_inwaremx_bootqty/><u_inwaremx_noauditqty/><u_inwaremx_dftsptprice/><u_mtrldef_mtrlsectype/><u_mtrldef_zxmtrlmode/><u_mtrldef_statusflag/><u_mtrldef_woodcodeflag/><u_mtrldef_pcodeflag/></dw_inwaremx_buy_edit_row></dw_inwaremx_buy_edit>"))
  104. import.xml()
  105. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
  106. export.xhtml()