修复bug
This commit is contained in:
Binary file not shown.
@@ -159,8 +159,8 @@ namespace WMS.Web.Domain.Entitys
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public void GenerateStatus()
|
public void GenerateStatus()
|
||||||
{
|
{
|
||||||
if (this.Status == OutStockStatus.Repeal)
|
//if (this.Status == OutStockStatus.Repeal)
|
||||||
return;
|
// return;
|
||||||
//明细都作废后 整个单据作废
|
//明细都作废后 整个单据作废
|
||||||
if (this.Details.Count() == this.Details.Where(w => w.IsRepeal == true).Count())
|
if (this.Details.Count() == this.Details.Where(w => w.IsRepeal == true).Count())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user