From b6e8fdb6f9bb50d29aeb29aa62b19a75c9a1ef9d Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 02 十一月 2018 17:31:23 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/js/base.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/js/base.js b/gx_tieta/WebRoot/js/base.js index 7598d6e..99c3c01 100644 --- a/gx_tieta/WebRoot/js/base.js +++ b/gx_tieta/WebRoot/js/base.js @@ -424,7 +424,7 @@ //鏍规嵁stationid鏌ヨ鍩虹珯鐨勪俊鎭� function findStationInfoByStation(temp){ - //console.info(temp); + console.info(JSON.stringify(temp)); $.ajax({ type:"post", url: "Battinf_exAction!serchByCondition", @@ -433,9 +433,10 @@ data:"json="+JSON.stringify(temp), success: function(data){ var model = eval('('+data.result+')'); + console.log(model); if(model.code == 1 && model.data.length>0){ var station = model.data[0]; - console.info(station); + //console.info(station); $('#station_stationid_ex').text(temp.StationId_ex); //绔欑偣id $('#station_stationname').text(station.stationName); //鏈烘埧鍚嶇О $('#station_stationid').text(station.stationId); //鏈烘埧鍚嶇О -- Gitblit v1.9.1