ds_pack1_refp.srd 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. $PBExportHeader$ds_pack1_refp.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 )
  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" )
  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=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" )
  7. detail(height=84 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" )
  8. table(column=(type=long updatewhereclause=yes name=u_saletaskmx_scid dbname="u_SaleTaskMx.scid" dbalias=".scid" )
  9. column=(type=long updatewhereclause=yes name=u_saletaskmx_taskid dbname="u_SaleTaskMx.taskid" dbalias=".taskid" )
  10. column=(type=long updatewhereclause=yes name=u_saletaskmx_printid dbname="u_SaleTaskMx.printid" dbalias=".printid" )
  11. column=(type=decimal(9) updatewhereclause=yes name=notfpqty dbname="notfpqty" )
  12. column=(type=long updatewhereclause=yes name=u_saletaskmx_mtrlid dbname="u_SaleTaskMx.mtrlid" dbalias=".mtrlid" )
  13. column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_status dbname="u_SaleTaskMx.status" dbalias=".status" )
  14. column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_woodcode dbname="u_SaleTaskMx.woodcode" dbalias=".woodcode" )
  15. column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_pcode dbname="u_SaleTaskMx.pcode" dbalias=".pcode" )
  16. column=(type=datetime updatewhereclause=yes name=u_saletaskmx_requiredate dbname="u_SaleTaskMx.requiredate" dbalias=".requiredate" )
  17. retrieve="SELECT u_SaleTaskMx.scid as scid,
  18. u_SaleTaskMx.TaskID as taskid,
  19. u_SaleTaskMx.printid as printid,
  20. u_SaleTaskMx.SaleQty - u_SaleTaskMx.stopqty - u_SaleTaskMx.fpqty AS notfpqty,
  21. u_SaleTaskMx.MtrlID as mtrlid,
  22. u_SaleTaskMx.status as status,
  23. u_SaleTaskMx.woodcode as woodcode,
  24. u_SaleTaskMx.pcode as pcode,
  25. u_SaleTaskMx.requiredate as requiredate
  26. FROM u_SaleTaskMx INNER JOIN
  27. u_mtrldef ON u_SaleTaskMx.MtrlID = u_mtrldef.mtrlid INNER JOIN
  28. u_SaleTask ON u_SaleTaskMx.scid = u_SaleTask.scid
  29. AND u_SaleTaskMx.TaskID = u_SaleTask.TaskID
  30. WHERE (u_SaleTaskMx.SaleQty - u_SaleTaskMx.stopqty - u_SaleTaskMx.fpqty > 0)
  31. AND ( u_mtrldef.ifpack = 1 )
  32. AND ( u_SaleTask.Status = 1 )
  33. UNION ALL
  34. SELECT u_SaleTaskMx.scid as scid,
  35. u_SaleTaskMx.TaskID as taskid,
  36. u_SaleTaskMx.printid as printid,
  37. (u_SaleTaskMx.SaleQty - u_SaleTaskMx.stopqty - u_SaleTaskMx.fpqty) * u_saletaskmx_pf.sonscale AS notfpqty,
  38. u_saletaskmx_pf.sonmtrlid as mtrlid,
  39. u_saletaskmx_pf.status as status,
  40. u_saletaskmx_pf.woodcode as woodcode,
  41. u_saletaskmx_pf.pcode as pcode,
  42. u_SaleTaskMx.requiredate as requiredate
  43. FROM u_SaleTaskMx INNER JOIN
  44. u_SaleTask ON u_SaleTaskMx.scid = u_SaleTask.scid
  45. AND u_SaleTaskMx.TaskID = u_SaleTask.TaskID INNER join u_saletaskmx_pf on
  46. u_SaleTaskMx.scid = u_saletaskmx_pf.scid AND
  47. u_SaleTaskMx.taskid = u_saletaskmx_pf.taskid AND
  48. u_SaleTaskMx.printid = u_saletaskmx_pf.printid INNER JOIN
  49. u_mtrldef ON u_saletaskmx_pf.sonMtrlID = u_mtrldef.mtrlid INNER join u_mtrldef u_mtrldef_p on
  50. u_SaleTaskMx.mtrlid = u_mtrldef_p.mtrlid
  51. WHERE (u_SaleTaskMx.SaleQty - u_SaleTaskMx.stopqty - u_SaleTaskMx.fpqty > 0)
  52. AND ( u_mtrldef.ifpack = 1 )
  53. AND ( u_SaleTask.Status = 1 )
  54. AND ( u_mtrldef_p.ifpackpro = 1 OR u_mtrldef_p.ifpackpro = 2 )
  55. UNION ALL
  56. SELECT u_SaleTaskMx.scid as scid,
  57. u_SaleTaskMx.TaskID as taskid,
  58. u_SaleTaskMx.printid as printid,
  59. (u_SaleTaskMx.SaleQty - u_SaleTaskMx.stopqty - u_SaleTaskMx.fpqty) * u_prdpf.sonscale AS notfpqty,
  60. u_prdpf.sonmtrlid as mtrlid,
  61. case when u_prdpf.ifover = 0 then u_prdpf.status
  62. else case when u_prdpf.dipztype = 0 OR u_prdpf.dipztype = 3 OR u_prdpf.dipztype = 5 OR u_prdpf.dipztype = 6 then u_SaleTaskMx.status else '' END END as status,
  63. case when u_prdpf.ifover = 0 then u_prdpf.woodcode
  64. else case when u_prdpf.dipztype = 1 OR u_prdpf.dipztype = 3 OR u_prdpf.dipztype = 4 OR u_prdpf.dipztype = 6 then u_SaleTaskMx.woodcode else '' END END as woodcode,
  65. case when u_prdpf.ifover = 0 then u_prdpf.pcode
  66. else case when u_prdpf.dipztype = 2 OR u_prdpf.dipztype = 4 OR u_prdpf.dipztype = 5 OR u_prdpf.dipztype = 6 then u_SaleTaskMx.pcode else '' END END as pcode,
  67. u_SaleTaskMx.requiredate as requiredate
  68. FROM u_SaleTaskMx INNER JOIN
  69. u_SaleTask ON u_SaleTaskMx.scid = u_SaleTask.scid
  70. AND u_SaleTaskMx.TaskID = u_SaleTask.TaskID INNER join u_mtrl_pf on
  71. u_SaleTaskMx.mtrlid = u_mtrl_pf.mtrlid AND
  72. u_mtrl_pf.ifdft = 1 INNER join u_prdpf on
  73. u_mtrl_pf.mtrlid = u_prdpf.mtrlid AND
  74. u_mtrl_pf.pfcode = u_prdpf.pfcode INNER JOIN
  75. u_mtrldef ON u_prdpf.sonMtrlID = u_mtrldef.mtrlid INNER join u_mtrldef u_mtrldef_p on
  76. u_SaleTaskMx.mtrlid = u_mtrldef_p.mtrlid
  77. WHERE (u_SaleTaskMx.SaleQty - u_SaleTaskMx.stopqty - u_SaleTaskMx.fpqty > 0)
  78. AND ( u_mtrldef.ifpack = 1 )
  79. AND ( u_mtrldef_p.ifpackpro = 1 OR u_mtrldef_p.ifpackpro = 2 )
  80. AND ( u_SaleTask.Status = 1 )
  81. AND ( CAST(u_SaleTaskMx.Scid AS varchar(20)) + '_' + CAST(u_SaleTaskMx.taskid AS varchar(20)) + '_' + CAST(u_SaleTaskMx.printid AS varchar(20)) not in
  82. (select CAST(u_SaleTaskMx_pf.Scid AS varchar(20)) + '_' + CAST(u_SaleTaskMx_pf.taskid AS varchar(20)) + '_' + CAST(u_SaleTaskMx_pf.printid AS varchar(20)) from u_saletaskmx_pf ))
  83. " sort="u_saletaskmx_requiredate A " )
  84. text(band=header alignment="2" text="分部ID" border="0" color="33554432" x="9" y="8" height="56" width="329" html.valueishtml="0" name=u_saletaskmx_scid_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" 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. text(band=header alignment="2" text="销售订单ID" border="0" color="33554432" x="347" y="8" height="56" width="329" html.valueishtml="0" name=u_saletaskmx_taskid_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" 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. text(band=header alignment="2" text="序号" border="0" color="33554432" x="686" y="8" height="56" width="329" html.valueishtml="0" name=u_saletaskmx_printid_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" 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. text(band=header alignment="2" text="Notfpqty" border="0" color="33554432" x="1024" y="8" height="56" width="535" html.valueishtml="0" name=notfpqty_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" 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. text(band=header alignment="2" text="物料ID" border="0" color="33554432" x="1568" y="8" height="56" width="329" html.valueishtml="0" name=u_saletaskmx_mtrlid_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" 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. text(band=header alignment="2" text="配置" border="0" color="33554432" x="1906" y="8" height="56" width="4686" html.valueishtml="0" name=u_saletaskmx_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="536870912" 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. text(band=header alignment="2" text="配置1" border="0" color="33554432" x="6601" y="8" height="56" width="4681" html.valueishtml="0" name=u_saletaskmx_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="536870912" 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. text(band=header alignment="2" text="配置2" border="0" color="33554432" x="11291" y="8" height="56" width="4686" html.valueishtml="0" name=u_saletaskmx_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="536870912" 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. text(band=header alignment="2" text="交货日期" border="0" color="33554432" x="15986" y="8" height="56" width="603" html.valueishtml="0" name=u_saletaskmx_requiredate_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" 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=1 alignment="1" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=u_saletaskmx_scid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="347" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=u_saletaskmx_taskid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="686" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=u_saletaskmx_printid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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=4 alignment="1" tabsequence=32766 border="0" color="33554432" x="1024" y="8" height="68" width="535" format="[general]" html.valueishtml="0" name=notfpqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="1568" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=u_saletaskmx_mtrlid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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" )
  98. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1906" y="8" height="68" width="4686" format="[general]" html.valueishtml="0" name=u_saletaskmx_status visible="1" edit.limit=255 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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" )
  99. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="6601" y="8" height="68" width="4681" format="[general]" html.valueishtml="0" name=u_saletaskmx_woodcode visible="1" edit.limit=255 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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" )
  100. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="11291" y="8" height="68" width="4686" format="[general]" html.valueishtml="0" name=u_saletaskmx_pcode visible="1" edit.limit=255 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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" )
  101. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="15986" y="8" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_saletaskmx_requiredate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" 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" )
  102. htmltable(border="1" )
  103. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
  104. xhtmlgen() cssgen(sessionspecific="0" )
  105. xmlgen(inline="0" )
  106. xsltgen()
  107. jsgen()
  108. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  109. import.xml()
  110. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
  111. export.xhtml()