Commit 55d70e8c8a1ee790e0cd4a51becac7effc2b25af

Authored by 游瑞烽
1 parent ca7a16ce

Signed-off-by: yrf123456 <463058651@qq.com>

src/main/resources/static/pages/base/station/js/station-positions-function.js
@@ -160,10 +160,10 @@ var PositionsPublicFunctions = function () { @@ -160,10 +160,10 @@ var PositionsPublicFunctions = function () {
160 $('#bJwpointsInput').val(stationObj.stationJwpoints); 160 $('#bJwpointsInput').val(stationObj.stationJwpoints);
161 // WGS坐标点图形集合 161 // WGS坐标点图形集合
162 $('#bPolygonGridInput').val(stationObj.stationGPloyonGrid); 162 $('#bPolygonGridInput').val(stationObj.stationGPloyonGrid);
163 - /*// 城建坐标x 163 + // 城建坐标x
164 $('#xInput').val(stationObj.stationGlonx); 164 $('#xInput').val(stationObj.stationGlonx);
165 // 城建坐标y 165 // 城建坐标y
166 - $('#yInput').val(stationObj.stationGlony);*/ 166 + $('#yInput').val(stationObj.stationGlony);
167 // 获取图形类型元素,并添加值 167 // 获取图形类型元素,并添加值
168 $('#shapesTypeSelect').val(stationObj.stationShapesType); 168 $('#shapesTypeSelect').val(stationObj.stationShapesType);
169 // 获取半径元素,并添加值 169 // 获取半径元素,并添加值
src/main/resources/static/pages/base/station/list_edit.html
@@ -50,10 +50,10 @@ @@ -50,10 +50,10 @@
50 <input type="hidden" name="gPolygonGrid" id="gPolygonGridInput" /> 50 <input type="hidden" name="gPolygonGrid" id="gPolygonGridInput" />
51 <!-- 原始坐标类型 --> 51 <!-- 原始坐标类型 -->
52 <input type="hidden" name="dbType" id="dbTypeInput" value="b"/> 52 <input type="hidden" name="dbType" id="dbTypeInput" value="b"/>
53 - <!-- 城建坐标x 53 + <!-- 城建坐标x -->
54 <input type="hidden" name="x" id="xInput" /> 54 <input type="hidden" name="x" id="xInput" />
55 - 城建坐标y  
56 - <input type="hidden" name="y" id="yInput" />--> 55 + <!-- 城建坐标y -->
  56 + <input type="hidden" name="y" id="yInput" />
57 <!-- 几何图形类型 --> 57 <!-- 几何图形类型 -->
58 <input type="hidden" name="shapesType" id="shapesTypeSelect"> 58 <input type="hidden" name="shapesType" id="shapesTypeSelect">
59 <!-- 圆形半径 --> 59 <!-- 圆形半径 -->