静置仓到成品

This commit is contained in:
2024-07-18 10:29:56 +08:00
parent 1374ba7a56
commit 7f7f21c271
3 changed files with 6 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ using Tnb.ProductionMgr.Entities.Dto;
using JNPF.VisualDev;
using System.Runtime.InteropServices;
using Tnb.BasicData.Entities;
using Microsoft.AspNetCore.Authorization;
namespace Tnb.WarehouseMgr
{
@@ -47,7 +48,7 @@ namespace Tnb.WarehouseMgr
///
/// </param>
/// <returns></returns>
[HttpPost]
[HttpPost, NonUnify, AllowAnonymous]
public async Task<Tnb.WarehouseMgr.Entities.Dto.Outputs.Result> Instock(WmsEmptycarryInstockServiceInstockInput input)
{
try