diff --git a/EProject/FineUIPro.Web/ResourcePlan/ResourcePlanAdd.aspx.cs b/EProject/FineUIPro.Web/ResourcePlan/ResourcePlanAdd.aspx.cs index 684619f..cf6c642 100644 --- a/EProject/FineUIPro.Web/ResourcePlan/ResourcePlanAdd.aspx.cs +++ b/EProject/FineUIPro.Web/ResourcePlan/ResourcePlanAdd.aspx.cs @@ -611,11 +611,11 @@ namespace FineUIPro.Web.ResourcePlan // 把account 加日期写入StudyWo中 EProjects.StudyWo = eProject.ProjectControl_Account; - if (eProject.ProjectControl_JobType == "Projects" || eProject.ProjectControl_JobType == "Small Invest") - { - EProjects.ProjectControl_Account = null; - ProjectControlAccount = string.Empty; - } + //if (eProject.ProjectControl_JobType == "Projects" || eProject.ProjectControl_JobType == "Small Invest") + //{ + // EProjects.ProjectControl_Account = null; + // ProjectControlAccount = string.Empty; + //} // 后加条件,当创建第二个资源时,项目批准日期不为空时项目状态为On Going 不要了 修改于2024.07.03 //if (eProject.ProjectControl_JobType == "Other" && eProject.PM_MA_ProjectApproval.HasValue && !eProject.CM_MA_MC.HasValue diff --git a/EProjectPackFile_2025-8-22_01.zip b/EProjectPackFile_2025-8-22_01.zip deleted file mode 100644 index 9c63aff..0000000 Binary files a/EProjectPackFile_2025-8-22_01.zip and /dev/null differ diff --git a/EProjectPackFile_2025-8-22_01/PackFile/bin/FineUIPro.Web.dll b/EProjectPackFile_2025-8-22_01/PackFile/bin/FineUIPro.Web.dll deleted file mode 100644 index 780205a..0000000 Binary files a/EProjectPackFile_2025-8-22_01/PackFile/bin/FineUIPro.Web.dll and /dev/null differ