dw_cust_exchange_index.srd 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. $PBExportHeader$dw_cust_exchange_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=76 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes name=billid dbname="u_cust_exchange.billid" initial="0" )
  9. column=(type=long updatewhereclause=yes name=storageid dbname="u_cust_exchange.storageid" )
  10. column=(type=datetime update=yes updatewhereclause=yes name=billdate dbname="u_cust_exchange.billdate" initial="today" )
  11. column=(type=char(20) updatewhereclause=yes name=u_cust_cuscode dbname="u_cust.cuscode" initial="empty" )
  12. column=(type=decimal(5) update=yes updatewhereclause=yes name=exchangeamt dbname="u_cust_exchange.exchangeamt" initial="0" )
  13. column=(type=char(10) update=yes updatewhereclause=yes name=rep dbname="u_cust_exchange.rep" initial="empty" )
  14. column=(type=char(50) update=yes updatewhereclause=yes name=part dbname="u_cust_exchange.part" initial="empty" )
  15. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_cust_exchange.dscrp" initial="empty" )
  16. column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="u_cust_exchange.opemp" initial="empty" )
  17. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_cust_exchange.opdate" initial="today" )
  18. column=(type=char(10) update=yes updatewhereclause=yes name=modemp dbname="u_cust_exchange.modemp" initial="empty" )
  19. column=(type=datetime update=yes updatewhereclause=yes name=moddate dbname="u_cust_exchange.moddate" initial="empty" )
  20. column=(type=long update=yes updatewhereclause=yes name=flag dbname="u_cust_exchange.flag" initial="0" values=" 1/ 0" )
  21. column=(type=char(10) update=yes updatewhereclause=yes name=auditemp dbname="u_cust_exchange.auditemp" initial="empty" )
  22. column=(type=datetime update=yes updatewhereclause=yes name=auditdate dbname="u_cust_exchange.auditdate" initial="empty" )
  23. column=(type=long update=yes updatewhereclause=yes name=cusid dbname="u_cust_exchange.cusid" initial="0" )
  24. column=(type=long update=yes updatewhereclause=yes name=scid dbname="u_cust_exchange.scid" initial="0" )
  25. column=(type=long update=yes updatewhereclause=yes name=ctmint dbname="u_cust_exchange.ctmint" initial="0" )
  26. column=(type=char(20) update=yes updatewhereclause=yes name=billcode dbname="u_cust_exchange.billcode" initial="empty" )
  27. column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" initial="empty" )
  28. retrieve=" SELECT u_cust_exchange.billid,
  29. u_cust_exchange.storageid,
  30. u_cust_exchange.billdate,
  31. u_cust.cuscode,
  32. u_cust_exchange.exchangeamt,
  33. u_cust_exchange.rep,
  34. u_cust_exchange.part,
  35. u_cust_exchange.dscrp,
  36. u_cust_exchange.opemp,
  37. u_cust_exchange.opdate,
  38. u_cust_exchange.modemp,
  39. u_cust_exchange.moddate,
  40. u_cust_exchange.flag,
  41. u_cust_exchange.auditemp,
  42. u_cust_exchange.auditdate,
  43. u_cust_exchange.cusid,
  44. u_cust_exchange.scid,
  45. u_cust_exchange.ctmint,
  46. u_cust_exchange.billcode,
  47. u_cust.name
  48. FROM u_cust_exchange,
  49. u_cust
  50. WHERE ( u_cust_exchange.cusid = u_cust.cusid ) and
  51. (u_cust_exchange.scid = :arg_scid OR :arg_scid = -1 ) AND
  52. ( u_cust_exchange.flag = :arg_flag OR :arg_flag = -1 )
  53. " arguments=(("arg_scid", number),("arg_flag", number)) )
  54. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="9" y="8" height="56" width="521" html.valueishtml="0" name=billcode_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="539" y="8" height="56" width="475" html.valueishtml="0" name=billdate_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="1024" y="8" height="56" width="283" html.valueishtml="0" name=rep_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="1317" y="8" height="56" width="517" 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" )
  58. text(band=header alignment="2" text="备注" border="0" color="33554432" x="1842" y="8" height="56" width="1175" 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" )
  59. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="3026" y="8" height="56" width="352" html.valueishtml="0" name=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" )
  60. text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="3387" y="8" height="56" width="704" 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" )
  61. text(band=header alignment="2" text="修改人" border="0" color="33554432" x="4101" y="8" height="56" width="352" html.valueishtml="0" name=modemp_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" )
  62. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="4462" y="8" height="56" width="635" html.valueishtml="0" name=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" )
  63. text(band=header alignment="2" text="审核" border="0" color="33554432" x="5106" y="8" height="56" width="133" 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" )
  64. text(band=header alignment="2" text="审核人" border="0" color="33554432" x="5248" y="8" height="56" width="261" html.valueishtml="0" name=auditemp_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="33554432" x="5518" y="8" height="56" width="640" html.valueishtml="0" name=auditdate_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="33554432" x="6167" y="8" height="56" width="343" html.valueishtml="0" name=exchangeamt_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="33554432" x="6519" y="8" height="56" width="416" 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="1" background.color="536870912" )
  68. text(band=header alignment="2" text="客户名称" border="0" color="33554432" x="6944" y="8" height="56" width="791" 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="1" background.color="536870912" )
  69. text(band=header alignment="2" text="仓库" border="0" color="33554432" x="7744" y="8" height="56" width="256" html.valueishtml="0" name=u_cust_exchange_storageid_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" )
  70. column(band=detail id=19 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="521" format="[general]" html.valueishtml="0" name=billcode 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="134" background.mode="1" background.color="536870912" )
  71. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432~tif ( flag = 0 ,rgb(255,0,0),rgb(0,0,0))" x="539" y="4" height="68" width="475" format="yyyy-mm-dd" html.valueishtml="0" name=billdate visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd" 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=6 alignment="0" tabsequence=32766 border="0" color="33554432~tif ( flag = 0 ,rgb(255,0,0),rgb(0,0,0))" x="1024" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=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="134" background.mode="1" background.color="536870912" )
  73. 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="1317" y="4" height="68" width="517" format="[general]" html.valueishtml="0" name=part 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="134" background.mode="1" background.color="536870912" )
  74. 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="1842" y="4" height="68" width="1175" 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" )
  75. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432~tif ( flag = 0 ,rgb(255,0,0),rgb(0,0,0))" x="3026" y="4" height="68" width="352" 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" )
  76. 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="3387" y="4" height="68" width="704" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=opdate visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd hh:mm" 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" )
  77. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432~tif ( flag = 0 ,rgb(255,0,0),rgb(0,0,0))" x="4101" y="4" height="68" width="352" format="[general]" html.valueishtml="0" name=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="134" background.mode="1" background.color="536870912" )
  78. 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="4462" y="4" height="68" width="635" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=moddate visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd hh:mm" 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" )
  79. 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="5106" y="4" height="68" width="133" 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" )
  80. 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="5248" y="4" height="68" width="261" format="[general]" html.valueishtml="0" name=auditemp 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" )
  81. 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="5518" y="4" height="68" width="640" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=auditdate visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd hh:mm" 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=5 alignment="1" tabsequence=32766 border="0" color="33554432~tif ( flag = 0 ,rgb(255,0,0),rgb(0,0,0))" x="6167" y="4" height="68" width="343" format="[general]" html.valueishtml="0" name=exchangeamt visible="1" edit.limit=0 edit.case=any edit.format="##,##0.00##" 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=4 alignment="0" tabsequence=32766 border="0" color="33554432~tif ( flag = 0 ,rgb(255,0,0),rgb(0,0,0))" x="6519" y="4" height="68" width="416" 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" )
  84. 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="6944" y="4" height="68" width="791" 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" )
  85. column(band=detail id=2 alignment="2" tabsequence=32766 border="0" color="33554432" x="7744" y="4" height="68" width="256" format="[general]" html.valueishtml="0" name=storageid visible="1" dddw.name=dw_dddw_storage_withscid dddw.displaycolumn=storagename dddw.datacolumn=storageid dddw.percentwidth=100 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.autoretrieve=no font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. compute(band=footer alignment="2" expression="count( billcode )"border="0" color="8388608" x="9" y="4" height="56" width="521" 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" )
  87. htmltable(border="1" )
  88. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  89. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  90. import.xml()
  91. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )