20250410
This commit is contained in:
@@ -10,6 +10,18 @@ namespace FineUIPro.Web.SES
|
||||
{
|
||||
public partial class SESRelatedDataContractManage9 : PageBase
|
||||
{
|
||||
public string FC_ID
|
||||
{
|
||||
get
|
||||
{
|
||||
return (string)ViewState["FC_ID"];
|
||||
}
|
||||
set
|
||||
{
|
||||
ViewState["FC_ID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
#region 加载
|
||||
/// <summary>
|
||||
/// 加载页面
|
||||
@@ -42,6 +54,7 @@ namespace FineUIPro.Web.SES
|
||||
Model.FC_ContractManagement file = BLL.ContractManagementService.GetContractManagementById(fileId);
|
||||
if (file != null)
|
||||
{
|
||||
this.FC_ID = file.FC_ID.ToString();
|
||||
this.hdId.Text = file.FileId;
|
||||
//if (!string.IsNullOrEmpty(file.FileTypeId))
|
||||
//{
|
||||
@@ -93,6 +106,7 @@ namespace FineUIPro.Web.SES
|
||||
string id = Request.Params["id"];
|
||||
if (!string.IsNullOrEmpty(id))
|
||||
{
|
||||
this.FC_ID = id;
|
||||
var data = BLL.SESRelatedDataService.GetSESRelatedDataById(id);
|
||||
if (data != null)
|
||||
{
|
||||
@@ -205,7 +219,7 @@ namespace FineUIPro.Web.SES
|
||||
{
|
||||
this.hdId.Text = SQLHelper.GetNewID(typeof(Model.FC_ContractManagement));
|
||||
}
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../AttachFile/webuploader2.aspx?type=0&toKeyId={0}&path=FileUpload/SES/SESRelatedData/ContractManagement&menuId={1}", this.hdId.Text, BLL.Const.SESRelatedDateMenuId)));
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../AttachFile/webuploader2.aspx?type=0&toKeyId={0}&path=FileUpload/SES/SESRelatedData/ContractManagement&menuId={1}&fcid={2}&fileTypeId={3}", this.hdId.Text, BLL.Const.SESRelatedDateMenuId, this.FC_ID, "9")));
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user