SVN r1053
SVN-Revision: r1053
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Lskj.Workflow.Control
|
||||
BillflowTypeModel model = this.SelectBillflowTypeModel;
|
||||
model.billTypeName = this.ltestepGroup.EditText;
|
||||
model.operUser = this.txtEdit.EditValue + "";
|
||||
|
||||
model.billflowban = int.Parse(this.labdisable.EditText);
|
||||
//string personnel = this.txtEdit.EditValue + "";
|
||||
//personnel = PowerImpl.getAllPersonnel(personnel);
|
||||
//model.operUser =personnel;
|
||||
@@ -230,6 +230,7 @@ namespace Lskj.Workflow.Control
|
||||
this.ltestepGroup.EditText = model.billTypeName;
|
||||
this.txtEdit.EditValue = model.operUser;
|
||||
this.SelectBillflowTypeModel = model;
|
||||
this.labdisable.EditText = model.billflowban + "";
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
@@ -458,32 +459,4 @@ namespace Lskj.Workflow.Control
|
||||
foreach (DataRow item in e.GridViewSelectRows)
|
||||
{
|
||||
userNames += "{&" + item["roleName"] + "&},";
|
||||
}
|
||||
|
||||
//userNames = PowerImpl.getAllPersonnel(userNames);
|
||||
//if (userNames.Equals(",")) userNames = "";
|
||||
}
|
||||
|
||||
//List<System.String> namesList = new List<System.String>((this.txtEdit.EditValue + "").Split(','));
|
||||
//foreach (string item in userNames.Split(','))
|
||||
//{
|
||||
// if (!namesList.Exists(t => t.Equals(item)))
|
||||
// {
|
||||
// this.txtEdit.EditValue += item + ",";
|
||||
// }
|
||||
|
||||
//}
|
||||
|
||||
this.txtEdit.EditValue += userNames;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message,ex.Message);
|
||||
LogHelper.Instance.WriteError(ex);
|
||||
//MessageUtil.Show(ResourceKeys.OperFault);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user