| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseController; |
| | |
| | | { |
| | | return Service.RevokeLockOutboundStock(id); |
| | | } |
| | | /// <summary> |
| | | /// 出库明细取消回调ERP |
| | | /// </summary> |
| | | /// <param name="keys"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("CancelOutFeedbackERP"), AllowAnonymous] |
| | | public WebResponseContent CancelOutFeedbackERP([FromBody] int[] keys) |
| | | { |
| | | return Service.CancelOutFeedbackERP(keys); |
| | | } |
| | | } |
| | | } |