Example #1
0
 // 提交预算信息
 public static bool SaveNewBudget(string BudgetID, string TaskID, string PostTime, string ContractPrice, string AdvancePrice, string AppTime,
                                  string ProPrice, string ProTime, string Comments, ref string a_strErr)
 {
     if (DecetePro.SaveNewBudget(BudgetID, TaskID, PostTime, ContractPrice, AdvancePrice, AppTime, ProPrice, ProTime, Comments, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }