dw_order_ml_pro_ch.srd 9.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. $PBExportHeader$dw_order_ml_pro_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 )
  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) update=yes updatewhereclause=yes key=yes name=u_orderrqwp_procode dbname="U_OrderRqwp.Procode" initial="empty" )
  9. column=(type=char(50) update=yes updatewhereclause=yes name=u_orderrqwp_proname dbname="U_OrderRqwp.Proname" initial="empty" )
  10. column=(type=decimal(10) update=yes updatewhereclause=yes name=u_orderrqwp_proqty dbname="U_OrderRqwp.proqty" initial="0" )
  11. column=(type=long updatewhereclause=yes name=u_orderrqwp_proorder dbname="U_OrderRqwp.Proorder" initial="0" )
  12. column=(type=decimal(5) update=yes updatewhereclause=yes name=u_orderrqwp_workprice dbname="U_OrderRqwp.workprice" initial="0" )
  13. column=(type=long update=yes updatewhereclause=yes key=yes name=u_orderrqwp_scid dbname="U_OrderRqwp.scid" initial="0" )
  14. column=(type=long updatewhereclause=yes key=yes name=taskid dbname="U_OrderRqwp.taskid" )
  15. column=(type=long update=yes updatewhereclause=yes key=yes name=u_orderrqwp_mtrlid dbname="U_OrderRqwp.mtrlid" initial="0" )
  16. column=(type=decimal(10) updatewhereclause=yes name=finishqty dbname="U_OrderRqwp.finishqty" initial="0" )
  17. column=(type=char(255) updatewhereclause=yes name=status dbname="U_OrderRqwp.status" )
  18. column=(type=long updatewhereclause=yes key=yes name=printid dbname="U_OrderRqwp.printid" )
  19. retrieve=" SELECT U_OrderRqwp.Procode,
  20. U_OrderRqwp.Proname,
  21. U_OrderRqwp.proqty,
  22. U_OrderRqwp.Proorder,
  23. U_OrderRqwp.workprice,
  24. U_OrderRqwp.scid,
  25. U_OrderRqwp.taskid,
  26. U_OrderRqwp.mtrlid,
  27. U_OrderRqwp.finishqty,
  28. u_orderrqwp.status,
  29. u_orderrqwp.printid
  30. FROM U_OrderRqwp
  31. WHERE ( U_OrderRqwp.scid = :arg_scid ) AND
  32. ( U_OrderRqwp.taskid = :arg_orderid ) AND
  33. ( U_OrderRqwp.printid = :arg_printid )
  34. " update="U_OrderRqwp" updatewhere=0 updatekeyinplace=no arguments=(("arg_scid", number),("arg_orderid", number),("arg_printid", number)) sort="u_orderrqwp_proorder A " )
  35. text(band=header alignment="2" text="工序序号" border="0" color="33554432" x="9" y="8" height="56" width="247" html.valueishtml="0" name=u_orderrqwp_proorder_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" )
  36. text(band=header alignment="2" text="工序编号" border="0" color="0" x="265" y="8" height="56" width="343" html.valueishtml="0" name=u_orderrqwp_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" )
  37. text(band=header alignment="2" text="工序名称" border="0" color="0" x="617" y="8" height="56" width="763" html.valueishtml="0" name=u_orderrqwp_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" )
  38. text(band=header alignment="2" text="工价" border="0" color="0" x="1390" y="8" height="56" width="251" html.valueishtml="0" name=u_orderrqwp_workprice_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" )
  39. text(band=header alignment="2" text="计划数" border="0" color="0" x="1650" y="8" height="56" width="288" html.valueishtml="0" name=u_orderrqwp_proqty_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" )
  40. text(band=header alignment="2" text="已确认完成数" border="0" color="33554432" x="1947" y="8" height="56" width="361" html.valueishtml="0" name=finishqty_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" )
  41. text(band=header alignment="2" text="配置" border="0" color="33554432" x="2318" y="8" height="56" width="361" html.valueishtml="0" name=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" )
  42. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="265" y="4" height="68" width="343" format="[general]" html.valueishtml="0" protect="0~tif(u_orderrqwp_finishqty > 0 ,1,0)" name=u_orderrqwp_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" )
  43. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="617" y="4" height="68" width="763" format="[general]" html.valueishtml="0" protect="0~tif(u_orderrqwp_finishqty > 0 ,1,0)" name=u_orderrqwp_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" )
  44. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="1390" y="4" height="68" width="251" format="#,##0.00###" html.valueishtml="0" protect="0~tif(u_orderrqwp_finishqty > 0 ,1,0)" name=u_orderrqwp_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="1" background.color="553648127" )
  45. column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="1650" y="4" height="68" width="288" format="#,##0.##########" html.valueishtml="0" protect="0~tif(u_orderrqwp_finishqty > 0 ,1,0)" name=u_orderrqwp_proqty visible="1" edit.limit=0 edit.case=any edit.format="#,##0.0###" 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" )
  46. column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="1947" y="4" height="68" width="361" format="#,##0.##########" html.valueishtml="0" name=finishqty 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" )
  47. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="2318" y="4" height="68" width="361" format="[general]" html.valueishtml="0" name=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" )
  48. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="247" format="[general]" html.valueishtml="0" name=u_orderrqwp_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="0" background.mode="2" background.color="1073741824" )
  49. compute(band=footer alignment="2" expression="count(u_orderrqwp_procode for all)"border="0" color="16711680" x="265" y="4" height="56" width="343" 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" )
  50. compute(band=footer alignment="1" expression="sum(u_orderrqwp_proqty for all)"border="0" color="16711680" x="1650" y="4" height="56" width="288" format="#,##0.##########" 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="1" background.color="553648127" )
  51. compute(band=footer alignment="1" expression="sum( finishqty for all )"border="0" color="16711680" x="1947" y="4" height="56" width="361" format="#,##0.##########" 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="1" background.color="553648127" )
  52. htmltable(border="1" )
  53. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  54. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  55. import.xml()
  56. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )