Commit 1aec138c by liuyang

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

parents 41f4927d ebd59c88
...@@ -26,8 +26,8 @@ $(function () { ...@@ -26,8 +26,8 @@ $(function () {
}); });
function jump(id) { 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); window.open(herf);
} }
...@@ -192,8 +192,11 @@ ...@@ -192,8 +192,11 @@
} else { } else {
} }
// 当前页面号 // 当前页面号
let efFormEname = __eiInfo.extAttr[EiConstant.EF_FORM_ENAME]; let efParentFormEname = __eiInfo.extAttr["efParentFormEname"];
href = href + (href.indexOf("?") == -1 ? '?' : '&') + "efParentFormEname=" + efFormEname; if (!isAvailable(efParentFormEname)) {
efParentFormEname = __eiInfo.extAttr[EiConstant.EF_FORM_ENAME];
}
href = href + (href.indexOf("?") == -1 ? '?' : '&') + "efParentFormEname=" + efParentFormEname;
parameter["href"] = href; parameter["href"] = href;
popWindow = divhtml.data("kendoWindow"); popWindow = divhtml.data("kendoWindow");
popWindow.setOptions({ 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