发票管理增加打印,和推送oa

This commit is contained in:
2024-05-12 20:12:30 +08:00
parent 251422813e
commit 8634720b08
23 changed files with 1959 additions and 41 deletions
@@ -17,6 +17,8 @@ namespace BLL
public const string SetSubReview = "SetSubReview";
public const string ContractReview = "ContractReview";
public const string ContractReview_Countersign = "ContractReview_Countersign";
public const string Invoice_Input = "Invoice_Input";
public const string Invoice_Output = "Invoice_Output";
public static Model.PHTGL_Approve GetPHTGL_ApproveById(string ApproveId)
{
@@ -170,7 +172,7 @@ namespace BLL
/// <returns></returns>
public static List<Model.PHTGL_Approve> GetApproves_NopushOa()
{
var q = (from x in Funs.DB.PHTGL_Approve where x.IsPushOa == 0 && x.ApproveMan != "" select x).ToList();
var q = (from x in Funs.DB.PHTGL_Approve where x.IsPushOa == 0 && x.ApproveMan != "" && x.State==0 select x).ToList();
return q;
}
/// <summary>