|
|
@ -451,6 +451,10 @@ namespace BBWY.Client.ViewModels |
|
|
|
TaskId = TaskId, |
|
|
|
FloorDragNumber = FloorDragNumber |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
if (CreateTime>Convert.ToDateTime("2023-08-21")) |
|
|
|
{ |
|
|
|
if (IsNeedBarCode == Need.需要) |
|
|
|
{ |
|
|
|
if (BarCodeModel == null || BarCodeModel.Id <= 0) |
|
|
@ -486,6 +490,8 @@ namespace BBWY.Client.ViewModels |
|
|
|
request.CerId = string.Join(",", PurchaseSkuList.Where(p => p.IsNeedCer && p.CerDTO.Id > 0).Select(p => p.CerDTO.Id)); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
try |
|
|
|
{ |
|
|
|
var competeRes = packPurchaseTaskService.CompeteQualityTask(request); |
|
|
@ -507,7 +513,7 @@ namespace BBWY.Client.ViewModels |
|
|
|
// BarCodeModel.ShopName = OriginShopName;
|
|
|
|
//}
|
|
|
|
batchPrint.SetData(GoodProductQuantity.Value, |
|
|
|
PurchaseSkuList.Where(p => p.IsNeedCer && p.CerDTO.Id > 0).Select(p => p.CerDTO).ToArray() |
|
|
|
PurchaseSkuList.Where(p => p.IsNeedCer&& p.CerDTO!=null && p.CerDTO.Id > 0).Select(p => p.CerDTO).ToArray() |
|
|
|
, BarCodeModel); |
|
|
|
batchPrint.ShowDialog(); |
|
|
|
|
|
|
|