dw_workprice_workproduce_ch.srd 14 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. $PBExportHeader$dw_workprice_workproduce_ch.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_procode dbname="u_sc_workprice.procode" )
  9. column=(type=long updatewhereclause=yes name=u_sc_workprice_proorder dbname="u_sc_workprice.Proorder" )
  10. column=(type=char(50) updatewhereclause=yes name=u_sc_workprice_proname dbname="u_sc_workprice.Proname" )
  11. column=(type=char(30) updatewhereclause=yes name=u_sc_workgroup_wrkgrpname dbname="u_sc_workgroup.wrkGrpName" )
  12. column=(type=char(30) updatewhereclause=yes name=u_sc_wkp_wrkgrpname dbname="u_sc_wkp.wrkGrpName" )
  13. column=(type=decimal(10) updatewhereclause=yes name=u_sc_workprice_workprice dbname="u_sc_workprice.workPrice" )
  14. column=(type=char(10) updatewhereclause=yes name=u_sc_workprice_worklevel dbname="u_sc_workprice.worklevel" )
  15. column=(type=char(10) updatewhereclause=yes name=u_sc_workprice_techlevel dbname="u_sc_workprice.Techlevel" )
  16. column=(type=decimal(5) updatewhereclause=yes name=u_sc_workprice_workhour dbname="u_sc_workprice.Workhour" )
  17. column=(type=char(250) updatewhereclause=yes name=u_sc_workprice_dscrp dbname="u_sc_workprice.dscrp" )
  18. column=(type=long updatewhereclause=yes name=u_sc_workprice_proid dbname="u_sc_workprice.proid" )
  19. column=(type=long updatewhereclause=yes name=ifpubl dbname="ifpubl" values=" 1/ 0" )
  20. column=(type=char(255) updatewhereclause=yes name=u_sc_workprice_status dbname="u_sc_workprice.status" )
  21. retrieve=" SELECT u_sc_workprice.procode as procode,
  22. u_sc_workprice.Proorder as Proorder,
  23. u_sc_workprice.Proname as Proname,
  24. u_sc_workgroup.wrkGrpName as wrkGrpName,
  25. u_sc_wkp.wrkGrpName,
  26. u_sc_workprice.workPrice as workPrice,
  27. u_sc_workprice.worklevel as worklevel,
  28. u_sc_workprice.Techlevel as Techlevel,
  29. u_sc_workprice.Workhour as Workhour,
  30. u_sc_workprice.dscrp as dscrp,
  31. u_sc_workprice.proid as proid,
  32. 0 as ifpubl,
  33. u_sc_workprice.status
  34. FROM u_sc_workprice LEFT OUTER JOIN u_sc_workgroup ON u_sc_workprice.wrkGrpid = u_sc_workgroup.wrkGrpid
  35. LEFT OUTER JOIN u_sc_wkp ON u_sc_workgroup.storageid = u_sc_wkp.wrkGrpid
  36. WHERE (u_sc_workprice.Mtrlid = :arg_mtrlid ) and
  37. (u_sc_workprice.lsxtype <> 0)
  38. union all
  39. SELECT
  40. u_sc_workprocedure.code as procode ,
  41. 0 as Proorder,
  42. u_sc_workprocedure.name as Proname ,
  43. u_sc_workgroup.wrkGrpName as wrkGrpName,
  44. u_sc_wkp.wrkGrpName,
  45. u_sc_workprocedure.workprice as workprice,
  46. u_sc_workprocedure.worklevel as worklevel,
  47. u_sc_workprocedure.Techlevel as Techlevel,
  48. u_sc_workprocedure.Workhour as Workhour,
  49. u_sc_workprocedure.dscrp as dscrp,
  50. u_sc_workprocedure.proid as proid ,
  51. u_sc_workprocedure.ifpubl as ifpubl,
  52. ' ' as status
  53. FROM u_sc_workprocedure LEFT OUTER JOIN u_sc_workgroup ON u_sc_workprocedure.wrkGrpid = u_sc_workgroup.wrkGrpid
  54. LEFT OUTER JOIN u_sc_wkp ON u_sc_workgroup.storageid = u_sc_wkp.wrkGrpid
  55. WHERE ( u_sc_workprocedure.sysflag = 0 )
  56. and (u_sc_workprocedure.ifpubl = 1)
  57. " arguments=(("arg_mtrlid", number)) sort="ifpubl A u_sc_workprice_proorder A " )
  58. text(band=header alignment="2" text="工序号" border="0" color="33554432" x="402" y="8" height="56" width="293" html.valueishtml="0" name=u_sc_workprice_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" )
  59. text(band=header alignment="2" text="工序序号" border="0" color="33554432" x="151" y="8" height="56" width="242" html.valueishtml="0" name=u_sc_workprice_proorder_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" )
  60. text(band=header alignment="2" text="工序名称" border="0" color="33554432" x="704" y="8" height="56" width="553" html.valueishtml="0" name=u_sc_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" )
  61. text(band=header alignment="2" text="工组" border="0" color="33554432" x="2377" y="8" height="56" width="407" 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" )
  62. text(band=header alignment="2" text="配置" border="0" color="33554432" x="1266" y="8" height="56" width="393" html.valueishtml="0" name=u_sc_workprice_status_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" )
  63. text(band=header alignment="2" text="工价" border="0" color="33554432" x="1669" y="8" height="56" width="297" html.valueishtml="0" name=u_sc_workprice_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" )
  64. text(band=header alignment="2" text="劳动强度" border="0" color="33554432" x="3136" y="8" height="56" width="242" html.valueishtml="0" name=u_sc_workprice_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" )
  65. text(band=header alignment="2" text="技术等级" border="0" color="33554432" x="3387" y="8" height="56" width="261" html.valueishtml="0" name=u_sc_workprice_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" )
  66. text(band=header alignment="2" text="标准工时" border="0" color="33554432" x="2793" y="8" height="56" width="334" html.valueishtml="0" name=u_sc_workprice_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" )
  67. text(band=header alignment="2" text="备注" border="0" color="33554432" x="3657" y="8" height="56" width="850" html.valueishtml="0" name=u_sc_workprice_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" )
  68. text(band=header alignment="2" text="公共" border="0" color="33554432" x="9" y="8" height="56" width="133" html.valueishtml="0" name=ifpubl_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" )
  69. text(band=header alignment="2" text="车间" border="0" color="33554432" x="1975" y="8" height="56" width="393" html.valueishtml="0" name=u_sc_wkp_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" )
  70. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="402" y="4" height="68" width="293" format="[general]" html.valueishtml="0" name=u_sc_workprice_procode visible="1" edit.limit=20 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="1" background.color="553648127" )
  71. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="704" y="4" height="68" width="553" format="[general]" html.valueishtml="0" name=u_sc_workprice_proname visible="1" edit.limit=20 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="1" background.color="553648127" )
  72. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="2377" y="4" height="68" width="407" format="[general]" html.valueishtml="0" name=u_sc_workgroup_wrkgrpname tag="工组名称" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  73. column(band=detail id=6 alignment="1" tabsequence=32766 border="0" color="33554432" x="1669" y="4" height="68" width="297" format="#,##0.00##" html.valueishtml="0" name=u_sc_workprice_workprice 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="1" background.color="553648127" )
  74. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="3136" y="4" height="68" width="242" format="[general]" html.valueishtml="0" name=u_sc_workprice_worklevel 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="1" background.color="553648127" )
  75. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="3387" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=u_sc_workprice_techlevel 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="1" background.color="553648127" )
  76. column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="2793" y="4" height="68" width="334" format="#,##0.00##" html.valueishtml="0" name=u_sc_workprice_workhour 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="1" background.color="553648127" )
  77. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="3657" y="4" height="68" width="850" format="[general]" html.valueishtml="0" name=u_sc_workprice_dscrp 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="1" background.color="553648127" )
  78. column(band=detail id=12 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="133" format="[general]" html.valueishtml="0" name=ifpubl 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="1" background.color="553648127" )
  79. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1975" y="4" height="68" width="393" format="[general]" html.valueishtml="0" name=u_sc_wkp_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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  80. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1266" y="4" height="68" width="393" format="[general]" html.valueishtml="0" name=u_sc_workprice_status 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="0" 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="33554432" x="151" y="4" height="68" width="242" format="[general]" html.valueishtml="0" name=u_sc_workprice_proorder 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="2" background.color="1073741824" )
  82. compute(band=footer alignment="2" expression="count(u_sc_workprice_procode for all)"border="0" color="16711680" x="402" y="4" height="56" width="293" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  83. htmltable(border="1" )
  84. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  85. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  86. import.xml()
  87. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )