m_jg_cc.srm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. $PBExportHeader$m_jg_cc.srm
  2. forward
  3. global type m_jg_cc from menu
  4. end type
  5. type m_0 from menu within m_jg_cc
  6. end type
  7. type m_车间外协发出单 from menu within m_jg_cc
  8. end type
  9. type m_仓库外协退回单 from menu within m_jg_cc
  10. end type
  11. type m_车间外协退回单 from menu within m_jg_cc
  12. end type
  13. global type m_jg_cc from menu
  14. m_0 m_0
  15. m_车间外协发出单 m_车间外协发出单
  16. m_仓库外协退回单 m_仓库外协退回单
  17. m_车间外协退回单 m_车间外协退回单
  18. end type
  19. end forward
  20. global type m_jg_cc from menu
  21. m_0 m_0
  22. m_车间外协发出单 m_车间外协发出单
  23. m_仓库外协退回单 m_仓库外协退回单
  24. m_车间外协退回单 m_车间外协退回单
  25. end type
  26. global m_jg_cc m_jg_cc
  27. on m_jg_cc.create
  28. m_jg_cc=this
  29. call super::create
  30. this.text = "m_jg_cc"
  31. this.m_0=create m_0
  32. this.m_车间外协发出单=create m_车间外协发出单
  33. this.m_仓库外协退回单=create m_仓库外协退回单
  34. this.m_车间外协退回单=create m_车间外协退回单
  35. this.Item[UpperBound(this.Item)+1]=this.m_0
  36. this.Item[UpperBound(this.Item)+1]=this.m_车间外协发出单
  37. this.Item[UpperBound(this.Item)+1]=this.m_仓库外协退回单
  38. this.Item[UpperBound(this.Item)+1]=this.m_车间外协退回单
  39. end on
  40. on m_jg_cc.destroy
  41. call super::destroy
  42. destroy(this.m_0)
  43. destroy(this.m_车间外协发出单)
  44. destroy(this.m_仓库外协退回单)
  45. destroy(this.m_车间外协退回单)
  46. end on
  47. type m_0 from menu within m_jg_cc
  48. end type
  49. on m_0.create
  50. call super::create
  51. this.text = "仓库外协发出单"
  52. end on
  53. on m_0.destroy
  54. call super::destroy
  55. end on
  56. event clicked;f_sys_main(922)
  57. end event
  58. type m_车间外协发出单 from menu within m_jg_cc
  59. end type
  60. on m_车间外协发出单.create
  61. call super::create
  62. this.text = "车间外协发出单"
  63. end on
  64. on m_车间外协发出单.destroy
  65. call super::destroy
  66. end on
  67. event clicked;f_sys_main(908)
  68. end event
  69. type m_仓库外协退回单 from menu within m_jg_cc
  70. end type
  71. event clicked;f_sys_main(904)
  72. end event
  73. on m_仓库外协退回单.create
  74. call super::create
  75. this.text = "仓库外协退回单"
  76. end on
  77. on m_仓库外协退回单.destroy
  78. call super::destroy
  79. end on
  80. type m_车间外协退回单 from menu within m_jg_cc
  81. end type
  82. on m_车间外协退回单.create
  83. call super::create
  84. this.text = "车间外协退回单"
  85. end on
  86. on m_车间外协退回单.destroy
  87. call super::destroy
  88. end on
  89. event clicked;f_sys_main(909)
  90. end event