缺失图标补充
This commit is contained in:
parent
3043b3f60e
commit
f59e55cb35
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 570 B |
@ -3727,25 +3727,29 @@ function saveRelevanceShapesTODB(shapesObj, shapeId, shapeName, fileName,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//by bzp 校验角色和岗位不能同时选择
|
//by bzp 校验角色和岗位不能同时选择
|
||||||
if(objId == 'role' || objId == 'post'){
|
debugger;
|
||||||
if(objId == 'role'){
|
if(shape.category!="org_role"){
|
||||||
//判断岗位
|
if(objId == 'role' || objId == 'post'){
|
||||||
var tmp = $("input[objid='post']").val();
|
if(objId == 'role'){
|
||||||
if(tmp.length > 0){
|
//判断岗位
|
||||||
$.simpleAlert("不能同时选择岗位和角色");
|
var tmp = $("input[objid='post']").val();
|
||||||
return;
|
if(tmp.length > 0){
|
||||||
|
$.simpleAlert("不能同时选择岗位和角色");
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
if(objId == 'post'){
|
||||||
if(objId == 'post'){
|
//判断角色
|
||||||
//判断角色
|
var tmp = $("input[objid='role']").val();
|
||||||
var tmp = $("input[objid='role']").val();
|
if(tmp.length > 0){
|
||||||
if(tmp.length > 0){
|
$.simpleAlert("不能同时选择岗位和角色");
|
||||||
$.simpleAlert("不能同时选择岗位和角色");
|
return;
|
||||||
return;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//by bzp end
|
//by bzp end
|
||||||
var ref = $("input[objid_shapeId='" + objId + "']").attr("ref");
|
var ref = $("input[objid_shapeId='" + objId + "']").attr("ref");
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user