Browse Source

10206

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
59a33e0ce6
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 4
      BBWY.Client/Models/APIModel/Response/PackTask/SearchWaitSealBoxResponse.cs
  3. 2
      BBWY.Client/Views/SealBox/SealBoxNoConfigureControl.xaml

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{ {
ShopServiceGroupList = new List<string>(); ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>(); ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10205"; ClientVersion = "10206";
} }

4
BBWY.Client/Models/APIModel/Response/PackTask/SearchWaitSealBoxResponse.cs

@ -71,6 +71,10 @@ namespace BBWY.Client.Models.APIModel
/// <summary> /// <summary>
/// 任务Id /// 任务Id
/// </summary> /// </summary>
public long TaskIdRemark { get; set; }
/// <summary>
/// 任务Id
/// </summary>
public long TaskId { get; set; } public long TaskId { get; set; }
/// <summary> /// <summary>
/// 图片链接 /// 图片链接

2
BBWY.Client/Views/SealBox/SealBoxNoConfigureControl.xaml

@ -108,7 +108,7 @@
<TextBlock VerticalAlignment="Center" Text="对接人:" Margin="16,0,0,0" /> <TextBlock VerticalAlignment="Center" Text="对接人:" Margin="16,0,0,0" />
<TextBlock VerticalAlignment="Center" Text="{Binding AcceptUserName}" Margin="5,0,0,0" /> <TextBlock VerticalAlignment="Center" Text="{Binding AcceptUserName}" Margin="5,0,0,0" />
</StackPanel> </StackPanel>
<c:BButton Grid.Column="0" Grid.ColumnSpan="4" Background="Transparent" HorizontalAlignment="Stretch" BorderThickness="0" Panel.ZIndex="-1" <c:BButton Grid.Column="0" Grid.ColumnSpan="5" Background="Transparent" HorizontalAlignment="Stretch" BorderThickness="0" Panel.ZIndex="-1"
Command="{Binding DataContext.LoadSkuDataCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}" Command="{Binding DataContext.LoadSkuDataCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}"
CommandParameter="{Binding}" CommandParameter="{Binding}"
/> />

Loading…
Cancel
Save