2023-03-03 合同打印修改,在线编辑文档控件增加

This commit is contained in:
2023-03-03 10:46:14 +08:00
parent 1cf35eb878
commit 1a8b21b64f
38 changed files with 3465 additions and 695 deletions
@@ -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