|
@@ -6,20 +6,13 @@
|
|
|
creationComplete="vgroup1_creationCompleteHandler(event)" paddingTop="20" xmlns:ui="com.jtgh.yjpt.common.component.ui.*">
|
|
|
<fx:Script>
|
|
|
<![CDATA[
|
|
|
- import com.jtgh.yjpt.common.util.Constants;
|
|
|
-
|
|
|
- import mx.collections.ArrayCollection;
|
|
|
-
|
|
|
import com.jtgh.yjpt.common.Global;
|
|
|
import com.jtgh.yjpt.model.jyr.JyrShModel;
|
|
|
- import com.jtgh.yjpt.vo.common.CodeVo;
|
|
|
- import com.jtgh.yjpt.vo.gkgq.GqVo;
|
|
|
- import com.jtgh.yjpt.vo.gkgq.MtVo;
|
|
|
import com.jtgh.yjpt.vo.jyr.BwVo;
|
|
|
import com.jtgh.yjpt.vo.jyr.JyrShxxVo;
|
|
|
import com.jtgh.yjpt.vo.jyr.JyrVo;
|
|
|
- import com.jtgh.yjpt.vo.jyrxxgl.JyrdcxxVo;
|
|
|
|
|
|
+ import mx.collections.ArrayCollection;
|
|
|
import mx.events.CloseEvent;
|
|
|
import mx.events.FlexEvent;
|
|
|
|