Browse Source

修改diam

李雪梅 2 years ago
parent
commit
fe3d968299

+ 3 - 3
nngkxxdp/src/main/resources/static/district/correct.html

@@ -21,7 +21,7 @@
             <div class="left_map">
                 <div class="bread_tag">
                     <a href="sy.html">重庆市南岸区政务公开惠民便民地图</a>
-                    <span>>&nbsp;</span>
+                    <span style="cursor: default;">>&nbsp;</span>
                     <a href="">纠错</a>
                 </div>
                 <div class="second_title">该地点存在的信息/位置错误:</div>
@@ -39,8 +39,8 @@
                                 <input id="newAddres" type="text" class="jcinp" maxlength="6000" value="" readonly="readonly">
                                 <br>
                                 <span class="font12 col6">您可在右侧地图上拖动图标,对该机构的位置进行标注。</span>
-                                <br>
-                                <span class="font12 col6"> 如果要还原为默认位置,请点击右侧地图上方的'原位置'。</span>
+                                <!-- <br> -->
+                                <!-- <span class="font12 col6"> 如果要还原为默认位置,请点击右侧地图上方的'原位置'。</span> -->
                             </td>
                         </tr>
                         <tr>

+ 3 - 0
nngkxxdp/src/main/resources/static/district/css/correct.css

@@ -74,12 +74,14 @@ body {
     font-size: 14px;
     text-indent: 5px;
     padding: 3px 0;
+    cursor: default;
 }
 .jctab td {
     color: #368;
     font-size: 14px;
     line-height: 24px;
     padding: 6px 0;
+    cursor: default;
 }
 .jcinp {
     height: 24px;
@@ -89,6 +91,7 @@ body {
     border-top: 1px solid #b1b1b1;
     border-left: 1px solid #b1b1b1;
     width: 380px;
+    cursor: default;
 }
 .col6 {
     color: #666;

+ 30 - 26
nngkxxdp/src/main/resources/static/district/js/correct.js

@@ -280,32 +280,36 @@ $(function(){
         $.each(filterId,function(i){
             dep=filterId[i].dep;
             oldAddress=filterId[i].address;
-        })
-        var obj={
-            sMapId: passid,
-            addressName: dep,
-            originalAddress: oldAddress,
-            originalLongitude: getoldpoint.lng,
-            originalLatitude: getoldpoint.lat,
-            newAddress: $('#newAddres').val(),
-            newLongitude: lngAndlat.lng,
-            newLatitude: lngAndlat.lat,
-            errorState: 0
-        }
-        $.ajax({
-            url: PATH + '/mapdata/saveErrorLog',
-            // url: "http://192.168.0.69:7777/mapdata/saveErrorLog",
-            type: 'Post',
-            data: obj,
-		    async: false,
-            success: function (res) {
-                if(res) {
-                    layer.msg('提交成功');
-                    window.history.back();
-                }
-            },
-		    error: function(err) {}
-        })
+        });
+		if(lngAndlat == undefined){
+			layer.msg('未对地址进行修改,提交失败');
+		}else{
+			var obj={
+				sMapId: passid,
+				addressName: dep,
+				originalAddress: oldAddress,
+				originalLongitude: getoldpoint.lng,
+				originalLatitude: getoldpoint.lat,
+				newAddress: $('#newAddres').val(),
+				newLongitude: lngAndlat.lng,
+				newLatitude: lngAndlat.lat,
+				errorState: 0
+			}
+			$.ajax({
+				url: PATH + '/mapdata/saveErrorLog',
+				// url: "http://192.168.0.69:7777/mapdata/saveErrorLog",
+				type: 'Post',
+				data: obj,
+				async: false,
+				success: function (res) {
+					if(res) {
+						layer.msg('提交成功');
+						window.history.back();
+					}
+				},
+				error: function(err) {}
+			})
+		}
     })
 
 	$('#back').click(function(){

+ 21 - 21
nngkxxdp/src/main/resources/static/district/js/map.json

@@ -4141,6 +4141,27 @@
 			"address": "重庆市南岸区南湖路交通大厦三楼",
 			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
 			"sptype": "受理场所"
+		},
+		{
+			"dep": "重庆市南岸区档案馆",
+			"tel": "023-62988345",
+			"address": "重庆市南岸区天文街道广福大道1号行政中心A区12号楼",
+			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
+			"sptype": "受理场所"
+		},
+		{
+			"dep": "重庆市南岸区图书馆",
+			"tel": "023-62988155",
+			"address": "重庆市南岸区南城大道199号",
+			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
+			"sptype": "受理场所"
+		},
+		{
+			"dep": "重庆市南岸区行政服务中心江南新城中心",
+			"tel": "023-62986525",
+			"address": "重庆市南岸区天文街道广福大道12号2号楼",
+			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
+			"sptype": "受理场所"
 		}
 	],
 	"jzs": [
@@ -4248,27 +4269,6 @@
 			"address": "重庆市南岸区茶园城南家园5组团2栋吊2-3楼天文街道办事处",
 			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
 			"sptype": "受理场所"
-		},
-		{
-			"dep": "重庆市南岸区档案馆",
-			"tel": "023-62988345",
-			"address": "重庆市南岸区天文街道广福大道1号行政中心A区12号楼",
-			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
-			"sptype": "受理场所"
-		},
-		{
-			"dep": "重庆市南岸区图书馆",
-			"tel": "023-62988155",
-			"address": "重庆市南岸区南城大道199号",
-			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
-			"sptype": "受理场所"
-		},
-		{
-			"dep": "重庆市南岸区行政服务中心江南新城中心",
-			"tel": "023-62986525",
-			"address": "重庆市南岸区天文街道广福大道12号2号楼",
-			"time": "9:00-11:30,14:00-17:00(周一至周五,节假日除外)",
-			"sptype": "受理场所"
 		}
 	],
 	"cycsbms": [

+ 4 - 4
nngkxxdp/src/main/resources/static/district/js/sy.js

@@ -521,7 +521,7 @@ $(function() {
 		}else if(xxtx == "幼儿园") {
 			xxGEO(yey);
 			xrxx(yey);
-		}else if(xxtx == "公共服务中心") {
+		}else if(xxtx == "镇(街道)公共服务中心") {
 			xxGEO(ggfwzx);
 			xrxx(ggfwzx);
 		}else if(xxtx == "村(社区)便民服务中心") {
@@ -636,13 +636,13 @@ $(function() {
 		}else if(xxtx == "办税服务厅"){
 			xxGEO(bsfwt);
 			xrxx(bsfwt);
-		}else if(xxtx == "市场监督管理"){
+		}else if(xxtx == "市场监督管理"){
 			xxGEO(scjdglj);
 			xrxx(scjdglj);
 		}else if(xxtx == "医疗保障事务中心"){
 			xxGEO(yb);
 			xrxx(yb);
-		}else if(xxtx == "贷款办理点"){
+		}else if(xxtx == "生源地助学贷款办理点"){
 			xxGEO(dkbld);
 			xrxx(dkbld);
 		}else if(xxtx == "车驾管社会服务站"){
@@ -651,7 +651,7 @@ $(function() {
 		}else if(xxtx == "教育考试中心"){
 			xxGEO(jykszx);
 			xrxx(jykszx);
-		}else if(xxtx == "行政服务中心"){
+		}else if(xxtx == "区级行政服务中心"){
 			xxGEO(xzfwzx);
 			xrxx(xzfwzx);
 		}else if(xxtx == "矫正中心"){

+ 4 - 4
nngkxxdp/src/main/resources/static/district/js/sy_mobile.js

@@ -434,7 +434,7 @@ $(function () {
         } else if (xxtx == '幼儿园') {
             applyClickList();
             xrList(yey);
-        } else if (xxtx == '公共服务中心') {
+        } else if (xxtx == '镇(街道)公共服务中心') {
             applyClickList();
             xrList(ggfwzx);
 		} else if (xxtx == '村(社区)便民服务中心') {
@@ -554,13 +554,13 @@ $(function () {
 		}else if(xxtx == "办税服务厅"){
             applyClickList();
 			xrList(bsfwt);
-		}else if(xxtx == "市场监督管理"){
+		}else if(xxtx == "市场监督管理"){
             applyClickList();
 			xrList(scjdglj);
 		}else if(xxtx == "医疗保障事务中心"){
             applyClickList();
 			xrList(yb);
-		}else if(xxtx == "贷款办理点"){
+		}else if(xxtx == "生源地助学贷款办理点"){
             applyClickList();
 			xrList(dkbld);
 		}else if(xxtx == "车驾管社会服务站"){
@@ -569,7 +569,7 @@ $(function () {
 		}else if(xxtx == "教育考试中心"){
             applyClickList();
 			xrList(jykszx);
-		}else if(xxtx == "行政服务中心"){
+		}else if(xxtx == "区级行政服务中心"){
             applyClickList();
 			xrList(xzfwzx);
 		}else if(xxtx == "矫正中心"){

+ 6 - 6
nngkxxdp/src/main/resources/static/district/sy.html

@@ -101,27 +101,27 @@
 								<ul class="flex_wrap">
 									<li>
 										<img src="img/flex.png">
-										<a class="mapnav" title="公共服务中心">公共服务中心</a>
+										<a class="mapnav" title="区级行政服务中心">区级行政服务中心</a>
 									</li>
 									<li>
 										<img src="img/flex.png">
-										<a class="mapnav" title="村(社区)便民服务中心">村(社区)便民服务中心</a>
+										<a class="mapnav" title="镇(街道)公共服务中心">镇(街道)公共服务中心</a>
 									</li>
 									<li>
 										<img src="img/flex.png">
-										<a class="mapnav" title="办税服务厅">办税服务厅</a>
+										<a class="mapnav" title="村(社区)便民服务中心">村(社区)便民服务中心</a>
 									</li>
 									<li>
 										<img src="img/flex.png">
-										<a class="mapnav" title="市场监督管理局">市场监督管理局</a>
+										<a class="mapnav" title="市场监督管理所">市场监督管理所</a>
 									</li>
 									<li>
 										<img src="img/flex.png">
-										<a class="mapnav" title="贷款办理点">贷款办理点</a>
+										<a class="mapnav" title="办税服务厅">办税服务厅</a>
 									</li>
 									<li>
 										<img src="img/flex.png">
-										<a class="mapnav" title="行政服务中心">行政服务中心</a>
+										<a class="mapnav" title="生源地助学贷款办理点">生源地助学贷款办理点</a>
 									</li>
 								</ul>
 							</div>

+ 6 - 6
nngkxxdp/src/main/resources/static/district/sy_mobile.html

@@ -115,27 +115,27 @@
                                     <div class="flex_wrap">
                                         <div>
                                             <img src="img/flex.png">
-                                            <a class="mapnav">公共服务中心</a>
+                                            <a class="mapnav">区级行政服务中心</a>
                                         </div>
                                         <div>
                                             <img src="img/flex.png">
-                                            <a class="mapnav">村(社区)便民服务中心</a>
+                                            <a class="mapnav">镇(街道)公共服务中心</a>
                                         </div>
                                         <div>
                                             <img src="img/flex.png">
-                                            <a class="mapnav">办税服务厅</a>
+                                            <a class="mapnav">村(社区)便民服务中心</a>
                                         </div>
                                         <div>
                                             <img src="img/flex.png">
-                                            <a class="mapnav">市场监督管理</a>
+                                            <a class="mapnav">市场监督管理</a>
                                         </div>
                                         <div>
                                             <img src="img/flex.png">
-                                            <a class="mapnav">贷款办理点</a>
+                                            <a class="mapnav">办税服务厅</a>
                                         </div>
                                         <div>
                                             <img src="img/flex.png">
-                                            <a class="mapnav">行政服务中心</a>
+                                            <a class="mapnav">生源地助学贷款办理点</a>
                                         </div>
                                     </div>
                                 </div>