发票管理增加打印,和推送oa
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user