@ -204,6 +204,7 @@ public class BomService : ApplicationService, IBomService
bOtherWork = true;
result.MESSAGE = "非长春工厂数据!";
}
await CurrentUnitOfWork.SaveChangesAsync();
catch (Exception ex)
{
@ -336,6 +336,7 @@ public class OtherZllService : ApplicationService, IOtherZllService
result.MESSAGE = "err:非物流领料单";
@ -171,6 +171,7 @@ public class PPlanService : ApplicationService, IPPlanService
result.MESSAGE = $"非WinWMS使用的物料号!{_planDto.MATNR}";
@ -255,7 +255,8 @@ public class ProductRecieveService : ApplicationService, IProductRecieveService
if (_stockUpdateList != null && _stockUpdateList.Count() > 0)
await _tmPgWmsUpdate.UpdateTsStock(_stockUpdateList);
await _tlTransactionRepository.AddAsync(_transList);
@ -348,7 +348,8 @@ public class PurchaseService : ApplicationService, IPurchaseService
bUpdate = true;
result.MESSAGE = $"err:单据 {_purchaseDto.MBLNR} 已存在";
catch(Exception ex)
@ -391,6 +391,7 @@ public class StockMoveService : ApplicationService, IStockMoveService
await _tmPgWmsUpdate.DeleteTsStock(_stockDelList);
@ -274,6 +274,7 @@ public class PartService : ApplicationService, IPartService
result.MESSAGE = $"非WinWMS使用的物料号!{_part.MATNR.Trim()}";
@ -232,6 +232,7 @@ public class ZlldcjLogAppService : ApplicationService, IZlldcjLogAppService