dw_order_ml_workprice.srd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. $PBExportHeader$dw_order_ml_workprice.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=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=proorder dbname="u_order_ml_workprice.Proorder" initial="1" )
  9. column=(type=char(20) update=yes updatewhereclause=yes name=procode dbname="u_order_ml_workprice.procode" initial="empty" )
  10. column=(type=char(50) update=yes updatewhereclause=yes name=u_order_ml_workprice_proname dbname="u_order_ml_workprice.Proname" initial="empty" )
  11. column=(type=decimal(5) updatewhereclause=yes name=workqty dbname="u_order_ml_workprice.workqty" initial="1" )
  12. column=(type=decimal(5) updatewhereclause=yes name=workprice dbname="u_order_ml_workprice.workPrice" initial="0" )
  13. column=(type=long updatewhereclause=yes name=wrkgrpid dbname="u_order_ml_workprice.wrkGrpid" initial="11" )
  14. column=(type=long updatewhereclause=yes name=u_order_ml_workprice_ifjd dbname="u_order_ml_workprice.ifjd" initial="1" values=" 1/ 0" )
  15. column=(type=long updatewhereclause=yes name=lastflag dbname="u_order_ml_workprice.Lastflag" initial="0" values=" 1/ 0" )
  16. column=(type=char(250) updatewhereclause=yes name=dscrp dbname="u_order_ml_workprice.dscrp" initial="empty" )
  17. column=(type=char(10) updatewhereclause=yes name=worklevel dbname="u_order_ml_workprice.worklevel" initial="empty" )
  18. column=(type=char(10) updatewhereclause=yes name=techlevel dbname="u_order_ml_workprice.Techlevel" initial="empty" )
  19. column=(type=long updatewhereclause=yes name=proid dbname="u_order_ml_workprice.proid" initial="0" )
  20. column=(type=long updatewhereclause=yes name=auditflag dbname="u_order_ml_workprice.auditflag" initial="0" values=" 1/ 0" )
  21. column=(type=char(10) updatewhereclause=yes name=auditrep dbname="u_order_ml_workprice.auditrep" initial="empty" )
  22. column=(type=datetime updatewhereclause=yes name=auditdate dbname="u_order_ml_workprice.auditdate" )
  23. column=(type=decimal(10) updatewhereclause=yes name=u_order_ml_workprice_wprice dbname="wprice" initial="0" )
  24. column=(type=char(255) updatewhereclause=yes name=u_order_ml_workprice_status dbname="u_order_ml_workprice.status" initial="empty" )
  25. column=(type=char(30) updatewhereclause=yes name=u_sc_workgroup_wrkgrpname dbname="u_sc_workgroup.wrkGrpName" initial="empty" )
  26. column=(type=char(10) updatewhereclause=yes name=u_sc_workgroup_wrkgrpcode dbname="u_sc_workgroup.wrkGrpcode" initial="empty" )
  27. column=(type=decimal(5) updatewhereclause=yes name=workhour dbname="u_order_ml_workprice.Workhour" initial="0" )
  28. column=(type=decimal(10) updatewhereclause=yes name=whour dbname="whour" )
  29. column=(type=long updatewhereclause=yes name=u_order_ml_workprice_ifchanged dbname="u_order_ml_workprice.ifchanged" values=" 1/ 0" )
  30. retrieve=" SELECT u_order_ml_workprice.Proorder,
  31. u_order_ml_workprice.procode,
  32. u_order_ml_workprice.Proname,
  33. u_order_ml_workprice.workqty,
  34. u_order_ml_workprice.workPrice,
  35. u_order_ml_workprice.wrkGrpid,
  36. u_order_ml_workprice.ifjd,
  37. u_order_ml_workprice.Lastflag,
  38. u_order_ml_workprice.dscrp,
  39. u_order_ml_workprice.worklevel,
  40. u_order_ml_workprice.Techlevel,
  41. u_order_ml_workprice.proid,
  42. u_order_ml_workprice.auditflag,
  43. u_order_ml_workprice.auditrep,
  44. u_order_ml_workprice.auditdate ,
  45. u_order_ml_workprice.workPrice * u_order_ml_workprice.workqty as wprice,
  46. u_order_ml_workprice.status,
  47. u_sc_workgroup.wrkGrpName,
  48. u_sc_workgroup.wrkGrpcode,
  49. u_order_ml_workprice.Workhour,
  50. u_order_ml_workprice.Workhour * u_order_ml_workprice.workqty as whour,
  51. u_order_ml_workprice.ifchanged
  52. FROM u_order_ml_workprice,
  53. u_sc_workgroup
  54. WHERE ( u_order_ml_workprice.wrkGrpid *= u_sc_workgroup.wrkGrpid ) and
  55. ( u_order_ml_workprice.taskid = :arg_taskid ) AND
  56. ( u_order_ml_workprice.printid = :arg_printid ) AND
  57. ( u_order_ml_workprice.scid = :arg_scid )
  58. " arguments=(("arg_scid", number),("arg_taskid", number),("arg_printid", number)) sort="u_order_ml_workprice_status A proorder A u_sc_workgroup_wrkgrpcode A procode A " )
  59. group(level=1 header.height=0 trailer.height=64 by=("wrkgrpid" ) header.color="536870912" trailer.color="536870912" )
  60. text(band=header alignment="2" text="劳动强度" border="0" color="33554432" x="3410" y="8" height="56" width="242" html.valueishtml="0" name=worklevel_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" )
  61. text(band=header alignment="2" text="工序序号" border="0" color="33554432" x="9" y="8" height="56" width="274" html.valueishtml="0" name=proorder_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" )
  62. text(band=header alignment="2" text="工序编号" border="0" color="33554432" x="293" y="8" height="56" width="315" html.valueishtml="0" name=procode_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" )
  63. text(band=header alignment="2" text="工序名称" border="0" color="33554432" x="617" y="8" height="56" width="649" html.valueishtml="0" name=u_order_ml_workprice_proname_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" )
  64. text(band=header alignment="2" text="备注" border="0" color="33554432" x="3118" y="8" height="56" width="283" html.valueishtml="0" name=dscrp_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" )
  65. text(band=header alignment="2" text="最后" border="0" color="33554432" x="2395" y="8" height="56" width="123" html.valueishtml="0" name=lastflag_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" )
  66. text(band=header alignment="2" text="技术等级" border="0" color="33554432" x="3662" y="8" height="56" width="238" html.valueishtml="0" name=techlevel_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" )
  67. text(band=header alignment="2" text="数量" border="0" color="33554432" x="1275" y="8" height="56" width="160" html.valueishtml="0" name=workqty_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" )
  68. text(band=header alignment="2" text="单件工价" border="0" color="33554432" x="1445" y="8" height="56" width="265" html.valueishtml="0" name=workprice_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" )
  69. text(band=header alignment="2" text="工组" border="0" color="33554432" x="1998" y="8" height="56" width="389" html.valueishtml="0" name=wrkgrpid_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" )
  70. text(band=header alignment="2" text="全套工时" border="0" color="33554432" x="2793" y="8" height="56" width="315" html.valueishtml="0" name=whour_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" )
  71. text(band=header alignment="2" text="全套工价" border="0" color="33554432" x="1719" y="8" height="56" width="270" html.valueishtml="0" name=u_order_ml_workprice_wprice_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" )
  72. text(band=header alignment="2" text="单件工时" border="0" color="33554432" x="2528" y="8" height="56" width="256" html.valueishtml="0" name=workhour_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" )
  73. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="293" y="4" height="68" width="315" format="[general]" html.valueishtml="0" protect="0~t auditflag " name=procode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  74. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="617" y="4" height="68" width="649" format="[general]" html.valueishtml="0" protect="0~t auditflag " name=u_order_ml_workprice_proname 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="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  75. column(band=detail id=4 alignment="1" tabsequence=32766 border="0" color="33554432" x="1275" y="4" height="68" width="160" format="#,##0.####" html.valueishtml="0" protect="0~t auditflag " name=workqty visible="1" edit.limit=0 edit.case=any edit.format="#,##0.####" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  76. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="1445" y="4" height="68" width="265" format="#,##0.00##" html.valueishtml="0" protect="0~t auditflag " name=workprice visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  77. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1998" y="4" height="68" width="389" format="[general]" html.valueishtml="0" protect="0~t auditflag " name=wrkgrpid visible="1" dddw.name=ddd_sc_wkp dddw.displaycolumn=wrkgrpname dddw.datacolumn=wrkgrpid dddw.percentwidth=100 dddw.lines=10 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  78. column(band=detail id=8 alignment="2" tabsequence=32766 border="0" color="33554432" x="2395" y="4" height="68" width="123" format="[general]" html.valueishtml="0" protect="0~t auditflag " name=lastflag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  79. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="3118" y="4" height="68" width="283" format="[general]" html.valueishtml="0" protect="0~t auditflag " name=dscrp tag="备注" visible="1" edit.limit=250 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="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  80. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="3410" y="4" height="68" width="242" format="[general]" html.valueishtml="0" protect="0~t auditflag " name=worklevel tag="劳动强度" 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="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  81. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="3662" y="4" height="68" width="238" format="[general]" html.valueishtml="0" protect="0~t auditflag " name=techlevel tag="技术等级" 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="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  82. column(band=detail id=16 alignment="1" tabsequence=32766 border="0" color="33554432" x="1719" y="4" height="68" width="270" format="#,##0.00###" html.valueishtml="0" name=u_order_ml_workprice_wprice visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  83. column(band=detail id=20 alignment="1" tabsequence=32766 border="0" color="33554432" x="2528" y="4" height="68" width="256" format="#,##0.00##" html.valueishtml="0" protect="0~t auditflag " name=workhour tag="标准工时" visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" 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="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  84. column(band=detail id=1 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="274" format="[general]" html.valueishtml="0" name=proorder visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  85. column(band=detail id=21 alignment="1" tabsequence=32766 border="0" color="33554432" x="2793" y="4" height="68" width="315" format="#,##0.00##" html.valueishtml="0" name=whour 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="2" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  86. compute(band=trailer.1 alignment="2" expression="count(procode for group 1)"border="0" color="33554432" x="293" y="4" height="56" width="315" format="[general]" 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="2" background.color="15780518" )
  87. compute(band=trailer.1 alignment="1" expression="sum(workprice * workqty for group 1)"border="0" color="33554432" x="1445" y="4" height="56" width="265" format="#,##0.00##" html.valueishtml="0" name=compute_5 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  88. text(band=trailer.1 alignment="2" text="工组小计" border="0" color="33554432" x="617" y="4" height="56" width="649" html.valueishtml="0" name=t_4 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  89. compute(band=trailer.1 alignment="1" expression="sum(u_order_ml_workprice_wprice for group 1)"border="0" color="33554432" x="1719" y="4" height="56" width="270" format="#,##0.00###" html.valueishtml="0" name=compute_7 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  90. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="3118" y="4" height="56" width="283" html.valueishtml="0" name=t_9 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  91. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="3410" y="4" height="56" width="242" html.valueishtml="0" name=t_10 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  92. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="3662" y="4" height="56" width="238" html.valueishtml="0" name=t_11 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  93. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="3909" y="4" height="56" width="261" html.valueishtml="0" name=t_15 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  94. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="1998" y="4" height="56" width="389" html.valueishtml="0" name=t_3 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  95. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="2395" y="4" height="56" width="123" html.valueishtml="0" name=t_7 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  96. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="1275" y="4" height="56" width="160" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  97. text(band=trailer.1 alignment="2" text="" border="0" color="33554432" x="9" y="4" height="56" width="274" html.valueishtml="0" name=t_16 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  98. compute(band=trailer.1 alignment="1" expression="sum( whour for group 1 )"border="0" color="33554432" x="2793" y="4" height="56" width="315" format="#,##0.00##" html.valueishtml="0" name=compute_9 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  99. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="2528" y="4" height="56" width="256" html.valueishtml="0" name=t_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="15780518" )
  100. compute(band=footer alignment="1" expression="sum(workprice * workqty for all)"border="0" color="33554432" x="1445" y="4" height="56" width="265" format="#,##0.00##" html.valueishtml="0" name=compute_4 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" )
  101. compute(band=footer alignment="2" expression="count(procode for all)"border="0" color="33554432" x="293" y="4" height="56" width="315" 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="1" background.color="553648127" )
  102. compute(band=footer alignment="1" expression="sum(u_order_ml_workprice_wprice for all)"border="0" color="33554432" x="1719" y="4" height="56" width="270" format="#,##0.00###" html.valueishtml="0" name=compute_8 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" )
  103. compute(band=footer alignment="1" expression="sum( whour for all )"border="0" color="33554432" x="2793" y="8" height="56" width="315" format="#,##0.00##" html.valueishtml="0" name=compute_10 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" )
  104. text(band=header alignment="2" text="工组号" border="0" color="33554432" x="3909" y="8" height="56" width="261" html.valueishtml="0" name=u_sc_workgroup_wrkgrpcode_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" )
  105. text(band=header alignment="2" text="换工序" border="0" color="33554432" x="4178" y="8" height="56" width="183" html.valueishtml="0" name=u_order_ml_workprice_ifchanged_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" )
  106. column(band=detail id=19 alignment="2" tabsequence=32766 border="0" color="33554432" x="3909" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=u_sc_workgroup_wrkgrpcode 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="2" font.pitch="2" font.charset="134" background.mode="0" background.color="553648127~tif( auditflag =1,rgb(232,242,249) ,rgb(255,255,255) )" )
  107. column(band=detail id=22 alignment="2" tabsequence=0 border="0" color="33554432" x="4183" y="4" height="68" width="178" html.valueishtml="0" name=u_order_ml_workprice_ifchanged visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  108. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="4178" y="4" height="56" width="183" html.valueishtml="0" name=t_5 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="15780518" )
  109. htmltable(border="1" )
  110. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  111. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  112. import.xml()
  113. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )