LEIYI 4 mesi fa
parent
commit
2a8546d11a

+ 0 - 1
OASystem/OASystem.Domain/ViewModels/PersonnelModule/GoodsInfoView.cs

@@ -41,7 +41,6 @@ namespace OASystem.Domain.ViewModels.PersonnelModule
         //[Navigate(NavigateType.OneToMany, nameof(GoodsListReceiveView.GoodsId), nameof(Id))]
         public List<GoodsListReceiveView> Receives { get; set; }//注意禁止给books手动赋值
 
-
         [SugarColumn(IsIgnore = true)]
         public decimal WaitAuditQuantity
         {

+ 1 - 0
OASystem/OASystem.Infrastructure/Repositories/PersonnelModule/GoodsRepository.cs

@@ -119,6 +119,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
                 StockQuantity = x.StockQuantity - x.WaitAuditQuantity,
                 x.Unit,
                 x.StockQuantityLabel,
+                x.Remark
             }).ToList();
 
             _jv.Code = StatusCodes.Status200OK;