20240430 质量综合管理导入导出
This commit is contained in:
@@ -33,7 +33,7 @@ namespace FineUIPro.Web.Comprehensive
|
||||
{
|
||||
string strSql = @"select VisaId,VisaCode, VisaReson, VisaDate, Status,
|
||||
EstimatedCost, Confirmation, ConstructionManager, ControlManager, ProcessingState,
|
||||
AccountingExpenses,VisaContent, Remark, U.UnitName,CN.ProfessionalName ,SignMan,AuditMan,unitWork.UnitWorkName
|
||||
AccountingExpenses,VisaContent, Remark, U.UnitName,CN.ProfessionalName ,SignMan,AuditMan,unitWork.UnitWorkName,C.RemarkCode
|
||||
from Comprehensive_SiteVisaManagement C
|
||||
left join Base_Unit U on C.UnitId=U.UnitId
|
||||
left join Base_CNProfessional CN on C.CNProfessionalId=CN.CNProfessionalId
|
||||
@@ -310,7 +310,7 @@ namespace FineUIPro.Web.Comprehensive
|
||||
lists = lists.OrderBy(x => x.RemarkCode);
|
||||
if (lists != null)
|
||||
{
|
||||
string projectName = BLL.ProjectService.GetProjectNameByProjectId(this.CurrUser.LoginProjectId);
|
||||
string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);
|
||||
newUrl = uploadfilepath.Replace("现场签证管理导入模板", "现场签证管理(" + projectName + DateTime.Now.ToString("yyyyMMdd") + ")");
|
||||
File.Copy(uploadfilepath, newUrl);
|
||||
// 第一步:读取文件流
|
||||
|
||||
Reference in New Issue
Block a user