提交当前本机整理版本
This commit is contained in:
@@ -3773,4 +3773,36 @@ namespace Lskj.PubBillAccount
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
DataRow rowItem = this.gcMain.GetFocusedDataRow();
|
||||
if (rowItem != null)
|
||||
{
|
||||
rowItem["cDefine13"] = this.txtcontractNoName.EditText;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message, ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
//客户改变
|
||||
void Oncccus_idEditEditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
DataRow rowItem = this.gcMain.GetFocusedDataRow();
|
||||
if (rowItem != null)
|
||||
{
|
||||
rowItem["ccus_id"] = this.txtcCustomer.EditValue;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message, ex.Message);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user