From cdd5fe1813e63adcddd61581cb886b9d154e5a3c Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.31.211>
Date: 星期三, 16 一月 2019 19:19:38 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
---
gx_tieta/WebRoot/mobil/iframe/searchBatt.html | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/iframe/searchBatt.html b/gx_tieta/WebRoot/mobil/iframe/searchBatt.html
index f8d9ce0..f80efd7 100644
--- a/gx_tieta/WebRoot/mobil/iframe/searchBatt.html
+++ b/gx_tieta/WebRoot/mobil/iframe/searchBatt.html
@@ -96,11 +96,22 @@
if(data.length>0){
layer.msg('璇烽�夋嫨涓嬫柟鐨勬満鎴�');
}else{
+ var json = window.JSON.stringify(input);
+ setCookie("eleparm2newbatt",json);
layer.confirm('鎮ㄨ緭鍏ョ殑鏈烘埧涓嶅瓨鍦紒鏄惁瑕佽鏂板缓鏈烘埧锛�',{btn:['鏂板缓','鍙栨秷']},function(){
setV();
+ var json = window.JSON.stringify(input);
+ //setCookie("eleparm2newbatt",json);
+ // $("#jifangname").val(input);
+ //console.info(input);
+ // var test=getCookie("eleparm2newbatt");
+ //console.info(test);
});
- input = window.JSON.stringify(input);
- setCookie("ele_parm2_newbatt",input);
+ //var test=getCookie("eleparm2newbatt");
+ //console.info(test);
+ //console.info(input);
+ //var json = window.JSON.stringify(input);
+ //setCookie("ele_parm2_newbatt",json);
}
}
});
--
Gitblit v1.9.1