1
This commit is contained in:
@@ -8,14 +8,6 @@
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="WmsBindService.cs" />
|
||||
<Compile Remove="WmsCarryBindService.cs" />
|
||||
<Compile Remove="WmsCarryUnbindService.cs" />
|
||||
<Compile Remove="WmsPDACarryReplaceService.cs" />
|
||||
<Compile Remove="WmsPDAFeedingService.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\BasicData\Tnb.BasicData.Interfaces\Tnb.BasicData.Interfaces.csproj" />
|
||||
<ProjectReference Include="..\..\visualdev\Tnb.VisualDev.Engine\Tnb.VisualDev.Engine.csproj" />
|
||||
|
||||
@@ -51,8 +51,8 @@ namespace Tnb.WarehouseMgr
|
||||
/// </param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="ArgumentNullException"></exception>
|
||||
[HttpPost]
|
||||
public async Task<dynamic> PDACarryReplace(VisualDevModelDataCrInput input)
|
||||
|
||||
private async Task<dynamic> PDACarryReplace(VisualDevModelDataCrInput input)
|
||||
{
|
||||
var isOk = false;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user