单人多窗口编辑权,遗漏处理
This commit is contained in:
parent
deca56e4e4
commit
9b73250023
@ -3558,8 +3558,9 @@ function openRelationDig(obj,value) {
|
|||||||
},
|
},
|
||||||
success : function(msg) {
|
success : function(msg) {
|
||||||
if (msg.result == "ok") {
|
if (msg.result == "ok") {
|
||||||
|
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
|
||||||
window.open("./w?uuid=" + msg.data.uuid+"&teamId"
|
window.open("./w?uuid=" + msg.data.uuid+"&teamId"
|
||||||
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val()));
|
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId=" + browserId + "&sid=" + encodeURIComponent($('#sid').val()));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3809,8 +3809,9 @@ function openRelationDig(obj, value) {
|
|||||||
if (msg.result == "ok") {
|
if (msg.result == "ok") {
|
||||||
//关闭新建按钮
|
//关闭新建按钮
|
||||||
$(".dlg-button button").eq(2).hide();
|
$(".dlg-button button").eq(2).hide();
|
||||||
|
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
|
||||||
window.open("./w?uuid=" + msg.data.uuid + "&teamId=" + getteamId
|
window.open("./w?uuid=" + msg.data.uuid + "&teamId=" + getteamId
|
||||||
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val()));
|
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val()));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user