Selaa lähdekoodia

退回意见和不同意意见配置

git-svn-id: https://192.168.57.71/svn/lyggkj@41 1a6f6e3a-4066-fe46-b609-79c204482ece
ld_liufl 9 vuotta sitten
vanhempi
commit
d04c921c34

+ 1 - 0
gkaq/yjpt-flex/trunk/src/Main.mxml

@@ -160,6 +160,7 @@
 					Global.upload_file_size=bc.getAttribute("uploadFileSize") as Number;
 					Global.upload_image_size=bc.getAttribute("uploadImageSize") as Number;
 					Global.btyyj=bc.getAttribute("btyyj") as  String;
+					Global.thyj=bc.getAttribute("thyj") as  String;
 					Global.version=bc.getAttribute("version") as  String;
 					var defaultUser:UserVo = bc.getAttribute("user") as UserVo;
 					login.NeedCheckCode=true;

+ 2 - 0
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/common/Global.as

@@ -119,6 +119,8 @@ package com.jtgh.yjpt.common
 		public static var menuFlag:Boolean=true;
 		/** 不同意意见*/
 		public static var btyyj:String="";
+		/** 退回意见*/
+		public static var thyj:String="";
 		/** 版本*/
 		public static var version:String="";
 	}

+ 1 - 0
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/model/SystemModel.as

@@ -164,6 +164,7 @@ package com.jtgh.yjpt.model
 				Global.upload_file_size=bc.getAttribute("uploadFileSize") as Number;
 				Global.upload_image_size=bc.getAttribute("uploadImageSize") as Number;
 				Global.btyyj=bc.getAttribute("btyyj") as  String;
+				Global.thyj=bc.getAttribute("thyj") as  String;
 				Global.version=bc.getAttribute("version") as  String;
 			}
 			//界面,登陆界面换成主框架

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

@@ -215,7 +215,7 @@
 					back.includeInLayout=true;
 					disagree.visible=true;
 					disagree.includeInLayout=true;
-					shyj.text="";
+					shyj.text=Global.thyj;
 				}
 			}
 			

+ 2 - 0
gkaq/yjpt-java/trunk/java_src/com/jtgh/yjpt/controller/auth/AuthenticateController.java

@@ -134,6 +134,7 @@ public class AuthenticateController extends BaseController {
 			bc.setAttribute("uploadFileSize", GlobalData.UPLOAD_FILE_SIZE);
 			bc.setAttribute("uploadImageSize", GlobalData.UPLOAD_IMAGE_SIZE);
 			bc.setAttribute("btyyj", codeService.findOne(11200015l).getBz());
+			bc.setAttribute("thyj", codeService.findOne(11200016l).getBz());
 		} else {
 			bc.setAttribute("status", true);
 			// bc.setAttribute("user", user);
@@ -386,6 +387,7 @@ public class AuthenticateController extends BaseController {
 		bc.setAttribute("uploadFileSize", GlobalData.UPLOAD_FILE_SIZE);
 		bc.setAttribute("uploadImageSize", GlobalData.UPLOAD_IMAGE_SIZE);
 		bc.setAttribute("btyyj", codeService.findOne(11200015l).getBz());
+		bc.setAttribute("thyj", codeService.findOne(11200016l).getBz());
 		bc.setAttribute("version", GlobalData.APP_VERSION);
 		if (Constants.NO.equals(user.getSfjyr())) {
 			// 非经营人