Bladeren bron

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

ld_xuhx 8 jaren geleden
bovenliggende
commit
bbe79dbd71

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjsgl/jgsq/jgsqdsadd.jsp

@@ -467,8 +467,8 @@
 </form>
 <div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;">
 <div class="theme-poptit-tc">
-				<div class="popTitle-tc">
-	          	<h4>选择项目信息</h4>
+			  <div class="popTitle-tc">
+	          	<h4>项目选择</h4>
 	          </div>
 	          <div class="close-tc">
 	          		<a href="#" title="关闭" onclick="guanbitc()" >×</a>

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjsgl/jsjdbg/jsjdbgdsadd.jsp

@@ -419,7 +419,7 @@
 <div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;">
 <div class="theme-poptit-tc">
 		<div class="popTitle-tc">
-	          	<h4>选择项目信息</h4>
+	          	<h4>项目选择</h4>
 	          </div>
 	          <div class="close-tc">
 	          		<a href="#" title="关闭" onclick="guanbitc()" >×</a>

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjsgl/jsjdcbsj/jsjdcbsjdsadd.jsp

@@ -534,7 +534,7 @@
 <div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;">
 <div class="theme-poptit-tc">
 				<div class="popTitle-tc">
-	          	<h4>选择项目信息</h4>
+	          	<h4>项目选选择</h4>
 	          </div>
 	          <div class="close-tc">
 	          		<a href="#" title="关闭" onclick="guanbitc()" >×</a>

+ 3 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjsgl/jsjdgl/jsjdglxiugai.jsp

@@ -444,6 +444,9 @@ text-align:center;
 	
 <div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;">
 <div class="theme-poptit-tc">
+			  <div class="popTitle-tc">
+	          	<h4>项目选择</h4>
+	          </div>
 	          <div class="close-tc">
 	          		<a href="#" title="关闭" onclick="guanbitc()" >×</a>
 	          </div>

+ 3 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjsgl/tzjhgl/tzjhgladd.jsp

@@ -96,6 +96,9 @@
 					
 					<div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;">
 <div class="theme-poptit-tc">
+				<div class="popTitle-tc">
+					<h4>项目选择</h4>
+				</div>
 	          <div class="close-tc">
 	          		<a href="#" title="关闭" onclick="guanbipop()" >×</a>
 	          </div>

+ 0 - 14
gkjsjy/trunk/src/com/xt/jygl/gkjcxx/mt/ctl/MtCtl.java

@@ -711,20 +711,6 @@ public class MtCtl extends BaseWebCtl {
 			}
 			// 子类一并删除
 			mtService.logicDelete(id);
-			// 如果是市级新增或者修改,保存后同步到省级
-			MtEntity mt = mtService.findOne(id);
-			try {
-				if (GlobalData.DEPLOY_MODE.equals(Constants.DEPLOY_MODE_CITY)) {
-					MtWebService webService = mtService.getWebService(null);
-					webService.delete(id);
-					mt.setTbzt(Constants.YES);
-					mtService.save(mt);
-				}
-			} catch (Exception e) {
-				mt.setTbzt(Constants.NO);
-				mtService.save(mt);
-			}
-
 		} catch (Exception e) {
 			wr.setSuccess(false);
 			wr.setMessage("删除失败!");