项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundController.cs
@@ -120,5 +120,11 @@ { return _outboundService.RecheckPicking(pickingDTO); } [HttpPost, Route("PrintFromData"), AllowAnonymous] public WebResponseContent PrintFromData(string barcode) { return _outboundService.PrintFromData(barcode); } } }