| | |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers.Inbound |
| | | { |
| | | /// <summary> |
| | | /// å
¥åºå |
| | | /// </summary> |
| | | [Route("api/InboundOrder")] |
| | | [ApiController] |
| | | public class InboundOrderController : ApiBaseController<IInboundOrderService, Dt_InboundOrder> |
| | |
| | | /// <param name="palletCode"></param> |
| | | /// <param name="serNum"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("MaterielGroupSingle"),AllowAnonymous] |
| | | [HttpPost, HttpGet, Route("MaterielGroupSingle")] |
| | | public WebResponseContent MaterielGroup(int inboundOrderId, string palletCode, string serNum) |
| | | { |
| | | return Service.MaterielGroup(inboundOrderId, palletCode, serNum); |
| | |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("FeedbackInboundOrder"),AllowAnonymous] |
| | | [HttpPost, HttpGet, Route("FeedbackInboundOrder")] |
| | | public WebResponseContent FeedbackInboundOrder(int id) |
| | | { |
| | | return Service.FeedbackInboundOrder(id); |