From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期五, 18 一月 2019 17:30:50 +0800 Subject: [PATCH] 未审批可更改 --- gx_tieta/WebRoot/mobil/iframe/searchBatt.html | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/iframe/searchBatt.html b/gx_tieta/WebRoot/mobil/iframe/searchBatt.html index b519e42..f80efd7 100644 --- a/gx_tieta/WebRoot/mobil/iframe/searchBatt.html +++ b/gx_tieta/WebRoot/mobil/iframe/searchBatt.html @@ -96,9 +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); }); + //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