20240805 单位工程设置修改

This commit is contained in:
2024-08-05 16:16:22 +08:00
parent 6feffba060
commit 83340dd172
26 changed files with 652 additions and 921 deletions
@@ -42,7 +42,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
//this.agree.Hidden = true;
//this.options.Hidden = true;
this.btnSave.Hidden = true;
//this.btnSave.Hidden = true;
//this.btnSubmit.Hidden = true;
this.VisaId = Request.Params["VisaId"];
Model.Comprehensive_SiteVisaManagement siteVisaManagement = BLL.SiteVisaManagementService.GetSiteVisaManagementById(this.VisaId);
@@ -113,7 +113,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
else
{
this.txtVisaDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
this.btnSave.Hidden = false;
//this.btnSave.Hidden = false;
//this.btnSubmit.Hidden = false;
}
}