| | |
| | | background-color: rgba(0,0,0,0.01) !important; |
| | | padding:10px; |
| | | } |
| | | body{ |
| | | padding: 10px; |
| | | } |
| | | [v-cloak]{ |
| | | display: none; |
| | | } |
| | |
| | | <el-row> |
| | | <el-col :span="16"> |
| | | <el-card class="box-card"> |
| | | <div style="height: 200px;"> |
| | | <div> |
| | | <h3>材料统计</h3> |
| | | |
| | | <el-col :span="10" style="height: 200px;"> |
| | | </el-col> |
| | | <el-col :span="14" style="height: 200px;"> |
| | | </el-col> |
| | | </div> |
| | | |
| | | </el-card> |
| | | |
| | | <el-card class="box-card" style="margin-top: 4px;"> |
| | |
| | | totalProcess(); |
| | | stationProcess(); |
| | | indexCount(); |
| | | tubLogs(); |
| | | }) |
| | | function viewStation(station) { |
| | | var lng = station.lng; |
| | | var lat = station.lat; |
| | | map.centerAndZoom(new T.LngLat(lng, lat), 13); |
| | | // $.modal.openTab("场地导航",ctx+"/geo/project/navigate?ids="+id); |
| | | } |
| | | |
| | | function tubLogs() { |
| | | let url = ctx + "/system/tubLogData"; |
| | | $.ajaxSettings.async = false; |
| | | $.get(url,{},function(res){ |
| | | vm.tubLogData = res.tubLogData; |
| | | }) |
| | | $.ajaxSettings.async = false; |
| | | } |
| | | |
| | | function indexCount() { |
| | |
| | | return { |
| | | stationProcessData: [], |
| | | indexDataCount :"", |
| | | tubLogData:[], |
| | | }; |
| | | }, |
| | | methods: { |