|
|
@ -576,7 +576,7 @@ namespace BBWY.Client.ViewModels |
|
|
|
MessageBox.Show(competeRes.Msg); |
|
|
|
return; |
|
|
|
} |
|
|
|
BatchPrintWindow batchPrint = new BatchPrintWindow(BrandMarkType, IsNeedPrintCer, TaskId,BrandName, GoodProductQuantity.Value, |
|
|
|
BatchPrintWindow batchPrint = new BatchPrintWindow(BrandMarkType, IsNeedPrintCer, TaskId,BrandName, SkuCount, |
|
|
|
PurchaseSkuList.Where(p => p.IsNeedCer && p.CerDTO != null && p.CerDTO.Id > 0).Select(p => p.CerDTO).ToArray() |
|
|
|
, BarCodeModel, qualityTaskService,()=> { |
|
|
|
|
|
|
|