dw_inware_rec_index.srd 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. $PBExportHeader$dw_inware_rec_index.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=datetime update=yes updatewhereclause=yes name=indate dbname="u_inware.indate" initial="today" )
  11. column=(type=char(20) updatewhereclause=yes name=u_cust_cuscode dbname="u_cust.cuscode" initial="empty" )
  12. column=(type=char(10) update=yes updatewhereclause=yes name=inrep dbname="u_inware.inrep" initial="empty" )
  13. column=(type=char(50) update=yes updatewhereclause=yes name=part dbname="u_inware.part" initial="empty" )
  14. column=(type=char(30) updatewhereclause=yes name=sptname dbname="u_inware.sptname" initial="empty" )
  15. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_inware.dscrp" initial="empty" )
  16. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_inware.opdate" initial="today" )
  17. column=(type=char(10) updatewhereclause=yes name=u_inware_opemp dbname="u_inware.opemp" initial="empty" )
  18. column=(type=long update=yes updatewhereclause=yes name=flag dbname="u_inware.flag" initial="0" values=" 1/ 0" )
  19. column=(type=datetime update=yes updatewhereclause=yes name=auditingdate dbname="u_inware.auditingdate" initial="empty" )
  20. column=(type=char(10) update=yes updatewhereclause=yes name=auditingrep dbname="u_inware.auditingrep" initial="empty" )
  21. column=(type=char(30) update=yes updatewhereclause=yes name=inwarecode dbname="u_inware.inwarecode" initial="empty" )
  22. column=(type=long update=yes updatewhereclause=yes name=balcflag dbname="u_inware.balcflag" initial="0" values=" 1/ 0" )
  23. column=(type=char(30) updatewhereclause=yes name=u_storage_storagename dbname="u_storage.storagename" initial="empty" )
  24. column=(type=char(10) updatewhereclause=yes name=u_inware_modemp dbname="u_inware.Modemp" initial="empty" )
  25. column=(type=datetime updatewhereclause=yes name=u_inware_moddate dbname="u_inware.moddate" initial="empty" )
  26. column=(type=long updatewhereclause=yes name=u_inware_relid dbname="u_inware.relid" initial="0" )
  27. column=(type=long updatewhereclause=yes name=u_inware_scid dbname="u_inware.scid" initial="0" )
  28. column=(type=long updatewhereclause=yes name=u_inware_balcdateint dbname="u_inware.balcdateint" initial="0" )
  29. column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" initial="empty" )
  30. column=(type=long updatewhereclause=yes name=u_inware_sptid dbname="u_inware.sptid" initial="0" )
  31. retrieve="SELECT u_inware.inwareid,
  32. u_inware.storageid,
  33. u_inware.indate,
  34. u_cust.cuscode,
  35. u_inware.inrep,
  36. u_inware.part,
  37. u_inware.sptname,
  38. u_inware.dscrp,
  39. u_inware.opdate,
  40. u_inware.opemp,
  41. u_inware.flag,
  42. u_inware.auditingdate,
  43. u_inware.auditingrep,
  44. u_inware.inwarecode,
  45. u_inware.balcflag,
  46. u_storage.storagename,
  47. u_inware.Modemp,
  48. u_inware.moddate,
  49. u_inware.relid,
  50. u_inware.scid,
  51. u_inware.balcdateint,
  52. u_cust.name,
  53. u_inware.sptid
  54. FROM u_inware INNER JOIN
  55. u_storage ON u_inware.storageid = u_storage.storageid left outer join
  56. u_cust ON u_inware.sptid = u_cust.cusid
  57. WHERE ( u_inware.billtype = 20 ) AND
  58. ( u_inware.scid in ( :arg_scid )) AND
  59. ( u_inware.storageid in ( :arg_storageid )) AND
  60. (u_inware.flag = :arg_flag OR :arg_flag = -1 )
  61. " arguments=(("arg_scid", numberlist),("arg_storageid", numberlist),("arg_flag", number)) )
  62. text(band=header alignment="2" text="单据编号" border="0" color="0" x="9" y="8" height="56" width="320" 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="1" background.color="536870912" )
  63. text(band=header alignment="2" text="建立时间" border="0" color="0" x="4439" y="8" height="56" width="457" 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="1" background.color="536870912" )
  64. text(band=header alignment="2" text="审核" border="0" color="0" x="4905" y="8" height="56" width="110" 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="1" background.color="536870912" )
  65. text(band=header alignment="2" text="审核时间" border="0" color="0" x="5248" y="8" height="56" width="507" 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="1" background.color="536870912" )
  66. text(band=header alignment="2" text="审核人" border="0" color="0" x="5024" y="8" height="56" width="215" 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="1" background.color="536870912" )
  67. text(band=header alignment="2" text="进仓时间" border="0" color="0" x="667" y="8" height="56" width="297" 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="1" background.color="536870912" )
  68. text(band=header alignment="2" text="负责人" border="0" color="0" x="974" y="8" height="56" width="274" 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="1" background.color="536870912" )
  69. text(band=header alignment="2" text="相关号码" border="0" color="0" x="1257" y="8" height="56" width="471" 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="1" background.color="536870912" )
  70. text(band=header alignment="2" text="生产线" border="0" color="0" x="2926" y="8" height="56" width="626" html.valueishtml="0" name=sptname_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" )
  71. text(band=header alignment="2" text="备注" border="0" color="0" x="3561" y="8" height="56" width="599" 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="1" background.color="536870912" )
  72. text(band=header alignment="2" text="仓库" border="0" color="0" x="338" y="8" height="56" width="320" 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" )
  73. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="4169" y="8" height="56" width="261" html.valueishtml="0" name=u_inware_opemp_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" )
  74. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="5765" y="8" height="56" width="242" html.valueishtml="0" name=u_inware_modemp_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" )
  75. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="6016" y="8" height="56" width="503" 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="1073741824" )
  76. text(band=header alignment="2" text="结存" border="0" color="33554432" x="6528" y="8" height="56" width="119" html.valueishtml="0" name=balcflag_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" )
  77. text(band=header alignment="2" text="结存日期" border="0" color="33554432" x="6656" y="8" height="56" width="407" 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="1073741824" )
  78. text(band=header alignment="2" text="客户编号" border="0" color="33554432" x="1737" y="8" height="56" width="407" html.valueishtml="0" name=u_cust_cuscode_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" )
  79. text(band=header alignment="2" text="客户名称" border="0" color="33554432" x="2153" y="8" height="56" width="763" html.valueishtml="0" name=u_cust_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="1073741824" )
  80. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="1257" y="4" height="68" width="471" 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="1" background.color="536870912" )
  81. column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="9" y="4" height="68" width="320" 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="1" background.color="536870912" )
  82. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="667" y="4" height="68" width="297" format="yyyy-mm-dd h:mm" 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="1" background.color="536870912" )
  83. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="974" y="4" height="68" width="274" 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="1" background.color="536870912" )
  84. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="2926" y="4" height="68" width="626" format="[general]" html.valueishtml="0" name=sptname 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="1" background.color="536870912" )
  85. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="4439" y="4" height="68" width="457" format="yyyy-mm-dd hh: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="1" background.color="536870912" )
  86. column(band=detail id=11 alignment="2" tabsequence=32766 border="0" color="0" x="4905" y="4" height="68" width="110" 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="1" background.color="536870912" )
  87. column(band=detail id=12 alignment="2" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="5248" y="4" height="68" width="507" format="yyyy-mm-dd hh: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="1" background.color="536870912" )
  88. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="5024" y="4" height="68" width="215" 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="1" background.color="536870912" )
  89. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="3561" y="4" height="68" width="599" 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="1" background.color="536870912" )
  90. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0~tif(flag=1,rgb(0,0,0),rgb(255,0,0))" x="338" y="4" height="68" width="320" 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="1" background.color="536870912" )
  91. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="4169" y="4" height="68" width="261" 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="1" background.color="536870912" )
  92. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="0" x="5765" y="4" height="68" width="242" 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="1" background.color="536870912" )
  93. column(band=detail id=18 alignment="2" tabsequence=32766 border="0" color="0" x="6016" y="4" height="68" width="503" format="yyyy-mm-dd hh:mm" 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="1" background.color="536870912" )
  94. column(band=detail id=15 alignment="2" tabsequence=32766 border="0" color="33554432" x="6528" y="4" height="68" width="119" 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="134" background.mode="2" background.color="1073741824" )
  95. column(band=detail id=21 alignment="2" tabsequence=32766 border="0" color="0" x="6656" y="4" height="68" width="407" format="[general]" 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="1" background.color="536870912" )
  96. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="0" x="1737" y="4" height="68" width="407" format="[general]" html.valueishtml="0" name=u_cust_cuscode 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" )
  97. column(band=detail id=22 alignment="2" tabsequence=32766 border="0" color="0" x="2153" y="4" height="68" width="763" format="[general]" html.valueishtml="0" name=u_cust_name 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" )
  98. compute(band=footer alignment="2" expression="count( inwarecode for all )"border="0" color="16711680" x="9" y="4" height="56" width="320" 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" )
  99. htmltable(border="1" )
  100. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  101. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  102. import.xml()
  103. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )