PDA绑定和PDA载具更换修改

This commit is contained in:
FanLian
2023-06-21 16:06:55 +08:00
parent f056b88938
commit 1d7dbe3b1a
2 changed files with 25 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ namespace Tnb.WarehouseMgr
_billRullService = billRullService;
_runService = runService;
_visualDevService = visualDevService;
OverideFuncs.CreateAsync = ExchangeCarry;
OverideFuncs.CreateAsync = WMSPDACarryReplace;
}
/// <summary>
@@ -61,7 +61,7 @@ namespace Tnb.WarehouseMgr
/// </param>
/// <returns></returns>
/// <exception cref="ArgumentNullException"></exception>
private async Task<dynamic> ExchangeCarry(VisualDevModelDataCrInput input)
private async Task<dynamic> WMSPDACarryReplace(VisualDevModelDataCrInput input)
{