| | |
| | | <div style="flex:4;padding-right: 20px;"> |
| | | <div> |
| | | <li class="el-icon-coin" style="font-size: 18px;margin-right: 5px;margin-left: -5px;color: #085abe"></li> |
| | | <span style="color:rgba(0,0,0,.65);font-size: 15px;font-weight: bold;">钻孔进尺</span> |
| | | <span style="color:rgba(0,0,0,.65);font-size: 15px;font-weight: bold;">钻孔数量</span> |
| | | </div> |
| | | <div style="text-align: center"> |
| | | <span style="color:#1894F6;font-size: 30px;word-break: break-all;line-height: 70px;">647 |
| | |
| | | <th:block th:include="include :: footer" /> |
| | | |
| | | <script th:inline="javascript"> |
| | | var loginuser = [[${loginuser}]]; |
| | | |
| | | $(function() { |
| | | if(loginuser=='admin'){ |
| | | window.open("http://49.4.115.102:8000/onemap/onemap.html","_blank"); |
| | | } |
| | | |
| | | loadMap(); |
| | | getReallyData(); |
| | | totalProcess(); |
| | |
| | | $.ajaxSettings.async = false; |
| | | $.get(url,{},function(res){ |
| | | pointerData = res.pointerData; |
| | | pointerData = (pointerData*100).toFixed(0); |
| | | pointerData = (pointerData*100).toFixed(2); |
| | | }); |
| | | |
| | | $.ajaxSettings.async = false; |