123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- $PBExportHeader$m_jg_sh.srm
- forward
- global type m_jg_sh from menu
- end type
- type m_0 from menu within m_jg_sh
- end type
- type m_车间外协收货单 from menu within m_jg_sh
- end type
- type m_仓库外协返工单 from menu within m_jg_sh
- end type
- type m_车间外协返工单 from menu within m_jg_sh
- end type
- global type m_jg_sh from menu
- m_0 m_0
- m_车间外协收货单 m_车间外协收货单
- m_仓库外协返工单 m_仓库外协返工单
- m_车间外协返工单 m_车间外协返工单
- end type
- end forward
- global type m_jg_sh from menu
- m_0 m_0
- m_车间外协收货单 m_车间外协收货单
- m_仓库外协返工单 m_仓库外协返工单
- m_车间外协返工单 m_车间外协返工单
- end type
- global m_jg_sh m_jg_sh
- on m_jg_sh.create
- m_jg_sh=this
- call super::create
- this.m_0=create m_0
- this.m_车间外协收货单=create m_车间外协收货单
- this.m_仓库外协返工单=create m_仓库外协返工单
- this.m_车间外协返工单=create m_车间外协返工单
- this.Item[UpperBound(this.Item)+1]=this.m_0
- this.Item[UpperBound(this.Item)+1]=this.m_车间外协收货单
- this.Item[UpperBound(this.Item)+1]=this.m_仓库外协返工单
- this.Item[UpperBound(this.Item)+1]=this.m_车间外协返工单
- end on
- on m_jg_sh.destroy
- call super::destroy
- destroy(this.m_0)
- destroy(this.m_车间外协收货单)
- destroy(this.m_仓库外协返工单)
- destroy(this.m_车间外协返工单)
- end on
- type m_0 from menu within m_jg_sh
- 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(917)
- end event
- type m_车间外协收货单 from menu within m_jg_sh
- 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(910)
- end event
- type m_仓库外协返工单 from menu within m_jg_sh
- end type
- event clicked;f_sys_main(919)
- end event
- on m_仓库外协返工单.create
- call super::create
- this.text = "仓库外协返工单"
- end on
- on m_仓库外协返工单.destroy
- call super::destroy
- end on
- type m_车间外协返工单 from menu within m_jg_sh
- end type
- event clicked;f_sys_main(911)
- end event
- on m_车间外协返工单.create
- call super::create
- this.text = "车间外协返工单"
- end on
- on m_车间外协返工单.destroy
- call super::destroy
- end on
|