m_buy_fz.srm 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. $PBExportHeader$m_buy_fz.srm
  2. forward
  3. global type m_buy_fz from menu
  4. end type
  5. type m_1 from menu within m_buy_fz
  6. end type
  7. type m_供应商物料别名 from menu within m_buy_fz
  8. end type
  9. type m_0 from menu within m_buy_fz
  10. end type
  11. type m_- from menu within m_buy_fz
  12. end type
  13. type m_2 from menu within m_buy_fz
  14. end type
  15. type m_客户投拆单 from menu within m_buy_fz
  16. end type
  17. type m_产品价格 from menu within m_buy_fz
  18. end type
  19. type m_3 from menu within m_buy_fz
  20. end type
  21. type m_采购收货单仓审仓撤 from menu within m_buy_fz
  22. end type
  23. type m_采购退货单仓审仓撤 from menu within m_buy_fz
  24. end type
  25. global type m_buy_fz from menu
  26. m_1 m_1
  27. m_供应商物料别名 m_供应商物料别名
  28. m_0 m_0
  29. m_- m_-
  30. m_2 m_2
  31. m_客户投拆单 m_客户投拆单
  32. m_产品价格 m_产品价格
  33. m_3 m_3
  34. m_采购收货单仓审仓撤 m_采购收货单仓审仓撤
  35. m_采购退货单仓审仓撤 m_采购退货单仓审仓撤
  36. end type
  37. end forward
  38. global type m_buy_fz from menu
  39. m_1 m_1
  40. m_供应商物料别名 m_供应商物料别名
  41. m_0 m_0
  42. m_- m_-
  43. m_2 m_2
  44. m_客户投拆单 m_客户投拆单
  45. m_产品价格 m_产品价格
  46. m_3 m_3
  47. m_采购收货单仓审仓撤 m_采购收货单仓审仓撤
  48. m_采购退货单仓审仓撤 m_采购退货单仓审仓撤
  49. end type
  50. global m_buy_fz m_buy_fz
  51. on m_buy_fz.create
  52. m_buy_fz=this
  53. call super::create
  54. this.text = "m_buy_fz"
  55. this.m_1=create m_1
  56. this.m_供应商物料别名=create m_供应商物料别名
  57. this.m_0=create m_0
  58. this.m_-=create m_-
  59. this.m_2=create m_2
  60. this.m_客户投拆单=create m_客户投拆单
  61. this.m_产品价格=create m_产品价格
  62. this.m_3=create m_3
  63. this.m_采购收货单仓审仓撤=create m_采购收货单仓审仓撤
  64. this.m_采购退货单仓审仓撤=create m_采购退货单仓审仓撤
  65. this.Item[UpperBound(this.Item)+1]=this.m_1
  66. this.Item[UpperBound(this.Item)+1]=this.m_供应商物料别名
  67. this.Item[UpperBound(this.Item)+1]=this.m_0
  68. this.Item[UpperBound(this.Item)+1]=this.m_-
  69. this.Item[UpperBound(this.Item)+1]=this.m_2
  70. this.Item[UpperBound(this.Item)+1]=this.m_客户投拆单
  71. this.Item[UpperBound(this.Item)+1]=this.m_产品价格
  72. this.Item[UpperBound(this.Item)+1]=this.m_3
  73. this.Item[UpperBound(this.Item)+1]=this.m_采购收货单仓审仓撤
  74. this.Item[UpperBound(this.Item)+1]=this.m_采购退货单仓审仓撤
  75. end on
  76. on m_buy_fz.destroy
  77. call super::destroy
  78. destroy(this.m_1)
  79. destroy(this.m_供应商物料别名)
  80. destroy(this.m_0)
  81. destroy(this.m_-)
  82. destroy(this.m_2)
  83. destroy(this.m_客户投拆单)
  84. destroy(this.m_产品价格)
  85. destroy(this.m_3)
  86. destroy(this.m_采购收货单仓审仓撤)
  87. destroy(this.m_采购退货单仓审仓撤)
  88. end on
  89. type m_1 from menu within m_buy_fz
  90. end type
  91. event clicked;f_sys_main(412)
  92. end event
  93. on m_1.create
  94. call super::create
  95. this.text = "物料供应商价格"
  96. end on
  97. on m_1.destroy
  98. call super::destroy
  99. end on
  100. type m_供应商物料别名 from menu within m_buy_fz
  101. end type
  102. event clicked;f_sys_main(421)
  103. end event
  104. on m_供应商物料别名.create
  105. call super::create
  106. this.text = "供应商物料别名"
  107. end on
  108. on m_供应商物料别名.destroy
  109. call super::destroy
  110. end on
  111. type m_0 from menu within m_buy_fz
  112. end type
  113. event clicked;f_sys_main(125)
  114. end event
  115. on m_0.create
  116. call super::create
  117. this.text = "物料/产品价格设定"
  118. end on
  119. on m_0.destroy
  120. call super::destroy
  121. end on
  122. type m_- from menu within m_buy_fz
  123. end type
  124. on m_-.create
  125. call super::create
  126. this.text = "-"
  127. end on
  128. on m_-.destroy
  129. call super::destroy
  130. end on
  131. type m_2 from menu within m_buy_fz
  132. end type
  133. on m_2.create
  134. call super::create
  135. this.text = "供应商罚款单"
  136. end on
  137. on m_2.destroy
  138. call super::destroy
  139. end on
  140. event clicked;f_sys_main(418)
  141. end event
  142. type m_客户投拆单 from menu within m_buy_fz
  143. end type
  144. event clicked;f_sys_main(406)
  145. end event
  146. on m_客户投拆单.create
  147. call super::create
  148. this.text = "供应商投诉单"
  149. end on
  150. on m_客户投拆单.destroy
  151. call super::destroy
  152. end on
  153. type m_产品价格 from menu within m_buy_fz
  154. end type
  155. on m_产品价格.create
  156. call super::create
  157. this.text = "供应商费用单"
  158. end on
  159. on m_产品价格.destroy
  160. call super::destroy
  161. end on
  162. event clicked;f_sys_main(427)
  163. end event
  164. type m_3 from menu within m_buy_fz
  165. end type
  166. on m_3.create
  167. call super::create
  168. this.text = "-"
  169. end on
  170. on m_3.destroy
  171. call super::destroy
  172. end on
  173. type m_采购收货单仓审仓撤 from menu within m_buy_fz
  174. end type
  175. event clicked;f_sys_main(428)
  176. end event
  177. on m_采购收货单仓审仓撤.create
  178. call super::create
  179. this.text = "采购收货单仓审/仓撤"
  180. end on
  181. on m_采购收货单仓审仓撤.destroy
  182. call super::destroy
  183. end on
  184. type m_采购退货单仓审仓撤 from menu within m_buy_fz
  185. end type
  186. event clicked;f_sys_main(429)
  187. end event
  188. on m_采购退货单仓审仓撤.create
  189. call super::create
  190. this.text = "采购退货单仓审/仓撤"
  191. end on
  192. on m_采购退货单仓审仓撤.destroy
  193. call super::destroy
  194. end on