1兼容数智五环大屏,跳转方法调整
This commit is contained in:
@@ -263,11 +263,11 @@ namespace FineUIPro.Web.ProjectData
|
||||
ShowNotify($"已存在关联此主数据的项目:({relatePro.ProjectCode}){relatePro.ProjectName}!", MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowNotify($"请选择关联集团主数据项目!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
//else
|
||||
//{
|
||||
// ShowNotify($"请选择关联集团主数据项目!", MessageBoxIcon.Warning);
|
||||
// return;
|
||||
//}
|
||||
|
||||
this.SaveData();
|
||||
}
|
||||
@@ -319,7 +319,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
project.JTProjectCode = project.ProjectCode;
|
||||
}
|
||||
if (!string.IsNullOrWhiteSpace(this.drpMasterBox1.Text))
|
||||
if (!string.IsNullOrWhiteSpace(this.drpMasterBox1.Value))
|
||||
{
|
||||
project.MasterSysId = this.drpMasterBox1.Value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user