dw_inware_buy_index_th_audit.srd 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. $PBExportHeader$dw_inware_buy_index_th_audit.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=long update=yes updatewhereclause=yes name=inwareid dbname="u_inware.inwareid" initial="0" )
  9. column=(type=long update=yes updatewhereclause=yes name=storageid dbname="u_inware.storageid" initial="0" )
  10. column=(type=decimal(2) updatewhereclause=yes name=u_inware_otheramt dbname="u_inware.otheramt" initial="0" )
  11. column=(type=char(20) updatewhereclause=yes name=u_spt_sptcode dbname="u_spt.sptcode" initial="empty" )
  12. column=(type=datetime update=yes updatewhereclause=yes name=indate dbname="u_inware.indate" initial="today" )
  13. column=(type=char(10) update=yes updatewhereclause=yes name=inrep dbname="u_inware.inrep" initial="empty" )
  14. column=(type=char(50) update=yes updatewhereclause=yes name=part dbname="u_inware.part" initial="empty" )
  15. column=(type=long updatewhereclause=yes name=u_inware_relint_1 dbname="u_inware.relint_1" initial="0" )
  16. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_inware.dscrp" initial="empty" )
  17. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_inware.opdate" initial="today" )
  18. column=(type=char(10) updatewhereclause=yes name=u_inware_opemp dbname="u_inware.opemp" initial="empty" )
  19. column=(type=long update=yes updatewhereclause=yes name=flag dbname="u_inware.flag" initial="0" values=" 1/ 0" )
  20. column=(type=datetime update=yes updatewhereclause=yes name=auditingdate dbname="u_inware.auditingdate" )
  21. column=(type=char(10) update=yes updatewhereclause=yes name=auditingrep dbname="u_inware.auditingrep" initial="empty" )
  22. column=(type=long updatewhereclause=yes name=u_inware_secflag dbname="u_inware.secflag" initial="0" values=" 1/ 0" )
  23. column=(type=datetime updatewhereclause=yes name=u_inware_secauditingdate dbname="u_inware.secauditingdate" )
  24. column=(type=char(10) updatewhereclause=yes name=u_inware_secauditingrep dbname="u_inware.secauditingrep" )
  25. column=(type=char(30) update=yes updatewhereclause=yes name=inwarecode dbname="u_inware.inwarecode" initial="empty" )
  26. column=(type=long update=yes updatewhereclause=yes name=balcflag dbname="u_inware.balcflag" initial="0" values=" 1/ 0" )
  27. column=(type=char(50) updatewhereclause=yes name=u_spt_name dbname="u_spt.name" initial="empty" )
  28. column=(type=long updatewhereclause=yes name=sptid dbname="u_inware.sptid" initial="0" )
  29. column=(type=char(30) updatewhereclause=yes name=u_storage_storagename dbname="u_storage.storagename" initial="empty" )
  30. column=(type=long updatewhereclause=yes name=u_inware_relid dbname="u_inware.relid" initial="0" )
  31. column=(type=long updatewhereclause=yes name=u_inware_thflag dbname="u_inware.thflag" initial="0" values=" 1/ 0" )
  32. column=(type=long updatewhereclause=yes name=u_inware_scid dbname="u_inware.scid" initial="0" )
  33. column=(type=char(10) updatewhereclause=yes name=u_inware_modemp dbname="u_inware.Modemp" initial="empty" )
  34. column=(type=datetime updatewhereclause=yes name=u_inware_moddate dbname="u_inware.moddate" )
  35. column=(type=long updatewhereclause=yes name=u_inware_printnum dbname="u_inware.printnum" initial="0" )
  36. column=(type=long updatewhereclause=yes name=u_inware_balcdateint dbname="u_inware.balcdateint" )
  37. retrieve=" SELECT u_inware.inwareid,
  38. u_inware.storageid,
  39. u_inware.otheramt,
  40. u_spt.sptcode,
  41. u_inware.indate,
  42. u_inware.inrep,
  43. u_inware.part,
  44. u_inware.relint_1,
  45. u_inware.dscrp,
  46. u_inware.opdate,
  47. u_inware.opemp,
  48. u_inware.flag,
  49. u_inware.auditingdate,
  50. u_inware.auditingrep,
  51. u_inware.secflag,
  52. u_inware.secauditingdate,
  53. u_inware.secauditingrep,
  54. u_inware.inwarecode,
  55. u_inware.balcflag,
  56. u_spt.name,
  57. u_inware.sptid,
  58. u_storage.storagename,
  59. u_inware.relid,
  60. u_inware.thflag,
  61. u_inware.scid,
  62. u_inware.Modemp,
  63. u_inware.moddate ,
  64. u_inware.printnum ,
  65. u_inware.balcdateint
  66. FROM u_inware ,
  67. u_spt,
  68. u_storage
  69. WHERE ( u_inware.sptid = u_spt.sptid ) and
  70. ( u_inware.storageid = u_storage.storageid ) and
  71. ( u_inware.billtype = 1 ) AND
  72. ( u_inware.thflag = 1 ) AND
  73. ( (u_inware.secflag = 0)) and
  74. ( (u_inware.flag = :arg_flag) OR (:arg_flag = -1)) and
  75. ( ( u_inware.scid=:arg_scid ) or ( :arg_scid = -1 )) and
  76. ( u_spt.spttypeid in (:arg_spttypeid))
  77. " arguments=(("arg_scid", number),("arg_flag", number),("arg_spttypeid", numberlist)) )
  78. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="151" y="8" height="56" width="384" html.valueishtml="0" name=inwarecode_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="16777215" )
  79. text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="3986" y="8" height="56" width="453" html.valueishtml="0" name=opdate_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="16777215" )
  80. text(band=header alignment="2" text="仓审" border="0" color="33554432" x="5125" y="8" height="56" width="128" html.valueishtml="0" name=flag_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="16777215" )
  81. text(band=header alignment="2" text="仓审时间" border="0" color="33554432" x="5262" y="8" height="56" width="443" html.valueishtml="0" name=auditingdate_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="16777215" )
  82. text(band=header alignment="2" text="仓审人" border="0" color="33554432" x="5714" y="8" height="56" width="283" html.valueishtml="0" name=auditingrep_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="16777215" )
  83. text(band=header alignment="2" text="采购时间" border="0" color="33554432" x="1344" y="8" height="56" width="315" html.valueishtml="0" name=indate_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="16777215" )
  84. text(band=header alignment="2" text="经手人" border="0" color="33554432" x="1961" y="8" height="56" width="265" html.valueishtml="0" name=inrep_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="16777215" )
  85. text(band=header alignment="2" text="相关号码" border="0" color="33554432" x="2587" y="8" height="56" width="462" html.valueishtml="0" name=part_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="16777215" )
  86. text(band=header alignment="2" text="供应商名称" border="0" color="33554432" x="544" y="8" height="56" width="791" html.valueishtml="0" name=u_spt_name_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="16777215" )
  87. text(band=header alignment="2" text="仓库" border="0" color="33554432" x="2235" y="8" height="56" width="343" html.valueishtml="0" name=u_storage_storagename_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="16777215" )
  88. text(band=header alignment="2" text="供应商编号" border="0" color="33554432" x="1669" y="8" height="56" width="283" html.valueishtml="0" name=u_spt_sptcode_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="16777215" )
  89. text(band=header alignment="2" text="退" border="0" color="33554432" x="78" y="8" height="56" width="64" html.valueishtml="0" name=u_inware_thflag_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="16777215" )
  90. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="3739" y="8" height="56" width="238" html.valueishtml="0" name=u_inware_opemp_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="16777215" )
  91. text(band=header alignment="2" text="备注" border="0" color="33554432" x="3058" y="8" height="56" width="672" html.valueishtml="0" name=dscrp_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="16777215" )
  92. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="4448" y="8" height="56" width="215" html.valueishtml="0" name=u_inware_modemp_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="16777215" )
  93. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="4672" y="8" height="56" width="443" html.valueishtml="0" name=u_inware_moddate_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="16777215" )
  94. text(band=header alignment="0" text="印" border="0" color="33554432" x="9" y="8" height="56" width="59" html.valueishtml="0" name=u_inware_printnum_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="16777215" )
  95. text(band=header alignment="2" text="结存" border="0" color="33554432" x="6007" y="8" height="56" width="142" html.valueishtml="0" name=balcflag_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="16777215" )
  96. text(band=header alignment="2" text="结存日期" border="0" color="33554432" x="6158" y="8" height="56" width="421" html.valueishtml="0" name=u_inware_balcdateint_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="16777215" )
  97. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="151" y="4" height="68" width="384" format="[general]" html.valueishtml="0" name=inwarecode 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="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  98. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="1344" y="4" height="68" width="315" format="yyyy-mm-dd" html.valueishtml="0" name=indate tag="进仓发生时间" 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="2" background.color="16777215" )
  99. column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="544" y="4" height="68" width="791" format="[general]" html.valueishtml="0" name=u_spt_name 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="2" background.color="16777215" )
  100. 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="1961" y="4" height="68" width="265" format="[general]" html.valueishtml="0" name=inrep 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="2" background.color="16777215" )
  101. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="2587" y="4" height="68" width="462" format="[general]" html.valueishtml="0" name=part 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="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  102. 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="3986" y="4" height="68" width="453" format="yyyy-mm-dd h:mm" html.valueishtml="0" name=opdate tag="建立时间" 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="2" background.color="16777215" )
  103. column(band=detail id=12 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="5125" y="4" height="68" width="128" format="[general]" html.valueishtml="0" name=flag tag="审核标志" 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="2" background.color="16777215" )
  104. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="5262" y="4" height="68" width="443" format="yyyy-mm-dd h:mm" html.valueishtml="0" name=auditingdate tag="审核时间" 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="2" background.color="16777215" )
  105. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="5714" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=auditingrep tag="审核人" 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="2" background.color="16777215" )
  106. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="2235" y="4" height="68" width="343" format="[general]" html.valueishtml="0" name=u_storage_storagename 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="2" background.color="16777215" )
  107. 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="1669" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=u_spt_sptcode 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="2" background.color="16777215" )
  108. column(band=detail id=24 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="78" y="4" height="68" width="64" format="[general]" html.valueishtml="0" name=u_inware_thflag 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="2" background.color="16777215" )
  109. 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="3739" y="4" height="68" width="238" format="[general]" html.valueishtml="0" name=u_inware_opemp 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="2" background.color="16777215" )
  110. 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="3058" y="4" height="68" width="672" format="[general]" html.valueishtml="0" name=dscrp tag="备注" visible="1" edit.limit=200 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="2" background.color="16777215" )
  111. column(band=detail id=26 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="4448" y="4" height="68" width="215" format="[general]" html.valueishtml="0" name=u_inware_modemp 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="2" background.color="16777215" )
  112. column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="4672" y="4" height="68" width="443" format="[shortdate] [time]" html.valueishtml="0" name=u_inware_moddate 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="2" background.color="16777215" )
  113. column(band=detail id=28 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="9" y="4" height="68" width="59" format="[general]" html.valueishtml="0" name=u_inware_printnum 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="2" background.color="16777215" )
  114. column(band=detail id=19 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="6007" y="4" height="68" width="142" format="[general]" html.valueishtml="0" name=balcflag 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="2" background.color="16777215" )
  115. column(band=detail id=29 alignment="2" tabsequence=32766 border="0" color="33554432~tif(flag=0,rgb(255,0,0),rgb(0,0,0))" x="6158" y="4" height="68" width="421" format="yyyy-mm-dd h:mm" html.valueishtml="0" name=u_inware_balcdateint 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="2" background.color="16777215" )
  116. compute(band=footer alignment="2" expression="count( inwarecode for all )"border="0" color="8388608" x="151" y="4" height="56" width="384" 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="2" background.color="16777215" )
  117. htmltable(border="1" )
  118. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  119. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  120. import.xml()
  121. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )