Quellcode durchsuchen

一览查询,经营人条件变化,省局文本名称,市局下拉框

git-svn-id: https://192.168.57.71/svn/jsgkj@34 931142cf-59ea-a443-aa0e-51397b428577
ld_liufl vor 9 Jahren
Ursprung
Commit
e3f3b6ef12

+ 11 - 1
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/model/zysqbp/ShbpModel.as

@@ -404,6 +404,9 @@ package com.jtgh.yjpt.model.zysqbp
 			if(null != thisView.query_gq.selectedVO){
 				vo.szgq = thisView.query_gq.selectedVO as GqVo;
 			}
+			if(null!=thisView.query_gkdw2.selectedVO){
+				vo.zydw = thisView.query_gkdw2.selectedVO as JyrVo;
+			}
 			vo.bh = thisView.query_bh.text;
 			vo.mao = thisView.mao.textValue as String;
 			vo.cm = thisView.query_hmhc.text;
@@ -450,6 +453,9 @@ package com.jtgh.yjpt.model.zysqbp
 			if(null != thisView.query_gq.selectedVO){
 				vo.szgq = thisView.query_gq.selectedVO as GqVo;
 			}
+			if(null!=thisView.query_gkdw2.selectedVO){
+				vo.zydw = thisView.query_gkdw2.selectedVO as JyrVo;
+			}
 			var status:String ="";
 			if(undefined != thisView.query_rwzt.selectedItem){
 				status=thisView.query_rwzt.selectedItem.id;
@@ -504,7 +510,8 @@ package com.jtgh.yjpt.model.zysqbp
 				null==thisView.query_wgsj_2.dateTime?"":fomaterDate.format(thisView.query_wgsj_2.dateTime),
 				vo.bh,
 				status,
-				thisView.query_shr.text
+				thisView.query_shr.text,
+				null==vo.zydw?"":vo.zydw.id+""
 			);
 			var params:URLVariables = new URLVariables();
 			params.title=title;
@@ -1013,10 +1020,13 @@ package com.jtgh.yjpt.model.zysqbp
 				var bc:BusinessContext = r.result as BusinessContext;
 				var fr:String = bc.getAttribute("fr") as String;
 				var bd:String = bc.getAttribute("bd") as String;
+				var xk:String = bc.getAttribute("xk") as String;
 				if(fr!=null&& fr.length>16)
 					view.frString = fr;
 				if(bd!=null&& bd.length>39)
 					view.bdString = bd;		
+				if(xk!=null&& xk.length>14)
+					view.xkString = xk;		
 				Utils.popupWindow("法人行政许可",view,FlexGlobals.topLevelApplication as DisplayObject,null,1250,550);
 			});
 		}

+ 2 - 1
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/zysqbp/ZysqbpLayout.mxml

@@ -240,7 +240,8 @@
 					<s:HGroup width="31%" horizontalAlign="left" verticalAlign="middle">
 						<cus:QLabel width="130"
 									text="{resourceManager.getString('yjgl','yjwz.gkdw')}"/>
-						<cus:QTextInput id="query_gkdw" width="180" />
+						<cus:QTextInput id="query_gkdw" width="180" visible="{Constants.DEPLOY_MODE_0==Global.deployMode}"  includeInLayout="{Constants.DEPLOY_MODE_0==Global.deployMode}" />
+						<cus:QComboBox id="query_gkdw2" comboxClass="JyrSelect"  parentId="{Global.szd}" hasBlank="true"  width="180" visible="{Constants.DEPLOY_MODE_1==Global.deployMode}"  includeInLayout="{Constants.DEPLOY_MODE_1==Global.deployMode}" />
 					</s:HGroup>
 				</s:HGroup>
 			</s:HGroup>

+ 2 - 1
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/zysqbp/ZysqbpLayoutNoflow.mxml

@@ -111,7 +111,8 @@
 				</s:HGroup>
 				<s:HGroup  horizontalAlign="left" verticalAlign="middle"  width="31%">
 					<cus:QLabel text="{resourceManager.getString('yjgl','yjwz.gkdw')}"  width="130"/>
-					<cus:QTextInput id="query_gkdw"  width="180"/>
+					<cus:QTextInput id="query_gkdw" width="180" visible="{Constants.DEPLOY_MODE_0==Global.deployMode}"  includeInLayout="{Constants.DEPLOY_MODE_0==Global.deployMode}" />
+					<cus:QComboBox id="query_gkdw2" comboxClass="JyrSelect"  parentId="{Global.szd}" hasBlank="true"  width="180" visible="{Constants.DEPLOY_MODE_1==Global.deployMode}"  includeInLayout="{Constants.DEPLOY_MODE_1==Global.deployMode}" />
 				</s:HGroup>
 			</s:HGroup>
 		</s:HGroup>