Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@518 931142cf-59ea-a443-aa0e-51397b428577

ld_liufl 9 years ago
parent
commit
c4f55b8f96

+ 0 - 7
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/JyrEdit.mxml

@@ -10,8 +10,6 @@
 
 	<fx:Script>
 		<![CDATA[
-			import com.anychart.context.AboutAnyChart;
-			import com.jtgh.yjpt.common.BusinessContext;
 			import com.jtgh.yjpt.common.Global;
 			import com.jtgh.yjpt.common.MyEvent;
 			import com.jtgh.yjpt.common.TypeBase;
@@ -20,15 +18,10 @@
 			import com.jtgh.yjpt.model.jyr.JyrEditModel;
 			import com.jtgh.yjpt.model.jyr.JyrModel;
 			import com.jtgh.yjpt.vo.common.CodeVo;
-			import com.jtgh.yjpt.vo.jyrxxgl.JyrxxglVo;
 			
 			import mx.collections.ArrayCollection;
-			import mx.controls.Alert;
-			import mx.controls.CheckBox;
 			import mx.events.CalendarLayoutChangeEvent;
 			import mx.events.FlexEvent;
-			import mx.events.ListEvent;
-			import mx.rpc.events.ResultEvent;
 			
 			import spark.components.gridClasses.GridColumn;
 			import spark.events.IndexChangeEvent;

+ 1 - 2
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/JyrGridItemRenderer.mxml

@@ -6,9 +6,8 @@
 	<fx:Script>
 		<![CDATA[
 			import com.jtgh.yjpt.select.JyrSfwhqySelect;
-			import com.jtgh.yjpt.vo.sgalgl.SgalglWzddVo;
 			import com.jtgh.yjpt.vo.jyr.JyrVo;
-			import com.jtgh.yjpt.vo.yjzyxxgl.YjwzFlxxVo;
+			import com.jtgh.yjpt.vo.sgalgl.SgalglWzddVo;
 			override public function prepare(hasBeenRecycled:Boolean):void {
 				if(this.data) {
 					if(this.data  is JyrVo){

+ 0 - 5
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/JyrLayout.mxml

@@ -6,10 +6,8 @@
 				width="100%" height="100%" creationComplete="init(event)" xmlns:renderer="com.jtgh.yjpt.common.component.renderer.*" xmlns:cus="com.jtgh.yjpt.common.cus.*" xmlns:button="com.jtgh.yjpt.common.component.ui.button.*">
 	<fx:Script>
 		<![CDATA[
-			import com.anychart.context.AboutAnyChart;
 			import com.jtgh.yjpt.common.BusinessContext;
 			import com.jtgh.yjpt.common.Global;
-			import com.jtgh.yjpt.common.TypeBase;
 			import com.jtgh.yjpt.common.util.Constants;
 			import com.jtgh.yjpt.common.util.Utils;
 			import com.jtgh.yjpt.model.jyr.JyrModel;
@@ -17,12 +15,9 @@
 			import com.jtgh.yjpt.vo.common.SinglePageRequestVo;
 			import com.jtgh.yjpt.vo.gkgq.GqVo;
 			import com.jtgh.yjpt.vo.jyr.JyrVo;
-			import com.jtgh.yjpt.vo.jyrxxgl.JyrxxglVo;
 			
 			import mx.collections.ArrayCollection;
-			import mx.controls.Alert;
 			import mx.events.FlexEvent;
-			import mx.events.ListEvent;
 			import mx.rpc.events.ResultEvent;
 			
 			import spark.components.gridClasses.GridColumn;

+ 0 - 13
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/JyrOfJyrLayout.mxml

@@ -8,29 +8,16 @@
 				xmlns:renderer="com.jtgh.yjpt.common.component.renderer.*" xmlns:cus="com.jtgh.yjpt.common.cus.*" xmlns:button="com.jtgh.yjpt.common.component.ui.button.*">
 	<fx:Script>
 		<![CDATA[
-			import com.anychart.context.AboutAnyChart;
 			import com.jtgh.yjpt.common.BusinessContext;
 			import com.jtgh.yjpt.common.Global;
-			import com.jtgh.yjpt.common.PrintParam;
-			import com.jtgh.yjpt.common.PrintTypes;
-			import com.jtgh.yjpt.common.TypeBase;
 			import com.jtgh.yjpt.common.util.Constants;
-			import com.jtgh.yjpt.common.util.PrintUtil;
 			import com.jtgh.yjpt.common.util.Utils;
 			import com.jtgh.yjpt.model.jyr.JyrModel;
-			import com.jtgh.yjpt.vo.common.CodeVo;
-			import com.jtgh.yjpt.vo.common.SinglePageRequestVo;
-			import com.jtgh.yjpt.vo.gkgq.GqVo;
 			import com.jtgh.yjpt.vo.jyr.JyrVo;
-			import com.jtgh.yjpt.vo.jyrxxgl.JyrxxglVo;
 			
 			import mx.collections.ArrayCollection;
-			import mx.controls.Alert;
 			import mx.events.FlexEvent;
-			import mx.events.ListEvent;
 			import mx.rpc.events.ResultEvent;
-			
-			import spark.components.gridClasses.GridColumn;
 
 			[Bindable]
 			public var model:JyrModel = new JyrModel();

+ 0 - 1
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/JyrZycsEdit.mxml

@@ -26,7 +26,6 @@
 			import com.jtgh.yjpt.common.BusinessContext;
 			import com.jtgh.yjpt.common.util.Utils;
 			import com.jtgh.yjpt.select.YesNoSelect;
-			import com.jtgh.yjpt.vo.BaseVo;
 			import com.jtgh.yjpt.vo.jyr.BwVo;
 			import com.jtgh.yjpt.vo.jyr.JyrVo;
 			import com.jtgh.yjpt.vo.jyrxxgl.JyrckxxVo;

+ 0 - 1
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/ShyjEdit.mxml

@@ -11,7 +11,6 @@
 			
 			import mx.events.CloseEvent;
 			import mx.events.FlexEvent;
-			import mx.utils.StringUtil;
 
 			[Bindable]
 			public var vo:JyrShxxVo = new JyrShxxVo;

+ 0 - 14
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/jyrShxxView.mxml

@@ -10,29 +10,15 @@
 	
 	<fx:Script>
 		<![CDATA[
-			import com.anychart.context.AboutAnyChart;
-			import com.jtgh.yjpt.common.BusinessContext;
 			import com.jtgh.yjpt.common.Global;
-			import com.jtgh.yjpt.common.MyEvent;
-			import com.jtgh.yjpt.common.TypeBase;
-			import com.jtgh.yjpt.common.util.Constants;
-			import com.jtgh.yjpt.common.util.Utils;
 			import com.jtgh.yjpt.model.jyr.JyrEditModel;
 			import com.jtgh.yjpt.model.jyr.JyrShModel;
-			import com.jtgh.yjpt.vo.common.CodeVo;
 			import com.jtgh.yjpt.vo.jyr.JyrShxxVo;
 			import com.jtgh.yjpt.vo.jyr.JyrVo;
-			import com.jtgh.yjpt.vo.jyrxxgl.JyrxxglVo;
 			
 			import mx.collections.ArrayCollection;
-			import mx.controls.Alert;
 			import mx.events.CloseEvent;
 			import mx.events.FlexEvent;
-			import mx.events.ListEvent;
-			import mx.rpc.events.ResultEvent;
-			import mx.utils.ObjectUtil;
-			
-			import spark.components.gridClasses.GridColumn;
 			[Bindable]
 			private var screenWidth:Number=0;
 			[Bindable]