11
This commit is contained in:
@@ -15,7 +15,7 @@ namespace FineUIPro.Web.SES
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
|
||||
//txtLimitEndDate.MinDate = DateTime.Now;
|
||||
string queId = Request.Params["queId"];
|
||||
if (!string.IsNullOrEmpty(queId))
|
||||
{
|
||||
@@ -102,7 +102,7 @@ namespace FineUIPro.Web.SES
|
||||
{
|
||||
if (string.IsNullOrEmpty(this.hdId.Text)) //新增记录
|
||||
{
|
||||
this.hdId.Text = SQLHelper.GetNewID(typeof(Model.StandardTemplate));
|
||||
this.hdId.Text = SQLHelper.GetNewID(typeof(Model.EMC_Contractor_Qualification));
|
||||
}
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../AttachFile/webuploader2.aspx?type=0&toKeyId={0}&path=FileUpload/SES/ContractorQualification&menuId={1}", this.hdId.Text, BLL.Const.ContractorQualificationMenuId)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user