编号生成

This commit is contained in:
zhal 2022-07-26 22:25:20 +08:00
parent adeaf36dad
commit 030ffc6ef5

View File

@ -3473,7 +3473,7 @@ function openRelationDig(obj,value) {
+ "&relationShapeIds=" + relationShapeIds
+ "&relationFileIds=" + relationFileIds
+ "&ruuid=" + ruuid);
debugger;
if(methodId=="org.role"){
//根据角色
$.ajax({
@ -3541,6 +3541,7 @@ function openRelationDig(obj,value) {
methodId:methodId
},
success : function(msg) {
if (msg.data.result == "ok") {
window.top.$.simpleAlert("请勿重复新建角色模型!!!");
}else{
@ -3558,7 +3559,7 @@ function openRelationDig(obj,value) {
},
success : function(msg) {
if (msg.result == "ok") {
window.open("./w?uuid=" + msg.data.uuid+"&teamId"
window.open("./w?uuid=" + msg.data.uuid+"&teamId="+$('#teamId').val()
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val()));
}
@ -3744,6 +3745,7 @@ function saveRelevanceShapesTODB(shapesObj, shapeId, shapeName, fileName,
}
}
}
//by bzp end
var ref = $("input[objid_shapeId='" + objId + "']").attr("ref");
$.ajax({