w_rp_outware_sale_modprice.srw 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. $PBExportHeader$w_rp_outware_sale_modprice.srw
  2. forward
  3. global type w_rp_outware_sale_modprice from w_publ_easyq
  4. end type
  5. type ddlb_scid from uo_ddlb_scid within w_rp_outware_sale_modprice
  6. end type
  7. end forward
  8. global type w_rp_outware_sale_modprice from w_publ_easyq
  9. integer x = 270
  10. integer y = 136
  11. string title = "销售发货单修改单价记录明细表"
  12. ddlb_scid ddlb_scid
  13. end type
  14. global w_rp_outware_sale_modprice w_rp_outware_sale_modprice
  15. type variables
  16. long cur_scid_arr[]
  17. end variables
  18. on w_rp_outware_sale_modprice.create
  19. int iCurrent
  20. call super::create
  21. this.ddlb_scid=create ddlb_scid
  22. iCurrent=UpperBound(this.Control)
  23. this.Control[iCurrent+1]=this.ddlb_scid
  24. end on
  25. on w_rp_outware_sale_modprice.destroy
  26. call super::destroy
  27. destroy(this.ddlb_scid)
  28. end on
  29. type cb_func from w_publ_easyq`cb_func within w_rp_outware_sale_modprice
  30. end type
  31. type cb_exit from w_publ_easyq`cb_exit within w_rp_outware_sale_modprice
  32. end type
  33. type cb_2 from w_publ_easyq`cb_2 within w_rp_outware_sale_modprice
  34. boolean bringtotop = true
  35. end type
  36. type cb_psetup from w_publ_easyq`cb_psetup within w_rp_outware_sale_modprice
  37. boolean bringtotop = true
  38. end type
  39. type cb_1 from w_publ_easyq`cb_1 within w_rp_outware_sale_modprice
  40. boolean bringtotop = true
  41. end type
  42. event cb_1::clicked;call super::clicked;dw_1.retrieve(cur_scid_arr,datetime(date(trim(em_1.text)),time(0)),datetime(date(trim(em_2.text)),time("23:59:59")))
  43. end event
  44. type st_3 from w_publ_easyq`st_3 within w_rp_outware_sale_modprice
  45. integer x = 581
  46. integer y = 202
  47. end type
  48. type st_4 from w_publ_easyq`st_4 within w_rp_outware_sale_modprice
  49. integer x = 1280
  50. integer y = 202
  51. end type
  52. type em_1 from w_publ_easyq`em_1 within w_rp_outware_sale_modprice
  53. integer x = 775
  54. integer y = 186
  55. end type
  56. type em_2 from w_publ_easyq`em_2 within w_rp_outware_sale_modprice
  57. integer x = 1368
  58. integer y = 186
  59. end type
  60. type ddlb_yl from w_publ_easyq`ddlb_yl within w_rp_outware_sale_modprice
  61. integer y = 10
  62. end type
  63. type cbx_yl from w_publ_easyq`cbx_yl within w_rp_outware_sale_modprice
  64. integer y = 13
  65. end type
  66. type dw_1 from w_publ_easyq`dw_1 within w_rp_outware_sale_modprice
  67. integer y = 301
  68. string dataobject = "dw_rp_outware_modprice"
  69. end type
  70. type sle_mtrl from w_publ_easyq`sle_mtrl within w_rp_outware_sale_modprice
  71. end type
  72. type sle_cust from w_publ_easyq`sle_cust within w_rp_outware_sale_modprice
  73. end type
  74. type st_mtrl from w_publ_easyq`st_mtrl within w_rp_outware_sale_modprice
  75. end type
  76. type st_cust from w_publ_easyq`st_cust within w_rp_outware_sale_modprice
  77. end type
  78. type cbx_loginretr from w_publ_easyq`cbx_loginretr within w_rp_outware_sale_modprice
  79. boolean visible = true
  80. end type
  81. type pb_em1 from w_publ_easyq`pb_em1 within w_rp_outware_sale_modprice
  82. integer x = 1185
  83. integer y = 186
  84. end type
  85. type pb_em2 from w_publ_easyq`pb_em2 within w_rp_outware_sale_modprice
  86. integer x = 1785
  87. integer y = 186
  88. end type
  89. type pb_2 from w_publ_easyq`pb_2 within w_rp_outware_sale_modprice
  90. integer x = 1894
  91. integer y = 186
  92. end type
  93. type cb_help from w_publ_easyq`cb_help within w_rp_outware_sale_modprice
  94. end type
  95. type cb_copyself from w_publ_easyq`cb_copyself within w_rp_outware_sale_modprice
  96. end type
  97. type gb_1 from w_publ_easyq`gb_1 within w_rp_outware_sale_modprice
  98. end type
  99. type ln_bar from w_publ_easyq`ln_bar within w_rp_outware_sale_modprice
  100. end type
  101. type ln_bar2 from w_publ_easyq`ln_bar2 within w_rp_outware_sale_modprice
  102. end type
  103. type r_bar from w_publ_easyq`r_bar within w_rp_outware_sale_modprice
  104. end type
  105. type ln_1 from w_publ_easyq`ln_1 within w_rp_outware_sale_modprice
  106. end type
  107. type ln_2 from w_publ_easyq`ln_2 within w_rp_outware_sale_modprice
  108. end type
  109. type ln_3 from w_publ_easyq`ln_3 within w_rp_outware_sale_modprice
  110. end type
  111. type ln_4 from w_publ_easyq`ln_4 within w_rp_outware_sale_modprice
  112. end type
  113. type ddlb_scid from uo_ddlb_scid within w_rp_outware_sale_modprice
  114. integer y = 195
  115. integer width = 549
  116. integer height = 621
  117. integer taborder = 110
  118. boolean bringtotop = true
  119. end type
  120. event constructor;call super::constructor;cur_scid_arr = THIS.uo_scid_arr
  121. end event
  122. event selectionchanged;call super::selectionchanged;
  123. cur_scid_arr = THIS.uo_scid_arr
  124. cb_1.triggerevent(clicked!)
  125. end event