Commit 1aec138c by liuyang

Merge branch 'dev' of http://git.pseer.com/platform/hp-smart into dev-ly

parents 41f4927d ebd59c88
......@@ -26,7 +26,7 @@ $(function () {
});
function jump(id) {
var herf= ctx + "\\web\\"+ "HPSC002?inqu_status-0-projId=" + id;
var herf = ctx + "\\web\\" + "HPSC002?inqu_status-0-projId=" + id + "&efParentFormEname=HPSC011";
window.open(herf);
}
......
......@@ -192,8 +192,11 @@
} else {
}
// 当前页面号
let efFormEname = __eiInfo.extAttr[EiConstant.EF_FORM_ENAME];
href = href + (href.indexOf("?") == -1 ? '?' : '&') + "efParentFormEname=" + efFormEname;
let efParentFormEname = __eiInfo.extAttr["efParentFormEname"];
if (!isAvailable(efParentFormEname)) {
efParentFormEname = __eiInfo.extAttr[EiConstant.EF_FORM_ENAME];
}
href = href + (href.indexOf("?") == -1 ? '?' : '&') + "efParentFormEname=" + efParentFormEname;
parameter["href"] = href;
popWindow = divhtml.data("kendoWindow");
popWindow.setOptions({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment