From 70223b3ef4df02622869425fed4ba9b290e1aa74 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期二, 16 四月 2024 14:07:59 +0800 Subject: [PATCH] V定制1.0 1:对讲功能 2:计算经纬度控制器systemcontrollen --- src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js b/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js index d31ae4f..dc89172 100644 --- a/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js +++ b/src/main/webapp/HouTai/XiTong/XiTongJs/SystemScreen.js @@ -21,6 +21,10 @@ ,{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'} ]] ,limits: [10, 20, 30, 40, 50,60,70,80,90,100] @@ -45,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) @@ -68,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.9.3