1
This commit is contained in:
@@ -94,11 +94,12 @@ namespace Tnb.WarehouseMgr
|
||||
List<BasLocation> locs = await _basLocationService?.GetLocationInfobyIds(locIds)!;
|
||||
if (locs?.Count > 0)
|
||||
{
|
||||
/*
|
||||
bool isStoreLoc = locs.Where(x => !x.IsNullOrEmpty()).Select(x => x.is_type.ParseToInt()).Any(x => x == (int)EnumLocationType.存储库位);
|
||||
if (isStoreLoc)
|
||||
{
|
||||
throw new AppFriendlyException("起始库位不能为存储库位", 500);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
VisualDevEntity? templateEntity = await _visualDevService?.GetInfoById(ModuleConsts.MODULE_WMSDELIVERYPDA_ID, true)!;
|
||||
await _runService.Create(templateEntity, input);
|
||||
|
||||
Reference in New Issue
Block a user