SVN r820
SVN-Revision: r820
This commit is contained in:
@@ -1715,6 +1715,7 @@ namespace Lskj.PubAccraditation
|
||||
foreach (string item in billFields.Split(','))
|
||||
{
|
||||
BaseUserControl control = this.ControlObj.FindControl(item);
|
||||
if (control == null) continue;
|
||||
if (string.IsNullOrWhiteSpace(control.Model.PrivilegeOper))
|
||||
{
|
||||
//没有人员权限,转成可编辑
|
||||
|
||||
Reference in New Issue
Block a user