修改了上传

This commit is contained in:
2025-07-09 15:10:48 +08:00
parent 07c3efb853
commit b0da28a375

View File

@@ -102,9 +102,16 @@ namespace WMS.Web.Domain.Entitys
this.SuccessSync = SyncStatus.SyncIng;
this.ErpDetails.ForEach(f => f.SuccessSync = SyncStatus.SyncIng);
}
else if (this.Type == InstockType.ProduceSotck)
{
this.SuccessSync = SyncStatus.SyncIng;
this.ErpDetails.ForEach(f => f.SuccessSync = SyncStatus.SyncIng);
}
else//非采购订单这里就没有记录erpdetails的数据了
{
this.SuccessSync = SyncStatus.Success;
}
}
/// <summary>
/// 同步金蝶