From eb5f33c8ffdb60db5613353b8dadeb81dff7f798 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期四, 13 十二月 2018 13:18:43 +0800
Subject: [PATCH] 视频/图片机房的定位的上传
---
gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html b/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html
index f0fba95..35e43f9 100644
--- a/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html
+++ b/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html
@@ -363,8 +363,9 @@
,data: null
,dataType: 'json'
,success:function(res) {
- //console.info(res);
+ console.info(res);
var data = JSON.parse(res.result);
+ console.info(data);
if(data.length!=0){
data = data.data;
dev_id = data;
@@ -429,7 +430,7 @@
document.getElementById("FBSDeviceName").value = temp[11];
//document.getElementById("GroupIndexInFBSDevice").value = temp[12];
document.getElementById("BattGroupId").value = temp[13];
- document.getElementById("BattGroupNum").value = temp[14];
+ document.getElementById("BattGroupNum").value = suoyin;
//document.getElementById("BattGroupName").value = temp[15];
document.getElementById("FloatVolLevel").value = temp[16];
document.getElementById("OfflineVolLevel").value = temp[17];
@@ -511,16 +512,14 @@
<script type="text/javascript">
$(function(){
$(".unable").prop("readonly","readonly").attr("unselectable","on").addClass("uncheck");
- $("#sure").click(function(){
-
- addBatt();
-
- // function backpage(){window.location.href="ele-param1.html";}
- // setTimeout(backpage,500);
- // });
+ $("#sure").click(function(){
+ addBatt();
+ //function backpage(){window.location.href="ele-param1.html";}
+ // setTimeout(backpage,500);
+ });
// $("#cancel").click(function(){
// window.location.href="ele-param1.html";
- });
+ // });
});
function addBatt(){
--
Gitblit v1.9.1