|
|
@ -757,7 +757,7 @@ namespace BBWY.Client.ViewModels.PackTask |
|
|
|
SuggestPackUserName = resData.SuggestPackUserName; |
|
|
|
|
|
|
|
|
|
|
|
TaskCount = resData.ProcessTaskCount; |
|
|
|
ProcessTaskCount = resData.ProcessTaskCount; |
|
|
|
DirectionalSingleFees = resData.DirectionalSingleFees?.ToString(); |
|
|
|
if (resData.DirectionalSingleFees > 0) |
|
|
|
{ |
|
|
@ -788,6 +788,8 @@ namespace BBWY.Client.ViewModels.PackTask |
|
|
|
foreach (var con in resData.ConsumableList) |
|
|
|
{ |
|
|
|
var condate = ConsumableServiceList.FirstOrDefault(c => c.ConsumableItem.IsNullOrEmpty() && c.ConsumableType == con.ConsumableTypeName); |
|
|
|
if (condate != null) |
|
|
|
|
|
|
|
App.Current.Dispatcher.Invoke(() => |
|
|
|
{ |
|
|
|
condate.ConsumablePrice = con.ConsumablePrice; |
|
|
|