提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+33 -1
View File
@@ -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
}
}