Exemple #1
0
 public static bool InsertNewTemporary(string ProductName, string Spc, string Pid, string Num, string RelevanceID, string dataT, ref string a_strErr)
 {
     if (COM_ApprovalPro.InsertTemporary(ProductName, Spc, Pid, Num, RelevanceID, dataT, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Exemple #2
0
 public static bool UpdateNewzhunchuApproval(string IsPass, string Opinion, string Remark, string PID, string webkey, string folderBack, string RelevanceID, ref string a_strErr)
 {
     if (COM_ApprovalPro.UpdatezhunchuApproval(IsPass, Opinion, Remark, PID, webkey, folderBack, RelevanceID, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Exemple #3
0
 public static bool InsertNewApproval(string PID, string RelevanceID, string webkey, string folderBack, ref string a_strErr)
 {
     if (COM_ApprovalPro.InsertApproval(PID, RelevanceID, webkey, folderBack, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Exemple #4
0
 public static DataTable getNewProductByName(string ProductName, string UnitID)
 {
     return(COM_ApprovalPro.getProductByName(ProductName, UnitID));
 }
Exemple #5
0
 public static DataTable getNewProductByUnitID(string UnitID)
 {
     return(COM_ApprovalPro.getProductByUnitID(UnitID));
 }
Exemple #6
0
 public static UIDataTable getNewConditionGrid(int a_intPageSize, int a_intPageIndex, string where, string folderBack)
 {
     return(COM_ApprovalPro.getConditionGrid(a_intPageSize, a_intPageIndex, where, folderBack));
 }
Exemple #7
0
 public static int JudgeNewLoginUser(string userid, string webkey, string folderBack, string SPID)
 {
     return(COM_ApprovalPro.judgeLoginUser(userid, webkey, folderBack, SPID));
 }
Exemple #8
0
 public static UIDataTable getNewUMwebkeyGrid(int a_intPageSize, int a_intPageIndex, string where)
 {
     return(COM_ApprovalPro.getUMwebkeyGrid(a_intPageSize, a_intPageIndex, where));
 }
Exemple #9
0
 public static string GetNewSPid(string folderBack)
 {
     return(COM_ApprovalPro.GetSPid(folderBack));
 }
Exemple #10
0
 public static string getNewwebkey(string webkey)
 {
     return(COM_ApprovalPro.getwebkey(webkey));
 }