@ -238,6 +238,8 @@ public class BomService : ApplicationService, IBomService
{
if (IsRequestRetry == false)
Logger.LogInformation(bomdto.JSON);
if (bNotFind)
bomdto.ITYPE = result.MESSAGE;
@ -374,6 +374,7 @@ public class OtherZllService : ApplicationService, IOtherZllService
Logger.LogInformation(dto.JSON);
try
await AddOtherZLLDtoNowUnitOfWorkAsync(dto);
@ -204,6 +204,8 @@ public class PPlanService : ApplicationService, IPPlanService
if (bUpdate)
dto.ITYPE = "更新!";
@ -288,6 +288,8 @@ public class ProductRecieveService : ApplicationService, IProductRecieveService
Logger.LogInformation(apiPRdto.JSON);
if (bErr)
result.TYPE = 'E';
@ -391,6 +391,8 @@ public class PurchaseService : ApplicationService, IPurchaseService
dto.ITYPE = $"err:单据 {_purchaseDto.MBLNR} 已存在!";
@ -429,6 +429,8 @@ public class StockMoveService : ApplicationService, IStockMoveService
Logger.LogInformation(apiSSdto.JSON);
@ -306,6 +306,8 @@ public class PartService : ApplicationService, IPartService
Logger.LogInformation(partdto.JSON);
partdto.ITYPE = "更新";
@ -278,6 +278,8 @@ public class ZlldcjLogAppService : ApplicationService, IZlldcjLogAppService
Logger.LogInformation(zlldcjdto.JSON);
zlldcjdto.ITYPE = result.MESSAGE;