Ext take parent page window function

When the jump page can not take the higher sub-sub-pages when the parent class

var ret =window.open(AppUrl + 'page/PM_03010318/defUpdate.html?V_WEEKPLAN_GUID=' + V_WEEKPLAN_GUID +'&Oyear='+Ext.getCmp("year").getValue() +'&Omonth='+Ext.getCmp("month").getValue()+'&V_V_ORGCODE='+Ext.getCmp("ck").getValue()+'&V_V_DEPTCODE='+Ext.getCmp("zyq").getValue()        +'&V_V_EQUTYPE='+Ext.getCmp("sblx").getValue()+'&V_V_EQUCODE='+Ext.getCmp("sbmc").getValue()+'&V_V_ZY='+Ext.getCmp("zy").getValue()
        +'&WSIGN='+1+'',"newwindow", 'height=450px,width=650px,top=50px,left=100px,resizable=yes');

Add "newwindow"

Guess you like

Origin blog.csdn.net/woyizhizaizhaoni/article/details/91559160