dw_rp_inware_buy_edit.srd 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. $PBExportHeader$dw_rp_inware_buy_edit.srd
  2. release 9;
  3. datawindow ( units=1 timer_interval=0 color=16777215 processing=0 print.orientation=0 print.margin.left=24 print.margin.right=24 print.margin.top=24 print.margin.bottom=24 print.paper.size=0 print.paper.source=0 selected.mouse=no)
  4. header(height=104 color="536870912" )
  5. summary(height=24 color="536870912" )
  6. footer(height=76 color="536870912" )
  7. detail(height=23 color="536870912" height.autosize=yes)
  8. table(column=(type=long updatewhereclause=yes initial="null" name=u_inware_inwareid dbname="u_inware.inwareid"
  9. values="单据ID /" )
  10. column=(type=long updatewhereclause=yes initial="null" name=u_inware_storageid dbname="u_inware.storageid"
  11. values="" )
  12. column=(type=datetime updatewhereclause=yes initial="null" name=u_inware_indate dbname="u_inware.indate" )
  13. column=(type=char(10) updatewhereclause=yes initial="null" name=u_inware_inrep dbname="u_inware.inrep" )
  14. column=(type=char(50) updatewhereclause=yes initial="null" name=u_inware_part dbname="u_inware.part"
  15. values="相关号码 /" )
  16. column=(type=char(255) updatewhereclause=yes initial="null" name=u_inware_dscrp dbname="u_inware.dscrp" )
  17. column=(type=char(50) updatewhereclause=yes initial="null" name=u_spt_name dbname="u_spt.name" )
  18. column=(type=datetime updatewhereclause=yes initial="null" name=u_inware_opdate dbname="u_inware.opdate"
  19. values="建立时间 /" )
  20. column=(type=char(10) updatewhereclause=yes initial="null" name=u_inware_opemp dbname="u_inware.opemp" )
  21. column=(type=long updatewhereclause=yes initial="null" name=u_inware_flag dbname="u_inware.flag"
  22. values="默认0审核标志(0未审核,1审核) /" )
  23. column=(type=datetime updatewhereclause=yes initial="null" name=u_inware_auditingdate dbname="u_inware.auditingdate"
  24. values="审核时间 /" )
  25. column=(type=char(10) updatewhereclause=yes initial="null" name=u_inware_auditingrep dbname="u_inware.auditingrep"
  26. values="审核人 /" )
  27. column=(type=char(30) updatewhereclause=yes initial="null" name=u_inware_inwarecode dbname="u_inware.inwarecode" )
  28. column=(type=long updatewhereclause=yes initial="null" name=u_inware_sptid dbname="u_inware.sptid"
  29. values="供应商id(记帐模式使用) /" )
  30. column=(type=long updatewhereclause=yes initial="null" name=u_inware_balcflag dbname="u_inware.balcflag"
  31. values="日结标记:0(默认)-未日结,1-已日结 /" )
  32. column=(type=char(20) updatewhereclause=yes initial="null" name=u_spt_sptcode dbname="u_spt.sptcode"
  33. values="供应商编号 /" )
  34. column=(type=char(100) updatewhereclause=yes initial="null" name=u_spt_tele dbname="u_spt.tele" )
  35. column=(type=long updatewhereclause=yes initial="null" name=u_inware_thflag dbname="u_inware.thflag"
  36. values="退货标记 /" )
  37. column=(type=long updatewhereclause=yes initial="null" name=u_inware_printnum dbname="u_inware.printnum"
  38. values="打印次数 /" )
  39. column=(type=long updatewhereclause=yes initial="null" name=u_inware_relint_1 dbname="u_inware.relint_1"
  40. values="" )
  41. retrieve="SELECT u_inware.inwareid ,
  42. u_inware.storageid ,
  43. u_inware.indate ,
  44. u_inware.inrep ,
  45. u_inware.part ,
  46. u_inware.dscrp ,
  47. u_spt.name ,
  48. u_inware.opdate ,
  49. u_inware.opemp ,
  50. u_inware.flag ,
  51. u_inware.auditingdate ,
  52. u_inware.auditingrep ,
  53. u_inware.inwarecode ,
  54. u_inware.sptid ,
  55. u_inware.balcflag ,
  56. u_spt.sptcode ,
  57. u_spt.tele ,
  58. u_inware.thflag ,
  59. u_inware.printnum,
  60. u_inware.relint_1
  61. FROM u_inware LEFT OUTER JOIN
  62. u_spt ON u_inware.sptid = u_spt.sptid
  63. WHERE ( u_inware.billtype = 1 ) and
  64. ( u_inware.inwareid = :arg_inwareid ) and
  65. ( u_inware.scid = :arg_scid ) and
  66. ( :arg_printrow = :arg_printrow ) and
  67. ( :arg_top = :arg_top )
  68. "
  69. arguments=(("arg_scid", number), ("arg_inwareid", number), ("arg_printrow", number), ("arg_top", number))
  70. )
  71. bitmap(name=p_1 visible="1" moveable=1 band=header filename="cus_logo.bmp" x="2" y="2" height="88" width="127" border="0" )
  72. compute(name=compute_1 visible="1" tag="if( u_inware_printnum > 0,'(重复打印-'+string(u_inware_printnum)+')','')" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" x="445" y="5" height="25" width="126" format="[GENERAL]" expression="if( u_inware_printnum > 0,'(重复打印-'+string(u_inware_printnum)+')','')" alignment="0" border="0" crosstab.repeat=no )
  73. compute(name=compute_2 visible="1 if( pageCount()>1,1,0)" tag="'第 ' + page() + ' 页/共 ' + pageCount()+' 页'" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" x="576" y="17" height="13" width="150" format="[general]" expression="'第 ' + page() + ' 页/共 ' + pageCount()+' 页'" alignment="0" border="0" crosstab.repeat=no )
  74. text(name=t_6 visible="1" moveable=1 resizeable=1 band=header font.charset="134" font.face="宋体" font.family="0" font.height="-18" font.pitch="2" font.weight="700" background.mode="2" background.color="1073741824" color="33554432" alignment="2" border="0" x="170" y="3" height="27" width="268" text="收货清单" )
  75. line(name=l_1 visible="1" band=header background.mode="2" background.color="1073741824" pen.style="0" pen.width="2" pen.color="33554432" x1="217" y1="34" x2="391" y2="34" )
  76. text(name=inwarecode_t visible="1" moveable=1 band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="1" border="0" x="538" y="39" height="17" width="67" text="单据编号:" )
  77. text(name=indate_t visible="1" moveable=1 resizeable=1 band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="1" border="0" x="539" y="61" height="17" width="66" text="进仓时间:" )
  78. column(name=u_inware_storageid visible="1" tag="u_inware_storageid" moveable=1 resizeable=1 band=header id=2 x="201" y="61" height="17" width="134" color="0" border="4" alignment="0" format="[general]" protect="0" dddw.allowedit=no dddw.autohscroll=no dddw.autoretrieve=yes dddw.useasborder=no dddw.datacolumn=storageid dddw.displaycolumn=storagename dddw.hscrollbar=no dddw.hsplitscroll=no dddw.imemode=0 dddw.limit=0 dddw.name=dw_dddw_storage dddw.nilisnull=no dddw.percentwidth=100 dddw.required=no dddw.showlist=no dddw.vscrollbar=yes criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  79. column(name=u_spt_tele visible="1" tag="u_spt_tele" band=header id=17 x="369" y="61" height="17" width="168" color="33554432" border="4" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  80. text(name=t_9 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="0" border="0" x="337" y="61" height="15" width="31" text="电话:" )
  81. text(name=u_spt_name_t visible="1" moveable=1 band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="1" border="0" x="151" y="39" height="15" width="49" text="供应商:" )
  82. text(name=storageid_t visible="1" moveable=1 band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="1" border="0" x="151" y="61" height="15" width="49" text="仓 库:" )
  83. text(name=t_8 visible="1" moveable=1 resizeable=1 band=header font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="1" border="0" x="151" y="83" height="15" width="49" text="备 注:" )
  84. column(name=u_inware_dscrp visible="1" tag="u_inware_dscrp" moveable=1 resizeable=1 band=header id=6 x="201" y="83" height="19" width="523" color="33554432" border="0" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="2" font.height="-11" font.pitch="2" font.weight="700" tabsequence=0 )
  85. column(name=u_inware_inwarecode visible="1" tag="u_inware_inwarecode" moveable=1 resizeable=1 band=header id=13 x="607" y="39" height="17" width="120" color="0" border="4" alignment="0" format="[general]" protect="0" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=30 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="700" tabsequence=0 )
  86. column(name=u_inware_indate visible="1" tag="u_inware_indate" moveable=1 resizeable=1 band=header id=3 x="607" y="61" height="17" width="120" color="0" border="4" alignment="0" format="yyyy-mm-dd" protect="0" edit.format="yyyy-mm-dd" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  87. column(name=u_spt_name visible="1" tag="u_spt_name" moveable=1 resizeable=1 band=header id=7 x="201" y="39" height="17" width="217" color="0" border="4" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="2" font.height="-12" font.pitch="2" font.weight="700" tabsequence=0 )
  88. text(name=t_3 visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="1073741824" color="33554432" alignment="1" border="0" x="422" y="39" height="14" width="59" text="结算方式:" )
  89. column(name=u_inware_relint_1 visible="1" tag="u_inware_relint_1" band=header id=20 x="483" y="39" height="18" width="52" color="0" border="4" alignment="0" format="[general]" protect="0" dddw.allowedit=no dddw.autohscroll=no dddw.autoretrieve=yes dddw.useasborder=no dddw.datacolumn=banktypeid dddw.displaycolumn=banktypename dddw.hscrollbar=no dddw.hsplitscroll=no dddw.imemode=0 dddw.limit=0 dddw.name=ddd_buy_taketype dddw.nilisnull=no dddw.percentwidth=0 dddw.required=no dddw.showlist=no dddw.vscrollbar=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  90. report(name=dw_1 visible="1" height.autosize=yes slideup=directlyabove band=summary x="2" y="2" height="20" width="719" border="0" trail_footer=yes dataobject="dw_rp_inwaremx_sumamt" nest_arguments=
  91. ((" arg_scid "),(" arg_inwareid ")))
  92. text(name=t_4 visible="1" moveable=1 resizeable=1 height.autosize=yes slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="497" y="0" height="15" width="83" text="供方送货人:" )
  93. text(name=t_2 visible="1" moveable=1 resizeable=1 height.autosize=yes slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="228" y="1" height="15" width="56" text="购货人:" )
  94. text(name=operator_t visible="1" moveable=1 resizeable=1 height.autosize=yes slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="1" border="0" x="3" y="1" height="15" width="49" text="制单人:" )
  95. column(name=u_inware_opemp visible="1" tag="u_inware_opemp" moveable=1 resizeable=1 height.autosize=yes slideup=allabove band=footer id=9 x="54" y="1" height="17" width="90" color="0" border="4" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="2" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  96. text(name=t_5 visible="1" moveable=1 resizeable=1 slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="4" x="582" y="0" height="17" width="137" text=" " )
  97. text(name=t_7 visible="1" moveable=1 resizeable=1 height.autosize=yes slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="2" y="23" height="15" width="725" text="声明:本公司采购员到供方采购有关材料,设备工具零件等及其它任何物品时,供方不得向需方采购员给予任何回扣、送物" )
  98. text(name=t_1 visible="1" moveable=1 resizeable=1 slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="2" y="41" height="15" width="725" text=" 品、及单独设宴,若需方主管发现有以上情况,供方的货款需方有权拒绝支付及停止一切业务往来。  " )
  99. text(name=t_10 visible="1" moveable=1 resizeable=1 slideup=allabove band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="2" y="59" height="15" width="726" text=" 红色联 - 供方收款凭证 " )
  100. column(name=u_inware_inrep visible="1" tag="u_inware_inrep" slideup=allabove band=footer id=4 x="286" y="1" height="17" width="122" color="33554432" border="4" alignment="0" format="[general]" protect="0" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="1073741824" font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" tabsequence=0 )
  101. report(name=mxreport visible="1" slideleft=yes height.autosize=yes slideup=directlyabove band=detail x="2" y="1" height="20" width="719" border="0" trail_footer=yes dataobject="dw_rp_inwaremx_buy_edit" nest_arguments=
  102. ((" arg_scid "),(" arg_inwareid "),(" arg_printrow "),(" arg_top ")))
  103. htmltable()
  104. htmlgen()
  105. export.xml(metadatatype=0 savemetadata=0 )
  106. import.xml()
  107. export.pdf(method=0 )