$PBExportHeader$m_jg_fg.srm forward global type m_jg_fg from menu end type type m_0 from menu within m_jg_fg end type type m_车间外协返工单 from menu within m_jg_fg end type global type m_jg_fg from menu m_0 m_0 m_车间外协返工单 m_车间外协返工单 end type end forward global type m_jg_fg from menu m_0 m_0 m_车间外协返工单 m_车间外协返工单 end type global m_jg_fg m_jg_fg on m_jg_fg.create m_jg_fg=this call super::create this.text = "m_jg_fg" this.m_0=create m_0 this.m_车间外协返工单=create m_车间外协返工单 this.Item[UpperBound(this.Item)+1]=this.m_0 this.Item[UpperBound(this.Item)+1]=this.m_车间外协返工单 end on on m_jg_fg.destroy call super::destroy destroy(this.m_0) destroy(this.m_车间外协返工单) end on type m_0 from menu within m_jg_fg end type on m_0.create call super::create this.text = "仓库外协返工单" end on on m_0.destroy call super::destroy end on event clicked;f_sys_main(919) end event type m_车间外协返工单 from menu within m_jg_fg end type on m_车间外协返工单.create call super::create this.text = "车间外协返工单" end on on m_车间外协返工单.destroy call super::destroy end on event clicked;f_sys_main(911) end event