| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_IOutboundService; |
| | | using WIDESEA_Model.Models; |
| | |
| | | public ProOutOrderController(IProOutOrderService service) : base(service) |
| | | { |
| | | } |
| | | /// <summary> |
| | | /// æååºå¾
åè´§åº(å¹³åº)+忥ERPåºåº |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("OutProductPK"), AllowAnonymous] |
| | | public WebResponseContent OutProductPK([FromBody] string[] OutPKCodes, string ProOutNo) |
| | | { |
| | | return Service.OutProductPK(OutPKCodes, ProOutNo); |
| | | } |
| | | } |
| | | } |