静置仓到成品
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user