Example #1
0
 // 提交结算信息
 public static bool SaveNewContract(string AccountsID, string TaskID, string AccAmount, string PostTime, string ContractPrice, string SignTime,
                                    string ActualPrice, string ActualTime, string KnotStyle, string IsSign, string Comments, string RepairPrice, string IsBill, ref string a_strErr)
 {
     if (DecetePro.SaveNewContract(AccountsID, TaskID, AccAmount, PostTime, ContractPrice, SignTime, ActualPrice, ActualTime, KnotStyle, IsSign,
                                   Comments, RepairPrice, IsBill, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }