dw_sc_workpricetable_mx_mx.srd 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. $PBExportHeader$dw_sc_workpricetable_mx_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=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=char(20) updatewhereclause=yes name=u_sc_workprice_mx_procode dbname="u_sc_workprice_mx.procode" )
  9. column=(type=char(50) updatewhereclause=yes name=u_sc_workprice_mx_proname dbname="u_sc_workprice_mx.proname" )
  10. column=(type=decimal(5) updatewhereclause=yes name=u_sc_workprice_mx_workqty dbname="u_sc_workprice_mx.workqty" )
  11. column=(type=decimal(5) updatewhereclause=yes name=u_sc_workprice_mx_workprice dbname="u_sc_workprice_mx.workprice" )
  12. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_wrkgrpid dbname="u_sc_workprice_mx.wrkgrpid" )
  13. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_lastflag dbname="u_sc_workprice_mx.Lastflag" values=" 1/ 0" )
  14. column=(type=decimal(5) updatewhereclause=yes name=u_sc_workprice_mx_workhour dbname="u_sc_workprice_mx.workhour" )
  15. column=(type=char(250) updatewhereclause=yes name=u_sc_workprice_mx_dscrp dbname="u_sc_workprice_mx.dscrp" )
  16. column=(type=char(10) updatewhereclause=yes name=u_sc_workprice_mx_worklevel dbname="u_sc_workprice_mx.worklevel" )
  17. column=(type=char(10) updatewhereclause=yes name=u_sc_workprice_mx_techlevel dbname="u_sc_workprice_mx.techlevel" )
  18. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_proid dbname="u_sc_workprice_mx.proid" )
  19. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_mtrlid dbname="u_sc_workprice_mx.mtrlid" )
  20. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_proorder dbname="u_sc_workprice_mx.proorder" )
  21. column=(type=decimal(10) updatewhereclause=yes name=u_sc_workprice_wprice dbname="wprice" )
  22. column=(type=decimal(10) updatewhereclause=yes name=whour dbname="whour" )
  23. column=(type=char(30) updatewhereclause=yes name=u_sc_workgroup_wrkgrpname dbname="u_sc_workgroup.wrkGrpName" )
  24. column=(type=char(10) updatewhereclause=yes name=u_sc_workgroup_wrkgrpcode dbname="u_sc_workgroup.wrkgrpcode" )
  25. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_lp dbname="u_sc_workprice_mx.lp" )
  26. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  27. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
  28. column=(type=char(255) updatewhereclause=yes name=u_sc_workprice_mx_status dbname="u_sc_workprice_mx.status" )
  29. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_printid dbname="u_sc_workprice_mx.printid" )
  30. column=(type=long updatewhereclause=yes name=u_sc_workprice_mx_ifjd dbname="u_sc_workprice_mx.ifjd" values=" 1/ 0" )
  31. retrieve="SELECT u_sc_workprice_mx.procode,
  32. u_sc_workprice_mx.proname,
  33. u_sc_workprice_mx.workqty,
  34. u_sc_workprice_mx.workprice,
  35. u_sc_workprice_mx.wrkgrpid,
  36. u_sc_workprice_mx.Lastflag,
  37. u_sc_workprice_mx.workhour,
  38. u_sc_workprice_mx.dscrp,
  39. u_sc_workprice_mx.worklevel,
  40. u_sc_workprice_mx.techlevel,
  41. u_sc_workprice_mx.proid,
  42. u_sc_workprice_mx.mtrlid,
  43. u_sc_workprice_mx.proorder,
  44. u_sc_workprice_mx.workprice * u_sc_workprice_mx.workqty AS wprice,
  45. u_sc_workprice_mx.workhour * u_sc_workprice_mx.workqty AS whour,
  46. u_sc_workgroup.wrkGrpName,
  47. u_sc_workgroup.wrkgrpcode,
  48. u_sc_workprice_mx.lp,
  49. u_mtrldef.mtrlcode,
  50. u_mtrldef.mtrlname,
  51. u_sc_workprice_mx.status,
  52. u_sc_workprice_mx.printid,
  53. u_sc_workprice_mx.ifjd
  54. FROM u_sc_workprice_mx INNER JOIN
  55. u_mtrldef ON u_sc_workprice_mx.mtrlid = u_mtrldef.mtrlid LEFT OUTER JOIN
  56. u_sc_workgroup ON u_sc_workprice_mx.wrkgrpid = u_sc_workgroup.wrkGrpid
  57. WHERE ( u_sc_workprice_mx.parentMtrlid = :mtrlid )
  58. " arguments=(("mtrlid", number)) sort="u_sc_workprice_mx_wrkgrpid A u_sc_workprice_mx_printid A u_sc_workprice_mx_mtrlid A u_sc_workprice_mx_proorder A " )
  59. group(level=1 header.height=0 trailer.height=64 by=("u_sc_workprice_mx_wrkgrpid" ) header.color="536870912" trailer.color="536870912" )
  60. text(band=header alignment="2" text="序" border="0" color="33554432" x="9" y="8" height="56" width="59" html.valueishtml="0" name=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="553648127" )
  61. text(band=header alignment="2" text="全套工价" border="0" color="0" x="2286" y="8" height="56" width="325" html.valueishtml="0" name=u_sc_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" )
  62. text(band=header alignment="2" text="工序号" border="0" color="0" x="1262" y="8" height="56" width="251" html.valueishtml="0" name=u_sc_workprice_mx_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="0" x="1522" y="8" height="56" width="311" html.valueishtml="0" name=u_sc_workprice_mx_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="0" x="1842" y="8" height="56" width="151" html.valueishtml="0" name=u_sc_workprice_mx_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" )
  65. text(band=header alignment="2" text="单件工价" border="0" color="0" x="2002" y="8" height="56" width="274" html.valueishtml="0" name=u_sc_workprice_mx_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" )
  66. text(band=header alignment="2" text="最后" border="0" color="0" x="4581" y="8" height="56" width="133" html.valueishtml="0" name=u_sc_workprice_mx_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" )
  67. text(band=header alignment="2" text="单件工时" border="0" color="0" x="2619" y="8" height="56" width="288" html.valueishtml="0" name=u_sc_workprice_mx_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" )
  68. text(band=header alignment="2" text="备注" border="0" color="0" x="3264" y="8" height="56" width="539" html.valueishtml="0" name=u_sc_workprice_mx_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" )
  69. text(band=header alignment="2" text="全套工时" border="0" color="33554432" x="2917" y="8" height="56" width="334" html.valueishtml="0" name=whour_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  70. text(band=header alignment="2" text="劳动强度" border="0" color="0" x="3813" y="8" height="56" width="320" html.valueishtml="0" name=u_sc_workprice_mx_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" )
  71. text(band=header alignment="2" text="技术等级" border="0" color="0" x="4142" y="8" height="56" width="302" html.valueishtml="0" name=u_sc_workprice_mx_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" )
  72. text(band=header alignment="2" text="物料编码" border="0" color="0" x="78" y="8" height="56" width="389" html.valueishtml="0" name=u_mtrldef_mtrlcode_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. text(band=header alignment="2" text="物料名称" border="0" color="0" x="475" y="8" height="56" width="457" html.valueishtml="0" name=u_mtrldef_mtrlname_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" )
  74. text(band=header alignment="2" text="工组" border="0" color="33554432" x="942" y="8" height="56" width="311" html.valueishtml="0" name=u_sc_workgroup_wrkgrpname_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" )
  75. text(band=header alignment="2" text="进度" border="0" color="33554432" x="4453" y="8" height="56" width="119" html.valueishtml="0" name=u_sc_workprice_mx_ifjd_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" )
  76. text(band=header alignment="2" text="层" border="0" color="0" x="4992" y="8" height="56" width="73" html.valueishtml="0" name=u_sc_workprice_mx_lp_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" )
  77. text(band=header alignment="2" text="工组号" border="0" color="33554432" x="4722" 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
  78. compute(band=detail alignment="2" expression="getrow()"border="0" color="0" x="9" y="4" height="68" width="59" format="[GENERAL]" html.valueishtml="0" name=printid 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" )
  79. column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="0" x="2286" y="4" height="68" width="325" format="#,##0.00###" html.valueishtml="0" name=u_sc_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="1" background.color="553648127" )
  80. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="0" x="1262" y="4" height="68" width="251" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_procode 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="1" background.color="553648127" )
  81. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="1522" y="4" height="68" width="311" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_proname 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="1" background.color="553648127" )
  82. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="0" x="4581" y="4" height="68" width="133" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  83. column(band=detail id=7 alignment="1" tabsequence=32766 border="0" color="0" x="2619" y="4" height="68" width="288" format="#,##0.####" html.valueishtml="0" name=u_sc_workprice_mx_workhour 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="1" background.color="553648127" )
  84. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0" x="3264" y="4" height="68" width="539" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_dscrp 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="1" background.color="553648127" )
  85. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0" x="3813" y="4" height="68" width="320" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_worklevel 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="1" background.color="553648127" )
  86. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="4142" y="4" height="68" width="302" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_techlevel 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="1" background.color="553648127" )
  87. column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="0" x="78" y="4" height="68" width="389" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode 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="1" background.color="553648127" )
  88. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x="475" y="4" height="68" width="457" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname 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="1" background.color="553648127" )
  89. column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="0" x="1842" y="4" height="68" width="151" format="#,##0.####" html.valueishtml="0" name=u_sc_workprice_mx_workqty 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="1" background.color="553648127" )
  90. column(band=detail id=4 alignment="1" tabsequence=32766 border="0" color="0" x="2002" y="4" height="68" width="274" format="#,##0.00##" html.valueishtml="0" name=u_sc_workprice_mx_workprice 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="1" background.color="553648127" )
  91. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="942" y="4" height="68" width="311" format="[general]" html.valueishtml="0" name=u_sc_workgroup_wrkgrpname 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="1" background.color="553648127" )
  92. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="4992" y="4" height="68" width="73" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_lp 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="1" background.color="553648127" )
  93. column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="0" x="2917" y="4" height="68" width="334" format="#,##0.####" 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="1" background.color="553648127" )
  94. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="0" x="4722" 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="1" background.color="553648127" )
  95. column(band=detail id=23 alignment="2" tabsequence=32766 border="0" color="0" x="4453" y="4" height="68" width="119" format="[general]" html.valueishtml="0" name=u_sc_workprice_mx_ifjd 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" )
  96. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="9" y="4" height="56" width="59" 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" )
  97. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="4722" y="4" height="56" width="261" 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" )
  98. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="1842" y="4" height="56" width="151" html.valueishtml="0" name=t_8 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="1" text="" border="0" color="33554432" x="2002" y="4" height="56" width="274" 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" )
  100. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="4581" y="4" height="56" width="133" 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" )
  101. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="2619" y="4" height="56" width="288" html.valueishtml="0" name=t_12 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" )
  102. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="3264" y="4" height="56" width="539" html.valueishtml="0" name=t_13 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" )
  103. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="3813" y="4" height="56" width="320" html.valueishtml="0" name=t_14 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" )
  104. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="4142" y="4" height="56" width="302" 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" )
  105. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="4992" y="4" height="56" width="73" html.valueishtml="0" name=t_19 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" )
  106. compute(band=trailer.1 alignment="1" expression="sum( u_sc_workprice_wprice for group 1 )"border="0" color="0" x="2286" y="4" height="56" width="325" format="#,##0.00###" 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="2" background.color="15780518" )
  107. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="1262" y="4" height="56" width="251" html.valueishtml="0" name=t_6 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" )
  108. compute(band=trailer.1 alignment="2" expression="count(u_sc_workprice_mx_proname for group 1)"border="0" color="0" x="1522" y="4" height="56" width="311" 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" )
  109. text(band=trailer.1 alignment="2" text="工组小计:" border="0" color="33554432" x="78" y="4" height="56" width="389" 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" )
  110. text(band=trailer.1 alignment="0" text="" border="0" color="33554432" x="475" y="4" height="56" width="457" 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" )
  111. compute(band=trailer.1 alignment="0" expression="u_sc_workgroup_wrkgrpname"border="0" color="33554432" x="942" y="4" height="56" width="311" format="[GENERAL]" html.valueishtml="0" name=compute_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" )
  112. compute(band=trailer.1 alignment="1" expression="sum( whour for group 1 )"border="0" color="0" x="2917" y="4" height="56" width="334" format="#,##0.####" html.valueishtml="0" name=compute_6 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" )
  113. text(band=trailer.1 alignment="1" text="" border="0" color="33554432" x="4453" y="4" height="56" width="119" 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" )
  114. compute(band=footer alignment="1" expression="sum(u_sc_workprice_wprice for all)"border="0" color="0" x="2286" y="4" height="56" width="325" 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="2" background.color="16777215" )
  115. compute(band=footer alignment="0" expression="count(u_mtrldef_mtrlname for all distinct)"border="0" color="0" x="475" y="4" height="56" width="457" format="[general]" 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="16777215" )
  116. compute(band=footer alignment="2" expression="count(u_sc_workprice_mx_proname for all)"border="0" color="0" x="1522" y="4" height="56" width="311" format="[general]" 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="2" background.color="16777215" )
  117. compute(band=footer alignment="1" expression="sum( whour for all )"border="0" color="0" x="2917" y="4" height="56" width="334" format="#,##0.####" 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="1" background.color="553648127" )
  118. htmltable(border="1" )
  119. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  120. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  121. import.xml()
  122. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )