|
@@ -10,36 +10,22 @@
|
|
|
horizontalAlign="center">
|
|
|
<fx:Script>
|
|
|
<![CDATA[
|
|
|
- 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.util.Constants;
|
|
|
import com.jtgh.yjpt.common.util.PrintUtil;
|
|
|
- import com.jtgh.yjpt.common.util.Utils;
|
|
|
import com.jtgh.yjpt.model.zysqbp.ShbpEditModel;
|
|
|
import com.jtgh.yjpt.model.zysqbp.ShbpModel;
|
|
|
import com.jtgh.yjpt.select.MaoSelect;
|
|
|
- import com.jtgh.yjpt.view.jsxmaqsc.DataList;
|
|
|
- import com.jtgh.yjpt.vo.common.AccessoryVo;
|
|
|
import com.jtgh.yjpt.vo.common.CodeVo;
|
|
|
- import com.jtgh.yjpt.vo.gkgq.GqVo;
|
|
|
- import com.jtgh.yjpt.vo.jyr.JyrVo;
|
|
|
- import com.jtgh.yjpt.vo.jyrxxgl.JyrxxglVo;
|
|
|
- import com.jtgh.yjpt.vo.zyfzndjy.Gkwxhwzyfzbl_fzVo;
|
|
|
import com.jtgh.yjpt.vo.zysqbp.ZysqbpVo;
|
|
|
- import com.smapp.sg186.appframework.sg186_internal;
|
|
|
|
|
|
import mx.collections.ArrayCollection;
|
|
|
- import mx.controls.Alert;
|
|
|
import mx.events.CloseEvent;
|
|
|
import mx.events.FlexEvent;
|
|
|
- import mx.events.ListEvent;
|
|
|
- import mx.formatters.DateFormatter;
|
|
|
- import mx.rpc.events.ResultEvent;
|
|
|
import mx.utils.StringUtil;
|
|
|
|
|
|
- import spark.components.ComboBox;
|
|
|
import spark.formatters.DateTimeFormatter;
|
|
|
[Bindable]
|
|
|
public var thisModel:ShbpEditModel = new ShbpEditModel();
|
|
@@ -424,7 +410,7 @@
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" text="集装箱箱号"/>
|
|
|
- <cus:QTextInput id="jzxxh" width="530" text="@{zysqbp.jzxxh}" editable="{enable}"/>
|
|
|
+ <cus:QTextArea id="jzxxh" width="530" height="70" text="{zysqbp.jzxxh}" editable="{enable}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel text="货物种类" width="120"/>
|