|  |  |  | 
|---|
|  |  |  | <!-- <div class="search_box"> | 
|---|
|  |  |  | <button id="searchBtn" type="button">搜索</button> | 
|---|
|  |  |  | <input id="searchParam"/> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div id="popup_box"> | 
|---|
|  |  |  | </div> --> | 
|---|
|  |  |  | <!-- <div id="popup_box"> | 
|---|
|  |  |  | <div id="equ_list" class="listview"> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> --> | 
|---|
|  |  |  | 
|---|
|  |  |  | //$("#searchParam").val(mpoint['name']); | 
|---|
|  |  |  | var url = 'get-devices-by-mid-oid?mpId=' + mpoint['id'] + "&orgId=" + params['orgId']; | 
|---|
|  |  |  | listView.load(url); | 
|---|
|  |  |  | //moralMap.showPopupbox("#popup_box"); | 
|---|
|  |  |  | moralMap.showPopupbox("#popup_box"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | function loadLazy(url,paramMap,callBack,lazyKeyer){ | 
|---|
|  |  |  | if(lazyKeyer==undefined){ | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | var equ = { | 
|---|
|  |  |  | methodName : 'refreshState', | 
|---|
|  |  |  | markers : markers, | 
|---|
|  |  |  | layer : layer | 
|---|
|  |  |  | } | 
|---|
|  |  |  | var equStr = JSON.stringify(equ); | 
|---|
|  |  |  | if(window["console"]!=undefined){ | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if(!!window['external']&&!!window['external']['callWin']){ | 
|---|
|  |  |  | window['external'].callWin(equStr); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if(resultMap["popupEquStates"]!=null){ | 
|---|
|  |  |  | listView.refreshState(resultMap["popupEquStates"]); | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | function callJS(jsonData){ | 
|---|
|  |  |  | moralMap.callJS(jsonData); | 
|---|
|  |  |  | refreshAllState(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </script> | 
|---|