Эх сурвалжийг харах

git-svn-id: https://192.168.57.71/svn/jsgkj@1952 931142cf-59ea-a443-aa0e-51397b428577

xt_xuhao 8 жил өмнө
parent
commit
388d63b85f

+ 2 - 0
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/model/zysqbp/ShbpModel.as

@@ -1003,6 +1003,8 @@ package com.jtgh.yjpt.model.zysqbp
 					editView.zysqbp.recordStatus=1;
 					editView.zysqbp.zysjq=null;
 					editView.zysqbp.zysjz=null;
+					//提单号置空
+					editView.zysqbp.BLNo=null;
 					editView.bgsj.dateTime = new Date();
 					editView.model=model;
 					editView.mode = Constants.mode_edit;

+ 5 - 0
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/zysqbp/ZysqbpEdit.mxml

@@ -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">

+ 2 - 0
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/zysqbp/ZysqbpView.mxml

@@ -590,6 +590,8 @@
 						<s:HGroup  width="100%" horizontalAlign="left" verticalAlign="middle">
 							<cus:QLabel width="120" text="申报员证书编号" />
 							<cus:QTextInput text="@{zysqbp.byzd2}" width="200" editable="{enable}"/>
+							<cus:QLabel width="120" text="提单号" />
+							<cus:QTextInput text="@{zysqbp.BLNo}" width="200" editable="{enable}"/>
 						</s:HGroup>
 						<s:HGroup width="100%" height="25" horizontalAlign="left" verticalAlign="middle" >
 							<cus:QLabel width="120" text="海事签证审批表"/>

+ 2 - 0
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/vo/zysqbp/ZysqbpVo.as

@@ -531,5 +531,7 @@ package com.jtgh.yjpt.vo.zysqbp
 			return "";
 		}
 		
+		public var BLNo:String;
+		
 	}
 }