20250729 新增合同绩效违规处理邮件

This commit is contained in:
2025-07-29 09:36:24 +08:00
parent c10314d301
commit 50ddcb8dcf
4 changed files with 184 additions and 18 deletions
+10 -10
View File
@@ -55,16 +55,16 @@ namespace FineUIPro.Web.SES
}
// BLL.SESRelatedDataService.InitFONoDropDownList(this.drpFO_No, true);//合同号
//BLL.ContractorService.InitDropDownList(drpContractor, true); //承包商;
var contractorLists = from x in Funs.DB.FC_SESRelatedData
join y in Funs.DB.Base_Contractor on x.Contractor equals y.ContractorId
where x.Expire_Date.Value.AddYears(1) >= DateTime.Now
select new { y.ContractorId, Contractor = y.Contractor + y.ContractorCN };
this.drpContractor.DataTextField = "Contractor";
this.drpContractor.DataValueField = "ContractorId";
this.drpContractor.DataSource = contractorLists.Distinct();
this.drpContractor.DataBind();
Funs.FineUIPleaseSelect(this.drpContractor);
BLL.ContractorService.InitDropDownList(drpContractor, true); //承包商;
//var contractorLists = from x in Funs.DB.FC_SESRelatedData
// join y in Funs.DB.Base_Contractor on x.Contractor equals y.ContractorId
// where x.Expire_Date.Value.AddYears(1) >= DateTime.Now
// select new { y.ContractorId, Contractor = y.Contractor + y.ContractorCN };
//this.drpContractor.DataTextField = "Contractor";
//this.drpContractor.DataValueField = "ContractorId";
//this.drpContractor.DataSource = contractorLists.Distinct();
//this.drpContractor.DataBind();
//Funs.FineUIPleaseSelect(this.drpContractor);
BLL.DepartService.InitDepartToWhere(this.drpBYC_RU, true);//BYC负责部门
BLL.Sys_UserService.InitUserDropDownList(this.drpViolationInspector, true);//违章检查人