dw_update_cost_index.srd 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. $PBExportHeader$dw_update_cost_index.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 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=80 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_updatecost_wareid dbname="u_updatecost.wareid" initial="0" )
  9. column=(type=long updatewhereclause=yes name=u_updatecost_storageid dbname="u_updatecost.storageid" initial="0" )
  10. column=(type=datetime updatewhereclause=yes name=moddate dbname="u_updatecost.moddate" initial="today" )
  11. column=(type=char(10) updatewhereclause=yes name=modrep dbname="u_updatecost.modrep" initial="empty" )
  12. column=(type=char(30) updatewhereclause=yes name=part dbname="u_updatecost.part" initial="empty" )
  13. column=(type=char(255) updatewhereclause=yes name=dscrp dbname="u_updatecost.dscrp" initial="empty" )
  14. column=(type=datetime updatewhereclause=yes name=opdate dbname="u_updatecost.opdate" initial="today" )
  15. column=(type=char(10) updatewhereclause=yes name=opemp dbname="u_updatecost.opemp" initial="empty" )
  16. column=(type=datetime updatewhereclause=yes name=modidate dbname="u_updatecost.modidate" )
  17. column=(type=char(10) updatewhereclause=yes name=modiemp dbname="u_updatecost.modiemp" initial="empty" )
  18. column=(type=datetime updatewhereclause=yes name=auditingdate dbname="u_updatecost.auditingdate" )
  19. column=(type=char(10) updatewhereclause=yes name=auditingrep dbname="u_updatecost.auditingrep" initial="empty" )
  20. column=(type=long updatewhereclause=yes name=flag dbname="u_updatecost.flag" initial="0" values=" 1/ 0" )
  21. column=(type=char(30) updatewhereclause=yes name=storagename dbname="u_storage.storagename" initial="empty" )
  22. column=(type=char(30) updatewhereclause=yes name=warecode dbname="u_updatecost.warecode" initial="empty" )
  23. column=(type=long updatewhereclause=yes name=u_updatecost_scid dbname="u_updatecost.scid" initial="0" )
  24. retrieve=" SELECT u_updatecost.wareid ,
  25. u_updatecost.storageid,
  26. u_updatecost.moddate,
  27. u_updatecost.modrep,
  28. u_updatecost.part,
  29. u_updatecost.dscrp,
  30. u_updatecost.opdate,
  31. u_updatecost.opemp,
  32. u_updatecost.modidate,
  33. u_updatecost.modiemp,
  34. u_updatecost.auditingdate,
  35. u_updatecost.auditingrep,
  36. u_updatecost.flag,
  37. u_storage.storagename,
  38. u_updatecost.warecode,
  39. u_updatecost.scid
  40. FROM u_updatecost,
  41. u_storage
  42. WHERE ( u_updatecost.storageid = u_storage.storageid ) and
  43. ( u_updatecost.scid = :arg_scid OR :arg_scid = -1) AND
  44. ( u_updatecost.flag = :arg_flag OR
  45. :arg_flag = -1)
  46. " arguments=(("arg_scid", number),("arg_flag", number)) sort="u_updatecost_wareid D " )
  47. text(band=header alignment="2" text="调整日期" border="0" color="33554432" x="439" y="8" height="56" width="320" html.valueishtml="0" name=u_updatecost_moddate_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" )
  48. text(band=header alignment="2" text="经手人" border="0" color="33554432" x="1221" y="8" height="56" width="219" html.valueishtml="0" name=u_updatecost_modrep_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" )
  49. text(band=header alignment="2" text="备注" border="0" color="33554432" x="1938" y="8" height="56" width="553" html.valueishtml="0" name=u_updatecost_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="536870912" )
  50. text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="2501" y="8" height="56" width="466" html.valueishtml="0" name=u_updatecost_opdate_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" )
  51. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="2976" y="8" height="56" width="215" html.valueishtml="0" name=u_updatecost_opemp_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" )
  52. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="3200" y="8" height="56" width="448" html.valueishtml="0" name=u_updatecost_modidate_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" )
  53. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="3657" y="8" height="56" width="242" html.valueishtml="0" name=u_updatecost_modiemp_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" )
  54. text(band=header alignment="2" text="审核时间" border="0" color="33554432" x="4069" y="8" height="56" width="443" html.valueishtml="0" name=u_updatecost_auditingdate_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" )
  55. text(band=header alignment="2" text="审核" border="0" color="33554432" x="3909" y="8" height="56" width="151" html.valueishtml="0" name=u_updatecost_flag_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" )
  56. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="9" y="8" height="56" width="421" html.valueishtml="0" name=u_updatecost_warecode_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" )
  57. text(band=header alignment="2" text="相关码" border="0" color="33554432" x="1449" y="8" height="56" width="480" html.valueishtml="0" name=u_updatecost_part_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" )
  58. text(band=header alignment="2" text="审核人" border="0" color="33554432" x="4521" y="8" height="56" width="251" html.valueishtml="0" name=u_updatecost_auditingrep_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" )
  59. text(band=header alignment="2" text="仓库" border="0" color="33554432" x="768" y="8" height="56" width="443" html.valueishtml="0" name=u_updatecost_storageid_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" )
  60. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="9" y="4" height="68" width="421" format="[general]" html.valueishtml="0" name=warecode 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  61. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="1449" y="4" height="68" width="480" format="[general]" html.valueishtml="0" name=part 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  62. column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="439" y="4" height="68" width="320" format="yyyy-mm-dd" html.valueishtml="0" name=moddate 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="536870912" )
  63. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="1221" y="4" height="68" width="219" format="[general]" html.valueishtml="0" name=modrep 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  64. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="1938" y="4" height="68" width="553" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=255 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  65. column(band=detail id=7 alignment="2" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="2501" y="4" height="68" width="466" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=opdate 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  66. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="2976" y="4" height="68" width="215" format="[general]" html.valueishtml="0" name=opemp 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  67. column(band=detail id=9 alignment="2" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="3200" y="4" height="68" width="448" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=modidate 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  68. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="3657" y="4" height="68" width="242" format="[general]" html.valueishtml="0" name=modiemp 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  69. column(band=detail id=11 alignment="2" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="4069" y="4" height="68" width="443" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=auditingdate 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  70. column(band=detail id=13 alignment="2" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="3909" y="4" height="68" width="151" format="[general]" html.valueishtml="0" name=flag 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="536870912" )
  71. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="4521" y="4" height="68" width="251" format="[general]" html.valueishtml="0" name=auditingrep 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  72. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432~tif( flag =0,rgb(255,0,0),rgb(0,0,0)) " x="768" y="4" height="68" width="443" format="[general]" html.valueishtml="0" name=u_updatecost_storageid visible="1" dddw.name=dw_dddw_storage dddw.displaycolumn=storagename dddw.datacolumn=storageid 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="1" background.color="536870912" )
  73. compute(band=footer alignment="2" expression="count(warecode for all)"border="0" color="16711680" x="9" y="4" height="56" width="421" 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="536870912" )
  74. htmltable(border="1" )
  75. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  76. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  77. import.xml()
  78. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )