|
@@ -8,26 +8,20 @@
|
|
|
</fx:Declarations>
|
|
|
<fx:Script>
|
|
|
<![CDATA[
|
|
|
- import com.anychart.utils.MathUtils;
|
|
|
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.check.ZcModel;
|
|
|
- import com.jtgh.yjpt.model.yjgl.zdwxyfb.xxlr.CgModel;
|
|
|
- import com.jtgh.yjpt.vo.check.ZcVo;
|
|
|
import com.jtgh.yjpt.vo.check.ZcyhVo;
|
|
|
import com.jtgh.yjpt.vo.common.AccessoryVo;
|
|
|
import com.jtgh.yjpt.vo.jyr.JyrVo;
|
|
|
- import com.supermap.web.utils.MathUtil;
|
|
|
-
|
|
|
+
|
|
|
import mx.collections.ArrayCollection;
|
|
|
import mx.events.FlexEvent;
|
|
|
import mx.managers.CursorManager;
|
|
|
import mx.rpc.events.ResultEvent;
|
|
|
import mx.utils.ObjectUtil;
|
|
|
- import mx.utils.StringUtil;
|
|
|
-
|
|
|
+
|
|
|
import spark.events.GridSelectionEvent;
|
|
|
[Bindable]
|
|
|
public var zcModel:ZcModel;
|