1
This commit is contained in:
@@ -312,11 +312,11 @@ namespace FineUIPro.Web.ProjectData
|
||||
ShowNotify($"已存在关联此主数据的项目:({relatePro.ProjectCode}){relatePro.ProjectName}!", MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowNotify($"请选择关联集团主数据项目!", MessageBoxIcon.Warning);
|
||||
return ;
|
||||
}
|
||||
// else
|
||||
// {
|
||||
// ShowNotify($"请选择关联集团主数据项目!", MessageBoxIcon.Warning);
|
||||
// return ;
|
||||
// }
|
||||
|
||||
this.SaveData();
|
||||
}
|
||||
@@ -366,7 +366,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
Alert.ShowInTop("项目名称已存在!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
if (!string.IsNullOrWhiteSpace(this.drpMasterBox1.Text))
|
||||
if (!string.IsNullOrWhiteSpace(this.drpMasterBox1.Value))
|
||||
{
|
||||
project.MasterSysId = this.drpMasterBox1.Value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user