From 5fe2efb71f6ad809a1cfc59beab18bbea99fff5e Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期五, 18 一月 2019 09:01:41 +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