m_jg_sh.srm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. $PBExportHeader$m_jg_sh.srm
  2. forward
  3. global type m_jg_sh from menu
  4. end type
  5. type m_0 from menu within m_jg_sh
  6. end type
  7. type m_车间外协收货单 from menu within m_jg_sh
  8. end type
  9. type m_仓库外协返工单 from menu within m_jg_sh
  10. end type
  11. type m_车间外协返工单 from menu within m_jg_sh
  12. end type
  13. global type m_jg_sh 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_sh from menu
  21. m_0 m_0
  22. m_车间外协收货单 m_车间外协收货单
  23. m_仓库外协返工单 m_仓库外协返工单
  24. m_车间外协返工单 m_车间外协返工单
  25. end type
  26. global m_jg_sh m_jg_sh
  27. on m_jg_sh.create
  28. m_jg_sh=this
  29. call super::create
  30. this.m_0=create m_0
  31. this.m_车间外协收货单=create m_车间外协收货单
  32. this.m_仓库外协返工单=create m_仓库外协返工单
  33. this.m_车间外协返工单=create m_车间外协返工单
  34. this.Item[UpperBound(this.Item)+1]=this.m_0
  35. this.Item[UpperBound(this.Item)+1]=this.m_车间外协收货单
  36. this.Item[UpperBound(this.Item)+1]=this.m_仓库外协返工单
  37. this.Item[UpperBound(this.Item)+1]=this.m_车间外协返工单
  38. end on
  39. on m_jg_sh.destroy
  40. call super::destroy
  41. destroy(this.m_0)
  42. destroy(this.m_车间外协收货单)
  43. destroy(this.m_仓库外协返工单)
  44. destroy(this.m_车间外协返工单)
  45. end on
  46. type m_0 from menu within m_jg_sh
  47. end type
  48. on m_0.create
  49. call super::create
  50. this.text = "仓库外协收货单"
  51. end on
  52. on m_0.destroy
  53. call super::destroy
  54. end on
  55. event clicked;f_sys_main(917)
  56. end event
  57. type m_车间外协收货单 from menu within m_jg_sh
  58. end type
  59. on m_车间外协收货单.create
  60. call super::create
  61. this.text = "车间外协收货单"
  62. end on
  63. on m_车间外协收货单.destroy
  64. call super::destroy
  65. end on
  66. event clicked;f_sys_main(910)
  67. end event
  68. type m_仓库外协返工单 from menu within m_jg_sh
  69. end type
  70. event clicked;f_sys_main(919)
  71. end event
  72. on m_仓库外协返工单.create
  73. call super::create
  74. this.text = "仓库外协返工单"
  75. end on
  76. on m_仓库外协返工单.destroy
  77. call super::destroy
  78. end on
  79. type m_车间外协返工单 from menu within m_jg_sh
  80. end type
  81. event clicked;f_sys_main(911)
  82. end event
  83. on m_车间外协返工单.create
  84. call super::create
  85. this.text = "车间外协返工单"
  86. end on
  87. on m_车间外协返工单.destroy
  88. call super::destroy
  89. end on