修复bug

This commit is contained in:
18942506660
2024-08-08 15:05:31 +08:00
parent 7b7018d1bf
commit aa5273d3aa
2 changed files with 2 additions and 2 deletions

View File

@@ -159,8 +159,8 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public void GenerateStatus()
{
if (this.Status == OutStockStatus.Repeal)
return;
//if (this.Status == OutStockStatus.Repeal)
// return;
//明细都作废后 整个单据作废
if (this.Details.Count() == this.Details.Where(w => w.IsRepeal == true).Count())
{