|
@@ -31,6 +31,9 @@
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_6'">秸秆焚烧:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_7'">防汛防控:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_8'">野生动物:</span>
|
|
[[${veec.COUNT}]]
|
|
[[${veec.COUNT}]]
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
@@ -51,6 +54,9 @@
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
|
|
<span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_6'">秸秆焚烧:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_7'">防汛防控:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_8'">野生动物:</span>
|
|
[[${veec.COUNT}]]
|
|
[[${veec.COUNT}]]
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
@@ -131,7 +137,7 @@
|
|
<h3>新事件</h3>
|
|
<h3>新事件</h3>
|
|
</div>
|
|
</div>
|
|
<ul class="zhly_list1" id="newEvent">
|
|
<ul class="zhly_list1" id="newEvent">
|
|
- <li th:each="vpl : ${Visualization_Pending_List}">
|
|
|
|
|
|
+ <li th:each="vpl : ${Visualization_Pending_List}" th:if="${vpl.EVENT_STATUS eq 'event_status_1' || vpl.EVENT_SIGN eq '0'}">
|
|
<a th:if="${vpl.EVENT_STATUS eq 'event_status_1' || vpl.EVENT_SIGN eq '0'}" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
<a th:if="${vpl.EVENT_STATUS eq 'event_status_1' || vpl.EVENT_SIGN eq '0'}" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
@@ -141,7 +147,7 @@
|
|
<span th:text="${vpl.NAME}"/>
|
|
<span th:text="${vpl.NAME}"/>
|
|
</a>
|
|
</a>
|
|
<div class="clear"></div>
|
|
<div class="clear"></div>
|
|
- <p>
|
|
|
|
|
|
+ <p th:if="${vpl.EVENT_STATUS eq 'event_status_1' || vpl.EVENT_SIGN eq '0'}">
|
|
<span class="fr">上报时间:<span th:text="${vpl.REPORT_TIME}"/></span>
|
|
<span class="fr">上报时间:<span th:text="${vpl.REPORT_TIME}"/></span>
|
|
</p>
|
|
</p>
|
|
<script>
|
|
<script>
|
|
@@ -153,7 +159,7 @@
|
|
<h3>处理中</h3>
|
|
<h3>处理中</h3>
|
|
</div>
|
|
</div>
|
|
<ul class="zhly_list1">
|
|
<ul class="zhly_list1">
|
|
- <li th:each="vpl : ${Visualization_Pending_List}">
|
|
|
|
|
|
+ <li th:each="vpl : ${Visualization_Pending_List}" th:if="${vpl.EVENT_STATUS} eq 'event_status_2'" >
|
|
<a th:if="${vpl.EVENT_STATUS eq 'event_status_2' && vpl.EVENT_SIGN eq '1'}" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
<a th:if="${vpl.EVENT_STATUS eq 'event_status_2' && vpl.EVENT_SIGN eq '1'}" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
@@ -162,7 +168,7 @@
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'" class="tscs">偷砂采石</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'" class="tscs">偷砂采石</i>
|
|
<span th:text="${vpl.NAME}"/>
|
|
<span th:text="${vpl.NAME}"/>
|
|
<div class="clear"></div>
|
|
<div class="clear"></div>
|
|
- <p>
|
|
|
|
|
|
+ <p th:if="${vpl.EVENT_STATUS} eq 'event_status_2'" >
|
|
<span class="fr">上报时间:<span th:text="${vpl.REPORT_TIME}"/></span>
|
|
<span class="fr">上报时间:<span th:text="${vpl.REPORT_TIME}"/></span>
|
|
</p>
|
|
</p>
|
|
</a>
|
|
</a>
|
|
@@ -173,7 +179,7 @@
|
|
<h3>已办结</h3>
|
|
<h3>已办结</h3>
|
|
</div>
|
|
</div>
|
|
<ul class="zhly_list1">
|
|
<ul class="zhly_list1">
|
|
- <li th:each="vpl : ${Visualization_Pending_List}">
|
|
|
|
|
|
+ <li th:each="vpl : ${Visualization_Pending_List}" th:if="${vpl.EVENT_STATUS} eq 'event_status_4'" >
|
|
<a th:if="${vpl.EVENT_STATUS} eq 'event_status_4'" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
<a th:if="${vpl.EVENT_STATUS} eq 'event_status_4'" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
@@ -182,7 +188,7 @@
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'" class="tscs">偷砂采石</i>
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'" class="tscs">偷砂采石</i>
|
|
<span th:text="${vpl.NAME}"/>
|
|
<span th:text="${vpl.NAME}"/>
|
|
<div class="clear"></div>
|
|
<div class="clear"></div>
|
|
- <p>
|
|
|
|
|
|
+ <p th:if="${vpl.EVENT_STATUS} eq 'event_status_4'" >
|
|
<span class="fr">上报时间:<span th:text="${vpl.REPORT_TIME}"/></span>
|
|
<span class="fr">上报时间:<span th:text="${vpl.REPORT_TIME}"/></span>
|
|
</p>
|
|
</p>
|
|
</a>
|
|
</a>
|