| | |
| | | decimal upperValue = Convert.ToDecimal(saveModel.MainData["upperValue"]); |
| | | int isCantainGK = saveModel.MainData["isCantainGK"].ObjToInt(); |
| | | string PostContainer = saveModel.MainData["postContainer"].ToString(); |
| | | decimal Estimatedvalue = Convert.ToDecimal(saveModel.MainData["estimatedvalue"]); |
| | | |
| | | |
| | | if (lowerValue < 0 || upperValue < 0) throw new Exception("è¿çéå¼å¼å¸¸"); |
| | |
| | | upperValue_gk = upperValue_gk, |
| | | upperValue = upperValue, |
| | | PostContainer = PostContainer, |
| | | Estimatedvalue = Estimatedvalue, |
| | | }; |
| | | |
| | | if (BaseDal.AddData(selectionStandards) > 0) |
| | |
| | | string gkdj = saveModel.MainData["gkdj"].ToString(); |
| | | decimal lowerValue = Convert.ToDecimal(saveModel.MainData["lowerValue"]); |
| | | decimal upperValue = Convert.ToDecimal(saveModel.MainData["upperValue"]); |
| | | |
| | | decimal Estimatedvalue = Convert.ToDecimal(saveModel.MainData["estimatedvalue"]); |
| | | string PostContainer = saveModel.MainData["postContainer"].ToString(); |
| | | int isCantainGK = saveModel.MainData["isCantainGK"].ObjToInt(); |
| | | |
| | | Dt_SelectionStandards dt_Selection = BaseDal.QueryFirst(x => x.ID == id); |
| | | |
| | | |
| | | |
| | | dt_Selection.Estimatedvalue = Estimatedvalue; |
| | | dt_Selection.CarType = carType; |
| | | dt_Selection.mttype = mttype; |
| | | dt_Selection.neworold = neworold; |