|
@ -247,7 +247,7 @@ namespace BBWY.Client.ViewModels.PackTask |
|
|
} |
|
|
} |
|
|
LoadList.AddRange(IncreateList); |
|
|
LoadList.AddRange(IncreateList); |
|
|
LoadList.AddRange(PackList); |
|
|
LoadList.AddRange(PackList); |
|
|
Discount = res.Data.Discount.ToString(); |
|
|
Discount =res.Data.Discount.ToString(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}); |
|
|
}); |
|
@ -538,7 +538,6 @@ namespace BBWY.Client.ViewModels.PackTask |
|
|
uploadService.PackFees = Convert.ToDecimal((PackFees).ToString("0.00")); |
|
|
uploadService.PackFees = Convert.ToDecimal((PackFees).ToString("0.00")); |
|
|
uploadService.ConsumableFees = Convert.ToDecimal((ConsumableFees).ToString("0.00")); |
|
|
uploadService.ConsumableFees = Convert.ToDecimal((ConsumableFees).ToString("0.00")); |
|
|
uploadService.DiscountPrice = Convert.ToDecimal((AllFees * upDisCount).ToString("0.00")); |
|
|
uploadService.DiscountPrice = Convert.ToDecimal((AllFees * upDisCount).ToString("0.00")); |
|
|
|
|
|
|
|
|
var res = packDetailService.UploadService(uploadService); |
|
|
var res = packDetailService.UploadService(uploadService); |
|
|
if (res != null && res.Success) |
|
|
if (res != null && res.Success) |
|
|
{ |
|
|
{ |
|
@ -550,15 +549,9 @@ namespace BBWY.Client.ViewModels.PackTask |
|
|
feesItem.DisCount = upDisCount; |
|
|
feesItem.DisCount = upDisCount; |
|
|
if (SetAllFees != null) |
|
|
if (SetAllFees != null) |
|
|
SetAllFees(feesItem, packUsers); |
|
|
SetAllFees(feesItem, packUsers); |
|
|
if (!string.IsNullOrEmpty( OrderId)) |
|
|
|
|
|
|
|
|
|
|
|
batchPurchaseService.UpdatePackMoney(OrderId, uploadService.DiscountPrice.Value); |
|
|
|
|
|
|
|
|
|
|
|
win.Close(); |
|
|
win.Close(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 更新 打包员 和费用数据
|
|
|
/// 更新 打包员 和费用数据
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|