From e079341d79cb283855e22f8383c432d21fe68393 Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期一, 01 四月 2024 17:55:53 +0800
Subject: [PATCH] 基站信息,标签信息,对讲功能

---
 src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js b/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js
index e0ae7cf..dc89172 100644
--- a/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js
+++ b/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js
@@ -21,6 +21,8 @@
             ,{field: 'tongji', title: '浠婃棩缁熻' }
             ,{field: 'quyu', title: '鍖哄煙缁熻' }
             ,{field: 'power', title: '鍏呯數鎻愮ず' }
+            ,{field: 'biaoqian', title: '鏍囩淇℃伅' }
+            ,{field: 'jizhan', title: '鍩虹珯淇℃伅' }
             ,{field: 'jizhanshow', title: '鏄剧ず鍩虹珯',templet: '#titleTpljizhan'}
             ,{field: 'wangguanshow', title: '鏄剧ず缃戝叧',templet: '#titleTplwangguan'}
             ,{field: 'bgcolor', title: '鏂囧瓧棰滆壊',templet: '#titleTplcolor'}
@@ -47,6 +49,8 @@
                     var hx3 = data[0].tongji
                     var hx4 = data[0].quyu
                     var hx5 = data[0].power
+                    var hx6 = data[0].biaoqian
+                    var hx7 = data[0].jizhan
                     console.log(hx1)
                     console.log(hx2)
                     console.log(hx3)
@@ -70,6 +74,14 @@
                         document.getElementById("hx5").checked = true;
 
                     }
+                    if (hx6 == "Yes"){
+                        document.getElementById("hx6").checked = true;
+
+                    }
+                    if (hx7 == "Yes"){
+                        document.getElementById("hx7").checked = true;
+
+                    }
                     form.render();
 
                     $(".update").show();

--
Gitblit v1.10.0