|
@@ -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();
|