dw_updatecost_wfjg_index.srd 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. $PBExportHeader$dw_updatecost_wfjg_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 selected.mouse=no )
  4. header(height=72 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=72 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_updatecost_wfjg_billid dbname="u_updatecost_wfjg.billid" initial="0" )
  9. column=(type=char(20) updatewhereclause=yes name=u_spt_sptcode dbname="u_spt.sptcode" initial="empty" )
  10. column=(type=datetime updatewhereclause=yes name=u_updatecost_wfjg_billdate dbname="u_updatecost_wfjg.billdate" initial="today" )
  11. column=(type=char(10) updatewhereclause=yes name=u_updatecost_wfjg_rep dbname="u_updatecost_wfjg.rep" initial="empty" )
  12. column=(type=char(30) updatewhereclause=yes name=u_updatecost_wfjg_relcode dbname="u_updatecost_wfjg.relcode" initial="empty" )
  13. column=(type=char(255) updatewhereclause=yes name=u_updatecost_wfjg_dscrp dbname="u_updatecost_wfjg.dscrp" initial="empty" )
  14. column=(type=long updatewhereclause=yes name=u_updatecost_wfjg_sptid dbname="u_updatecost_wfjg.sptid" initial="0" )
  15. column=(type=char(50) updatewhereclause=yes name=u_spt_name dbname="u_spt.name" initial="empty" )
  16. column=(type=char(30) updatewhereclause=yes name=u_updatecost_wfjg_billcode dbname="u_updatecost_wfjg.billcode" initial="empty" )
  17. column=(type=datetime updatewhereclause=yes name=u_updatecost_wfjg_opdate dbname="u_updatecost_wfjg.opdate" )
  18. column=(type=datetime updatewhereclause=yes name=u_updatecost_wfjg_moddate dbname="u_updatecost_wfjg.moddate" )
  19. column=(type=datetime updatewhereclause=yes name=u_updatecost_wfjg_auditingdate dbname="u_updatecost_wfjg.auditingdate" )
  20. column=(type=char(10) updatewhereclause=yes name=u_updatecost_wfjg_opemp dbname="u_updatecost_wfjg.opemp" initial="empty" )
  21. column=(type=char(10) updatewhereclause=yes name=u_updatecost_wfjg_modemp dbname="u_updatecost_wfjg.modemp" initial="empty" )
  22. column=(type=char(10) updatewhereclause=yes name=u_updatecost_wfjg_auditingrep dbname="u_updatecost_wfjg.auditingrep" initial="empty" )
  23. column=(type=long updatewhereclause=yes name=u_updatecost_wfjg_flag dbname="u_updatecost_wfjg.flag" initial="0" values=" 1/ 0" )
  24. column=(type=long updatewhereclause=yes name=u_updatecost_wfjg_printnum dbname="u_updatecost_wfjg.printnum" initial="0" )
  25. retrieve="SELECT u_updatecost_wfjg.billid,
  26. u_spt.sptcode,
  27. u_updatecost_wfjg.billdate,
  28. u_updatecost_wfjg.rep,
  29. u_updatecost_wfjg.relcode,
  30. u_updatecost_wfjg.dscrp,
  31. u_updatecost_wfjg.sptid,
  32. u_spt.name,
  33. u_updatecost_wfjg.billcode,
  34. u_updatecost_wfjg.opdate,
  35. u_updatecost_wfjg.moddate,
  36. u_updatecost_wfjg.auditingdate,
  37. u_updatecost_wfjg.opemp,
  38. u_updatecost_wfjg.modemp,
  39. u_updatecost_wfjg.auditingrep,
  40. u_updatecost_wfjg.flag,
  41. u_updatecost_wfjg.printnum
  42. FROM u_updatecost_wfjg INNER JOIN
  43. u_spt ON u_updatecost_wfjg.sptid = u_spt.sptid
  44. where (u_updatecost_wfjg.flag = :arg_flag or :arg_flag = -1)
  45. and ( u_spt.spttypeid in (:arg_spttypeid_arr))" arguments=(("arg_flag", number),("arg_spttypeid_arr", numberlist)) )
  46. text(band=header alignment="2" text="印" border="0" color="33554432" x="9" y="8" height="56" width="101" html.valueishtml="0" name=u_updatecost_wfjg_printnum_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="536870912" )
  47. text(band=header alignment="2" text="审核" border="0" color="33554432" x="119" y="8" height="56" width="119" html.valueishtml="0" name=u_updatecost_wfjg_flag_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="536870912" )
  48. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="247" y="8" height="56" width="357" html.valueishtml="0" name=u_updatecost_wfjg_billcode_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="536870912" )
  49. text(band=header alignment="2" text="调整日期" border="0" color="33554432" x="613" y="8" height="56" width="379" html.valueishtml="0" name=u_updatecost_wfjg_billdate_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="536870912" )
  50. text(band=header alignment="2" text="供应商编号" border="0" color="33554432" x="1001" y="8" height="56" width="471" html.valueishtml="0" name=u_spt_sptcode_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="536870912" )
  51. text(band=header alignment="2" text="供应商名称" border="0" color="33554432" x="1481" y="8" height="56" width="334" html.valueishtml="0" name=u_spt_name_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="536870912" )
  52. text(band=header alignment="2" text="经手人" border="0" color="33554432" x="1824" y="8" height="56" width="293" html.valueishtml="0" name=u_updatecost_wfjg_rep_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="536870912" )
  53. text(band=header alignment="2" text="相关号" border="0" color="33554432" x="2126" y="8" height="56" width="361" html.valueishtml="0" name=u_updatecost_wfjg_relcode_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="536870912" )
  54. text(band=header alignment="2" text="备注" border="0" color="33554432" x="2496" y="8" height="56" width="1001" html.valueishtml="0" name=u_updatecost_wfjg_dscrp_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="536870912" )
  55. text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="3506" y="8" height="56" width="434" html.valueishtml="0" name=u_updatecost_wfjg_opdate_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="536870912" )
  56. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="3950" y="8" height="56" width="306" html.valueishtml="0" name=u_updatecost_wfjg_opemp_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="536870912" )
  57. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="4265" y="8" height="56" width="507" html.valueishtml="0" name=u_updatecost_wfjg_moddate_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="536870912" )
  58. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="4782" y="8" height="56" width="288" html.valueishtml="0" name=u_updatecost_wfjg_modemp_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="536870912" )
  59. text(band=header alignment="2" text="审核时间" border="0" color="33554432" x="5079" y="8" height="56" width="494" html.valueishtml="0" name=u_updatecost_wfjg_auditingdate_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="536870912" )
  60. text(band=header alignment="2" text="审核人" border="0" color="33554432" x="5582" y="8" height="56" width="293" html.valueishtml="0" name=u_updatecost_wfjg_auditingrep_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="536870912" )
  61. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="1001" y="4" height="68" width="471" format="[general]" html.valueishtml="0" name=u_spt_sptcode 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  62. column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="613" y="4" height="68" width="379" format="yyyy-mm-dd" html.valueishtml="0" name=u_updatecost_wfjg_billdate 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="0" background.mode="1" background.color="536870912" )
  63. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="1824" y="4" height="68" width="293" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_rep 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="0" background.mode="1" background.color="536870912" )
  64. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="2126" y="4" height="68" width="361" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_relcode 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="0" background.mode="1" background.color="536870912" )
  65. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="2496" y="4" height="68" width="1001" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_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="0" background.mode="1" background.color="536870912" )
  66. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="1481" y="4" height="68" width="334" format="[general]" html.valueishtml="0" name=u_spt_name visible="1" edit.limit=50 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="0" background.mode="1" background.color="536870912" )
  67. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="247" y="4" height="68" width="357" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_billcode 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="0" background.mode="1" background.color="536870912" )
  68. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="3506" y="4" height="68" width="434" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_updatecost_wfjg_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="0" background.mode="1" background.color="536870912" )
  69. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="4265" y="4" height="68" width="507" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_updatecost_wfjg_moddate 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="0" background.mode="1" background.color="536870912" )
  70. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="5079" y="4" height="68" width="494" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=u_updatecost_wfjg_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="0" background.mode="1" background.color="536870912" )
  71. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="3950" y="4" height="68" width="306" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_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="0" background.mode="1" background.color="536870912" )
  72. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="4782" y="4" height="68" width="288" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_modemp 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="0" background.mode="1" background.color="536870912" )
  73. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="5582" y="4" height="68" width="293" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_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="0" background.mode="1" background.color="536870912" )
  74. column(band=detail id=16 alignment="2" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="119" y="4" height="68" width="119" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_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="0" background.mode="1" background.color="536870912" )
  75. column(band=detail id=17 alignment="2" tabsequence=32766 border="0" color="33554432~tif( u_updatecost_wfjg_flag =1,rgb(0,0,0),rgb(255,0,0))" x="9" y="4" height="68" width="101" format="[general]" html.valueishtml="0" name=u_updatecost_wfjg_printnum 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="0" background.mode="1" background.color="536870912" )
  76. compute(band=footer alignment="2" expression="count( u_updatecost_wfjg_billid for all )"border="0" color="33554432" x="247" y="8" height="56" width="357" 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" )
  77. htmltable(border="1" )
  78. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  79. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  80. import.xml()
  81. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )