修复bug
This commit is contained in:
Binary file not shown.
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user