|
|
@ -588,10 +588,10 @@ namespace BBWY.Client.ViewModels |
|
|
|
BatchPrintWindow batchPrint = new BatchPrintWindow(); |
|
|
|
|
|
|
|
|
|
|
|
if (BarCodeModel!=null) |
|
|
|
{ |
|
|
|
BarCodeModel.ShopName = OriginShopName; |
|
|
|
} |
|
|
|
//if (BarCodeModel!=null)
|
|
|
|
//{
|
|
|
|
// BarCodeModel.ShopName = OriginShopName;
|
|
|
|
//}
|
|
|
|
batchPrint.SetData(GoodProductQuantity, |
|
|
|
PurchaseSkuList.Where(p => p.IsNeedCer && p.CerDTO.Id > 0).Select(p => p.CerDTO).ToArray() |
|
|
|
, BarCodeModel); |
|
|
|