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