| | |
| | | var shi = _fiBookService.GetList().Select(x => new { code = x.Id, label = x.BookName }).ToList(); |
| | | result = JsonConvert.SerializeObject(shi); |
| | | } |
| | | if (OrderType == "02" || OrderType == "04" || OrderType == "06" || OrderType == "09") |
| | | if (OrderType == "02" || OrderType == "04" || OrderType == "06" || OrderType == "09" || OrderType == "08") |
| | | { |
| | | var shi = _fiServiceService.GetList().Where(x=>x.ServiceTypeTop == OrderType).Select(x => new { code = x.ServiceType, label = x.ServiceType }).Distinct().ToList(); |
| | | result = JsonConvert.SerializeObject(shi); |
| | |
| | | result = JsonConvert.SerializeObject(shi); |
| | | } |
| | | |
| | | if (OrderType == "08" || OrderType == "10" || OrderType == "11") |
| | | if (OrderType == "10" || OrderType == "11") |
| | | { |
| | | |
| | | result = "[]"; |