m_jg_rp.srm 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. $PBExportHeader$m_jg_rp.srm
  2. forward
  3. global type m_jg_rp from menu
  4. end type
  5. type m_外协损耗单明细表 from menu within m_jg_rp
  6. end type
  7. type m_其他出仓分类仓统计表 from menu within m_jg_rp
  8. end type
  9. type m_- from menu within m_jg_rp
  10. end type
  11. type m_外协商推算结存表 from menu within m_jg_rp
  12. end type
  13. global type m_jg_rp from menu
  14. m_外协损耗单明细表 m_外协损耗单明细表
  15. m_其他出仓分类仓统计表 m_其他出仓分类仓统计表
  16. m_- m_-
  17. m_外协商推算结存表 m_外协商推算结存表
  18. end type
  19. end forward
  20. global type m_jg_rp from menu
  21. m_外协损耗单明细表 m_外协损耗单明细表
  22. m_其他出仓分类仓统计表 m_其他出仓分类仓统计表
  23. m_- m_-
  24. m_外协商推算结存表 m_外协商推算结存表
  25. end type
  26. global m_jg_rp m_jg_rp
  27. on m_jg_rp.create
  28. m_jg_rp=this
  29. call super::create
  30. this.text = "m_jg_rp"
  31. this.m_外协损耗单明细表=create m_外协损耗单明细表
  32. this.m_其他出仓分类仓统计表=create m_其他出仓分类仓统计表
  33. this.m_-=create m_-
  34. this.m_外协商推算结存表=create m_外协商推算结存表
  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. this.Item[UpperBound(this.Item)+1]=this.m_外协商推算结存表
  39. end on
  40. on m_jg_rp.destroy
  41. call super::destroy
  42. destroy(this.m_外协损耗单明细表)
  43. destroy(this.m_其他出仓分类仓统计表)
  44. destroy(this.m_-)
  45. destroy(this.m_外协商推算结存表)
  46. end on
  47. event clicked;f_sys_main(335)
  48. end event
  49. type m_外协损耗单明细表 from menu within m_jg_rp
  50. end type
  51. event clicked;f_sys_main(216)
  52. end event
  53. on m_外协损耗单明细表.create
  54. call super::create
  55. this.text = "外协损耗单明细表"
  56. end on
  57. on m_外协损耗单明细表.destroy
  58. call super::destroy
  59. end on
  60. type m_其他出仓分类仓统计表 from menu within m_jg_rp
  61. end type
  62. event clicked;f_sys_main(422)
  63. end event
  64. on m_其他出仓分类仓统计表.create
  65. call super::create
  66. this.text = "供应商奖罚单明细表"
  67. end on
  68. on m_其他出仓分类仓统计表.destroy
  69. call super::destroy
  70. end on
  71. type m_- from menu within m_jg_rp
  72. end type
  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_rp
  81. end type
  82. event clicked;f_sys_main(918)
  83. end event
  84. on m_外协商推算结存表.create
  85. call super::create
  86. this.text = "外协商推算结存表"
  87. end on
  88. on m_外协商推算结存表.destroy
  89. call super::destroy
  90. end on