From 1dce4eec8df821d243cfcb6a056b195967c2f06a Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.14>
Date: 星期二, 11 十二月 2018 17:25:23 +0800
Subject: [PATCH] web端设备实时告警和设备历史告警页面中添加设备高温告警显示功能

---
 gx_tieta/WebRoot/equipHistWarn1.jsp |    1 +
 gx_tieta/WebRoot/equipWarn1.jsp     |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/equipHistWarn1.jsp b/gx_tieta/WebRoot/equipHistWarn1.jsp
index b17b982..e46a54e 100644
--- a/gx_tieta/WebRoot/equipHistWarn1.jsp
+++ b/gx_tieta/WebRoot/equipHistWarn1.jsp
@@ -764,6 +764,7 @@
 				case 119025:return "鍩虹珯鍙戠數鍛婅";
 				case 119026:return "鍩虹珯鎺夌珯鍛婅";
 				case 119027:return "鍩虹珯寮�闂ㄥ憡璀�";
+				case 119028:return "璁惧楂樻俯鍛婅";
 			}
 		}
 		return "閫氫俊鏁呴殰";
diff --git a/gx_tieta/WebRoot/equipWarn1.jsp b/gx_tieta/WebRoot/equipWarn1.jsp
index b7a2f09..2c56ccb 100644
--- a/gx_tieta/WebRoot/equipWarn1.jsp
+++ b/gx_tieta/WebRoot/equipWarn1.jsp
@@ -123,6 +123,7 @@
                                 	<option value="119025">鍩虹珯鍙戠數鍛婅</option>
                                 	<option value="119026">鍩虹珯鎺夌珯鍛婅</option>
                                 	<option value="119027">鍩虹珯寮�闂ㄥ憡璀�</option>
+                                	<option value ="119028">璁惧楂樻俯鍛婅</option>
                                 	
                                 </select>
                             </td>
@@ -738,6 +739,7 @@
 					case 119025:return "鍩虹珯鍙戠數鍛婅";
 					case 119026:return "鍩虹珯鎺夌珯鍛婅";
 					case 119027:return "鍩虹珯寮�闂ㄥ憡璀�";
+					case 119028:return "璁惧楂樻俯鍛婅";
 				}
 			}
 			return "閫氫俊鏁呴殰";

--
Gitblit v1.9.1