1兼容数智五环大屏,跳转方法调整

This commit is contained in:
2026-06-09 19:35:12 +08:00
parent 6ccdec9b10
commit 855eec9965
24 changed files with 114 additions and 64 deletions
@@ -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;
}