| | |
| | | 锘縰sing Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using SqlSugar; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.Attributes; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_Core.Helper; |
| | | using WIDESEA_DTO.Stock; |
| | | using WIDESEA_IOutboundService; |
| | | using WIDESEA_Model.Models; |
| | |
| | | public OutboundOrderDetailController(IOutboundOrderDetailService service) : base(service) |
| | | { |
| | | } |
| | | |
| | | |
| | | //[HttpPost, Route("GetOutboundDetailStockDataById"), AllowAnonymous, MethodParamsValidate] |
| | | //public List<Dt_OutboundOrderDetail> GetOutboundDetailStockDataById (int id) |
| | | //{ |
| | | // return Service.GetOutboundStockDataById(id); |
| | | //} |
| | | |
| | | |
| | | public override ActionResult GetPageData(PageDataOptions options) |
| | | { |
| | | return Json( Service.GetPageData(options)); |
| | | } |
| | | |
| | | } |
| | | } |