2023-03-03 合同打印修改,在线编辑文档控件增加
This commit is contained in:
@@ -132,9 +132,11 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
}
|
||||
if (e.CommandName == "export")
|
||||
{
|
||||
ActionPlanFormation actionPlanFormation = new ActionPlanFormation();
|
||||
//ActionPlanFormation actionPlanFormation = new ActionPlanFormation();
|
||||
var Act = BLL.PHTGL_ActionPlanReviewService.GetPHTGL_ActionPlanReviewById(fileId);
|
||||
actionPlanFormation.Print(Act.ActionPlanID);
|
||||
//actionPlanFormation.Print(Act.ActionPlanID);
|
||||
BLL.PHTGL_ActionPlanFormationService.PrintFile( Act.ActionPlanID);
|
||||
|
||||
return;
|
||||
}
|
||||
if (e.CommandName == "download")
|
||||
@@ -209,8 +211,8 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
return;
|
||||
}
|
||||
string ActionPlanID = Act.ActionPlanID;
|
||||
ActionPlanFormation actionPlanFormation = new ActionPlanFormation();
|
||||
actionPlanFormation.Print(ActionPlanID);
|
||||
BLL.PHTGL_ActionPlanFormationService.PrintFile(ActionPlanID);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -105,8 +105,10 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
}
|
||||
if (e.CommandName == "export")
|
||||
{
|
||||
ApproveUserReview approveUserReview = new ApproveUserReview();
|
||||
approveUserReview.Print(fileId);
|
||||
BLL.PHTGL_BidApproveUserReviewService.PrintFile( fileId);
|
||||
|
||||
//ApproveUserReview approveUserReview = new ApproveUserReview();
|
||||
//approveUserReview.Print(fileId);
|
||||
return;
|
||||
}
|
||||
if (e.CommandName == "download")
|
||||
|
||||
@@ -135,8 +135,10 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
}
|
||||
if (e.CommandName == "export")
|
||||
{
|
||||
BidDocumentsReview bidDocumentsReview = new BidDocumentsReview();
|
||||
bidDocumentsReview.Print(fileId);
|
||||
BLL.PHTGL_BidDocumentsReviewService.PrintFile(fileId);
|
||||
|
||||
//BidDocumentsReview bidDocumentsReview = new BidDocumentsReview();
|
||||
//bidDocumentsReview.Print(fileId);
|
||||
return;
|
||||
}
|
||||
if (e.CommandName == "download")
|
||||
|
||||
@@ -193,7 +193,7 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
return;
|
||||
}
|
||||
string Id = Grid1.SelectedRowID;
|
||||
BLL.PHTGL_ContractReviewService.Print(Id);
|
||||
BLL.PHTGL_ContractReviewService.PrintFile(Id);
|
||||
|
||||
//BLL.Common.FastReport.ResetData();
|
||||
//Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
|
||||
@@ -145,8 +145,10 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
|
||||
if (e.CommandName == "export")
|
||||
{
|
||||
SetSubReview setSubReview = new SetSubReview();
|
||||
setSubReview.Print(fileId);
|
||||
BLL.PHTGL_SetSubReviewService.PrintFile(fileId);
|
||||
|
||||
//SetSubReview setSubReview = new SetSubReview();
|
||||
//setSubReview.Print(fileId);
|
||||
return;
|
||||
}
|
||||
if (e.CommandName == "download")
|
||||
|
||||
Reference in New Issue
Block a user