|
@@ -12,10 +12,8 @@
|
|
|
<![CDATA[
|
|
|
import cn.com.jsepri.common.util.DateFormator;
|
|
|
|
|
|
- import com.jtgh.yjpt.vo.common.WorkItemVo;
|
|
|
import com.jtgh.yjpt.common.BusinessContext;
|
|
|
import com.jtgh.yjpt.common.Global;
|
|
|
- import com.jtgh.yjpt.common.MyEvent;
|
|
|
import com.jtgh.yjpt.common.util.Constants;
|
|
|
import com.jtgh.yjpt.common.util.Utils;
|
|
|
import com.jtgh.yjpt.model.access.RegistModel;
|
|
@@ -34,13 +32,11 @@
|
|
|
import com.jtgh.yjpt.model.zysqbp.ShbpModel;
|
|
|
import com.jtgh.yjpt.vo.common.SinglePageRequestVo;
|
|
|
import com.jtgh.yjpt.vo.common.TaskInfoVo;
|
|
|
+ import com.jtgh.yjpt.vo.common.WorkItemVo;
|
|
|
|
|
|
import mx.collections.ArrayCollection;
|
|
|
- import mx.controls.Alert;
|
|
|
import mx.events.FlexEvent;
|
|
|
import mx.events.IndexChangedEvent;
|
|
|
- import mx.resources.IResourceManager;
|
|
|
- import mx.resources.ResourceManager;
|
|
|
import mx.rpc.events.ResultEvent;
|
|
|
[Bindable]
|
|
|
public var model:TaskModel = new TaskModel();
|