From b353f9c5cac4e1b0e7319963564bc39b9dceed30 Mon Sep 17 00:00:00 2001 From: 18942506660 <18942506660@A18942506660> Date: Tue, 26 Mar 2024 15:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/SubscribeNotificationController.cs | 2 +- src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml | 7 ++++++- src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml | 9 +++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs b/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs index 1d8504ac..595067d6 100644 --- a/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs +++ b/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs @@ -80,7 +80,7 @@ namespace WMS.Web.Api.Controllers /// /// [HttpPost] - [Route("Save")] + [Route("Edit")] public async Task Edit(EditSubscribeNotificationRequest dto) { var loginInfo = _loginService.GetLoginInfo(this.HttpContext.Request.Headers["Authorization"]); diff --git a/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml b/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml index addc7cb7..d395d3c1 100644 --- a/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml +++ b/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml @@ -4233,12 +4233,17 @@ 物料对应的仓位有哪些 + + + 物料编码 + + 仓位编码 - + 仓位名称 diff --git a/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml b/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml index 3347ea21..72aabea5 100644 --- a/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml +++ b/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml @@ -2802,6 +2802,15 @@ + + + 获取物料对应的仓位集合 + + + + + + 物料收发明细-仓储接口