|
@@ -205,6 +205,9 @@
|
|
|
zysqbp.sl40t=new Number(sl9.text);
|
|
|
|
|
|
zysqbp.teu=zysqbp.sl20c+zysqbp.sl40c*2+zysqbp.sl45c*2.25+zysqbp.slspc+zysqbp.sl20t+zysqbp.sl40t*2;
|
|
|
+
|
|
|
+ //提单号
|
|
|
+ zysqbp.BLNo= BL_No.text;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -942,6 +945,8 @@
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" text="申报员证书编号"/>
|
|
|
<cus:QTextInput width="200" editable="{enable}" text="@{zysqbp.byzd2}"/>
|
|
|
+ <cus:QLabel width="120" text="提单号"/>
|
|
|
+ <cus:QTextInput id="BL_No" width="200" editable="{enable}" text="@{zysqbp.BLNo}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" height="25" horizontalAlign="left" verticalAlign="middle">
|