|
@@ -667,20 +667,17 @@
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" notNull="true" text="船名/船队名"/>
|
|
|
<cus:QTextInput id="cm" width="173" editable="{enable}" text="@{zysqbp.cm}"/>
|
|
|
- <s:Button width="22" click="thisModel.cmClickHandler()"
|
|
|
- icon="@Embed(source='resource/images/view_dis.gif')" toolTip="选择"/>
|
|
|
- <cus:QLabel width="120" notNull="true" text="作业委托人"/>
|
|
|
- <cus:QTextInput id="zywtr" width="200" editable="{enable}" text="@{zysqbp.zywtr}"/>
|
|
|
+ <s:Button width="22" click="thisModel.cmClickHandler()" icon="@Embed(source='resource/images/view_dis.gif')" toolTip="选择"/>
|
|
|
+ <cus:QLabel width="120" text="航次"/>
|
|
|
+ <cus:QTextInput id="hc" width="200" editable="{enable}" text="@{zysqbp.hc}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" text="是否船队"/>
|
|
|
- <mx:CheckBox id="cd" width="10" click="changeCh(event)" enabled="{enable}"
|
|
|
- selected="false"/>
|
|
|
+ <mx:CheckBox id="cd" width="10" click="changeCh(event)" enabled="{enable}" selected="false"/>
|
|
|
<cus:QLabel id="cdStr" visible="false" width="79" notNull="true" text="船数"/>
|
|
|
- <cus:QTextInput id="cds" visible="{cdStr.visible}" width="100" editable="{enable}"
|
|
|
- text="@{zysqbp.byzd3}" type="int"/>
|
|
|
- <cus:QLabel width="120" text="航次"/>
|
|
|
- <cus:QTextInput id="hc" width="200" editable="{enable}" text="@{zysqbp.hc}"/>
|
|
|
+ <cus:QTextInput id="cds" visible="{cdStr.visible}" width="100" editable="{enable}" text="@{zysqbp.byzd3}" type="int"/>
|
|
|
+ <cus:QLabel width="120" notNull="true" text="作业委托人"/>
|
|
|
+ <cus:QTextInput id="zywtr" width="200" editable="{enable}" text="@{zysqbp.zywtr}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" notNull="true" text="危险物品名称"/>
|
|
@@ -693,9 +690,7 @@
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" notNull="true" text="技术品名"/>
|
|
|
<cus:QTextInput id="jspm" width="200" editable="{enable}" text="@{zysqbp.jspm}"/>
|
|
|
- <cus:QLabel width="120"
|
|
|
- notNull="{null!=zysqbp.jzxsl&&''!=StringUtil.trim(zysqbp.jzxsl)}"
|
|
|
- text="包装"/>
|
|
|
+ <cus:QLabel width="120" notNull="{null!=zysqbp.jzxsl&&''!=StringUtil.trim(zysqbp.jzxsl)}" text="包装"/>
|
|
|
<cus:QTextInput id="bz" width="200" editable="{enable}" text="@{zysqbp.bz}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
@@ -822,9 +817,15 @@
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" height="90" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" notNull="true" text="安全防范措施"/>
|
|
|
- <cus:QTextArea id="tsyqhsm" width="530" height="70" editable="{enable}"
|
|
|
- text="@{zysqbp.aqffcs}"/>
|
|
|
+ <cus:QTextArea id="tsyqhsm" width="530" height="70" editable="{enable}" text="@{zysqbp.aqffcs}"/>
|
|
|
</s:HGroup>
|
|
|
+
|
|
|
+ <!-- 加危货申报申报单备注 plus by xuhao 20170214 (single dog)-->
|
|
|
+ <s:HGroup width="100%" height="90" horizontalAlign="left" verticalAlign="middle">
|
|
|
+ <cus:QLabel width="120" text="备注"/>
|
|
|
+ <cus:QTextArea id="txtNote" width="530" height="70" text="@{zysqbp.byzd3}"/>
|
|
|
+ </s:HGroup>
|
|
|
+
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" notNull="true" text="作业时间起"/>
|
|
|
<ui:DateTime id="zysjq" width="200" dateTime="{zysqbp.zysjq}" hasTime="true"/>
|