m_ware_rp_biz.srm 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. $PBExportHeader$m_ware_rp_biz.srm
  2. forward
  3. global type m_ware_rp_biz from menu
  4. end type
  5. type m_客户投拆单 from menu within m_ware_rp_biz
  6. end type
  7. type m_计划价变更历史统计表 from menu within m_ware_rp_biz
  8. end type
  9. type m_1 from menu within m_ware_rp_biz
  10. end type
  11. type m_客户费用单 from menu within m_ware_rp_biz
  12. end type
  13. type m_产品价格 from menu within m_ware_rp_biz
  14. end type
  15. type m_2 from menu within m_ware_rp_biz
  16. end type
  17. type m_- from menu within m_ware_rp_biz
  18. end type
  19. type m_废弃销售单明细表 from menu within m_ware_rp_biz
  20. end type
  21. type m_仓库推算结存表 from menu within m_ware_rp_biz
  22. end type
  23. type m_客户投诉统计表 from menu within m_ware_rp_biz
  24. end type
  25. global type m_ware_rp_biz from menu
  26. m_客户投拆单 m_客户投拆单
  27. m_计划价变更历史统计表 m_计划价变更历史统计表
  28. m_1 m_1
  29. m_客户费用单 m_客户费用单
  30. m_产品价格 m_产品价格
  31. m_2 m_2
  32. m_- m_-
  33. m_废弃销售单明细表 m_废弃销售单明细表
  34. m_仓库推算结存表 m_仓库推算结存表
  35. m_客户投诉统计表 m_客户投诉统计表
  36. end type
  37. end forward
  38. global type m_ware_rp_biz from menu
  39. m_客户投拆单 m_客户投拆单
  40. m_计划价变更历史统计表 m_计划价变更历史统计表
  41. m_1 m_1
  42. m_客户费用单 m_客户费用单
  43. m_产品价格 m_产品价格
  44. m_2 m_2
  45. m_- m_-
  46. m_废弃销售单明细表 m_废弃销售单明细表
  47. m_仓库推算结存表 m_仓库推算结存表
  48. m_客户投诉统计表 m_客户投诉统计表
  49. end type
  50. global m_ware_rp_biz m_ware_rp_biz
  51. on m_ware_rp_biz.create
  52. m_ware_rp_biz=this
  53. call super::create
  54. this.text = "m_ware_rp_biz"
  55. this.m_客户投拆单=create m_客户投拆单
  56. this.m_计划价变更历史统计表=create m_计划价变更历史统计表
  57. this.m_1=create m_1
  58. this.m_客户费用单=create m_客户费用单
  59. this.m_产品价格=create m_产品价格
  60. this.m_2=create m_2
  61. this.m_-=create m_-
  62. this.m_废弃销售单明细表=create m_废弃销售单明细表
  63. this.m_仓库推算结存表=create m_仓库推算结存表
  64. this.m_客户投诉统计表=create m_客户投诉统计表
  65. this.Item[UpperBound(this.Item)+1]=this.m_客户投拆单
  66. this.Item[UpperBound(this.Item)+1]=this.m_计划价变更历史统计表
  67. this.Item[UpperBound(this.Item)+1]=this.m_1
  68. this.Item[UpperBound(this.Item)+1]=this.m_客户费用单
  69. this.Item[UpperBound(this.Item)+1]=this.m_产品价格
  70. this.Item[UpperBound(this.Item)+1]=this.m_2
  71. this.Item[UpperBound(this.Item)+1]=this.m_-
  72. this.Item[UpperBound(this.Item)+1]=this.m_废弃销售单明细表
  73. this.Item[UpperBound(this.Item)+1]=this.m_仓库推算结存表
  74. this.Item[UpperBound(this.Item)+1]=this.m_客户投诉统计表
  75. end on
  76. on m_ware_rp_biz.destroy
  77. call super::destroy
  78. destroy(this.m_客户投拆单)
  79. destroy(this.m_计划价变更历史统计表)
  80. destroy(this.m_1)
  81. destroy(this.m_客户费用单)
  82. destroy(this.m_产品价格)
  83. destroy(this.m_2)
  84. destroy(this.m_-)
  85. destroy(this.m_废弃销售单明细表)
  86. destroy(this.m_仓库推算结存表)
  87. destroy(this.m_客户投诉统计表)
  88. end on
  89. event clicked;f_sys_main(335)
  90. end event
  91. type m_客户投拆单 from menu within m_ware_rp_biz
  92. end type
  93. event clicked;f_sys_main(337)
  94. end event
  95. on m_客户投拆单.create
  96. call super::create
  97. this.text = "成本价调整单明细表"
  98. end on
  99. on m_客户投拆单.destroy
  100. call super::destroy
  101. end on
  102. type m_计划价变更历史统计表 from menu within m_ware_rp_biz
  103. end type
  104. event clicked;f_sys_main(425)
  105. end event
  106. on m_计划价变更历史统计表.create
  107. call super::create
  108. this.text = "计划价变更历史统计表"
  109. end on
  110. on m_计划价变更历史统计表.destroy
  111. call super::destroy
  112. end on
  113. type m_1 from menu within m_ware_rp_biz
  114. end type
  115. on m_1.create
  116. call super::create
  117. this.text = "-"
  118. end on
  119. on m_1.destroy
  120. call super::destroy
  121. end on
  122. type m_客户费用单 from menu within m_ware_rp_biz
  123. end type
  124. event clicked;f_sys_main(334)
  125. end event
  126. on m_客户费用单.create
  127. call super::create
  128. this.text = "拆装单明细表"
  129. end on
  130. on m_客户费用单.destroy
  131. call super::destroy
  132. end on
  133. type m_产品价格 from menu within m_ware_rp_biz
  134. end type
  135. event clicked;f_sys_main(335)
  136. end event
  137. on m_产品价格.create
  138. call super::create
  139. this.text = "客存调整单明细表"
  140. end on
  141. on m_产品价格.destroy
  142. call super::destroy
  143. end on
  144. type m_2 from menu within m_ware_rp_biz
  145. end type
  146. event clicked;f_sys_main(330)
  147. end event
  148. on m_2.create
  149. call super::create
  150. this.text = "仓库调拨单明细表"
  151. end on
  152. on m_2.destroy
  153. call super::destroy
  154. end on
  155. type m_- from menu within m_ware_rp_biz
  156. end type
  157. on m_-.create
  158. call super::create
  159. this.text = "-"
  160. end on
  161. on m_-.destroy
  162. call super::destroy
  163. end on
  164. type m_废弃销售单明细表 from menu within m_ware_rp_biz
  165. end type
  166. event clicked;f_sys_main(321)
  167. end event
  168. on m_废弃销售单明细表.create
  169. call super::create
  170. this.text = "库存报警表"
  171. end on
  172. on m_废弃销售单明细表.destroy
  173. call super::destroy
  174. end on
  175. type m_仓库推算结存表 from menu within m_ware_rp_biz
  176. end type
  177. event clicked;f_sys_main(332)
  178. end event
  179. on m_仓库推算结存表.create
  180. call super::create
  181. this.text = "仓库推算结存表"
  182. end on
  183. on m_仓库推算结存表.destroy
  184. call super::destroy
  185. end on
  186. type m_客户投诉统计表 from menu within m_ware_rp_biz
  187. end type
  188. event clicked;f_sys_main(344)
  189. end event
  190. on m_客户投诉统计表.create
  191. call super::create
  192. this.text = "物料库存可装数查询"
  193. end on
  194. on m_客户投诉统计表.destroy
  195. call super::destroy
  196. end on