| | |
| | | return View(); |
| | | } |
| | | [CheckLogin] |
| | | public IActionResult chedantuihuan(string Chedanid, decimal Price=0) |
| | | public IActionResult chedantuihuan(string Chedanid, decimal Price=0,string Chedanyuany="") |
| | | { |
| | | var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User")); |
| | | ViewData["curentuser"] = curentuser; |
| | |
| | | dto.ChedanStatus = "A"; |
| | | dto.Chedan = Price; |
| | | dto.ShouliStatus = "0"; |
| | | |
| | | if (!string.IsNullOrWhiteSpace(Chedanyuany)) |
| | | dto.Remark += " " + Chedanyuany; |
| | | resultEntity = _cooperOrderService.chedan(dto); |
| | | |
| | | |