20250729 新增合同绩效违规处理邮件
This commit is contained in:
@@ -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);//违章检查人
|
||||
|
||||
Reference in New Issue
Block a user