|
|
@ -110,6 +110,7 @@ namespace BBWY.Client.Models |
|
|
|
if (!this.SkuPurchaseSchemeId.IsNullOrEmpty())//B端有采购方案
|
|
|
|
{ |
|
|
|
UpdatePurchaseTaskWindow updatePurchaseWindow = new UpdatePurchaseTaskWindow(this, ReflashTask); |
|
|
|
if (!updatePurchaseWindow.IsClosed) |
|
|
|
updatePurchaseWindow.ShowDialog(); |
|
|
|
return; |
|
|
|
} |
|
|
|