Browse Source

1

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
bff4b5b508
  1. 1
      BBWY.Client/Views/FallWare/WaitFallWareControl.xaml

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

@ -272,6 +272,7 @@
<c:BButton Grid.Column="11" HorizontalAlignment="Stretch" Style="{StaticResource LinkButton}" VerticalAlignment="Center" Content="完成" <c:BButton Grid.Column="11" HorizontalAlignment="Stretch" Style="{StaticResource LinkButton}" VerticalAlignment="Center" Content="完成"
Command="{Binding DataContext.CompeteFallWareCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type Page}}}" Command="{Binding DataContext.CompeteFallWareCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type Page}}}"
CommandParameter="{Binding}" CommandParameter="{Binding}"
Visibility="{Binding BoxConfigureData,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible}"
> >
</c:BButton> </c:BButton>

Loading…
Cancel
Save