|
@@ -2536,8 +2536,16 @@ Ext.onReady(function(){
|
|
|
var spot_id = id;
|
|
|
// alert(spot_id);
|
|
|
if(zyzp_status==0){
|
|
|
+ if(document.getElementById('springHandlePanel3')!=undefined)
|
|
|
+ document.getElementById('springHandlePanel3').innerHTML="";
|
|
|
+ if(document.getElementById('springHandleHtml4')!=undefined)
|
|
|
+ document.getElementById('springHandleHtml4').innerHTML="";
|
|
|
+ if(document.getElementById('springHandleHtml2')!=undefined)
|
|
|
+ document.getElementById('springHandleHtml2').innerHTML="";
|
|
|
if(document.getElementById('springHandleHtml5')!=undefined)
|
|
|
document.getElementById('springHandleHtml5').innerHTML="";
|
|
|
+ // if(document.getElementById('springHandleHtml5')!=undefined)
|
|
|
+ // document.getElementById('springHandleHtml5').innerHTML="";
|
|
|
if(document.getElementById('springHandlePanel1')!=undefined)
|
|
|
document.getElementById('springHandlePanel1').innerHTML="";
|
|
|
var query = new Object();
|
|
@@ -2592,6 +2600,10 @@ Ext.onReady(function(){
|
|
|
document.getElementById('springHandlePanel3').innerHTML="";
|
|
|
if(document.getElementById('springHandleHtml4')!=undefined)
|
|
|
document.getElementById('springHandleHtml4').innerHTML="";
|
|
|
+ if(document.getElementById('springHandleHtml2')!=undefined)
|
|
|
+ document.getElementById('springHandleHtml2').innerHTML="";
|
|
|
+ if(document.getElementById('springHandleHtml5')!=undefined)
|
|
|
+ document.getElementById('springHandleHtml5').innerHTML="";
|
|
|
var query = new Object();
|
|
|
// query.V_LOGINNAME = $("#V_LOGINNAME").val();
|
|
|
// query.V_PASSWORD = $("#V_PASSWORD").val();
|