@@ -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
{
@@ -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;