页面传值获取

传值页 

function onClickDef(workguid){
    window.open(AppUrl + "page/No_4116/defView.html?V_GUID="+workguid+
        // + Ext.getStore("gridStore").getAt(index).get("V_ORDERGUID"),
        "", "dialogHeight:600px;dialogWidth:800px");
}

 获取页

var workguid="";
if(Ext.urlDecode(location.href.split("?")[1])!=undefined){
    workguid=Ext.urlDecode(location.href.split('?')[1]).V_GUID==null?"":Ext.urlDecode(location.href.split('?')[1]).V_GUID;
}

猜你喜欢

转载自blog.csdn.net/woyizhizaizhaoni/article/details/90716734
今日推荐