Browse Source

待落仓展示封箱数量

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
5742bb7718
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 1
      BBWY.Client/Views/FallWare/FallWareConfiguredControl.xaml
  3. 2
      BBWY.Client/Views/FallWare/FallWareWaitConfigureControl.xaml
  4. 3
      BBWY.Client/Views/FallWare/WaitFallWareControl.xaml

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{
ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10183";
ClientVersion = "10184";
}
private User user;

1
BBWY.Client/Views/FallWare/FallWareConfiguredControl.xaml

@ -104,6 +104,7 @@
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}"
CommandParameter="{Binding SealBoxId}"
Margin=" 5,0,7,0"/>
<TextBlock VerticalAlignment="Center" Text="{Binding BoxCount,StringFormat=封箱数量: {0}}" Margin="16,0,0,0" />
</StackPanel>
<Grid Grid.Column="1">
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding SealBoxTotalCount}"/>

2
BBWY.Client/Views/FallWare/FallWareWaitConfigureControl.xaml

@ -102,6 +102,8 @@
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}"
CommandParameter="{Binding SealBoxId}"
Margin=" 5,0,7,0"/>
<TextBlock VerticalAlignment="Center" Text="{Binding BoxCount,StringFormat=封箱数量: {0}}" Margin="16,0,0,0" />
</StackPanel>
<Grid Grid.Column="1">

3
BBWY.Client/Views/FallWare/WaitFallWareControl.xaml

@ -107,7 +107,8 @@
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}"
CommandParameter="{Binding SealBoxId}"
Margin=" 5,0,7,0"/>
<TextBlock VerticalAlignment="Center" Text="{Binding SealBoxCount,StringFormat=封箱数量: {0}}" Margin="16,0,0,0" />
<TextBlock VerticalAlignment="Center" Text="部门:" Margin="16,0,0,0" />
<c:BButton Content="{Binding DepartmentName}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Center"

Loading…
Cancel
Save