| | |
| | | |
| | | |
| | | |
| | | ViewData["shangxiawu"] = _liaotianService.GetSYScode("order_banci_dtl", "shangxiawu"); |
| | | ViewData["shangxiawu"] = _liaotianService.GetSYScode("order_banci_order", "kechengleixing_id"); |
| | | |
| | | |
| | | |
| | |
| | | returnMsg.error = "没有查询到班次"; |
| | | returnMsg.count = 0; |
| | | } |
| | | else |
| | | { |
| | | OrderBanciDtlDTOSearch searchEntity = new OrderBanciDtlDTOSearch(); |
| | | searchEntity.page = 1; |
| | | searchEntity.rows = 1000; |
| | | searchEntity.OrderBanciId = id; |
| | | orderBanciDTO.orderBanciDtlDTOs = _orderBanciDtlService.SearchByPaging(searchEntity).DataList; |
| | | returnMsg.code = 1; |
| | | returnMsg.count = 1; |
| | | returnMsg.returnObj = orderBanciDTO; |
| | | } |
| | | |
| | | returnMsg.code = 1; |
| | | returnMsg.count = 1; |
| | | returnMsg.returnObj = orderBanciDTO; |
| | | } |
| | | catch (Exception ex) |
| | | { |