SVN r1230
SVN-Revision: r1230
This commit is contained in:
@@ -1461,9 +1461,13 @@ namespace Lskj.Control
|
||||
{
|
||||
this.ControlObj.CanExecControl = false;
|
||||
this.ControlObj.SetAllControlValue(this._drBillInfoMsg);
|
||||
this.SetColor();
|
||||
|
||||
|
||||
this.ControlObj.CanExecControl = true;
|
||||
|
||||
|
||||
|
||||
|
||||
// 必填字段
|
||||
string RequiredFields = this.AuditModelObj.RequiredFields.Trim(',');
|
||||
if (!string.IsNullOrEmpty(RequiredFields))
|
||||
@@ -1509,6 +1513,8 @@ namespace Lskj.Control
|
||||
string fieldName = dr["fieldName"] + "";
|
||||
this.ControlObj.SetReadOnlyControl(fieldName, !billFields.Split(',').Contains(fieldName), false);
|
||||
}
|
||||
this.SetColor();
|
||||
if (this.BillModelObj.HighlightChangeControl) this.ControlObj.ModifiedDefaultValueHighlight(this._drBillInfoMsg);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user