2023-03-03 合同打印修改,在线编辑文档控件增加
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user