|
@ -60,14 +60,14 @@ |
|
|
Command="{Binding SetOrderStateCommand}" CommandParameter="{x:Null}"> |
|
|
Command="{Binding SetOrderStateCommand}" CommandParameter="{x:Null}"> |
|
|
<c:BButton.Background> |
|
|
<c:BButton.Background> |
|
|
<MultiBinding Converter="{StaticResource mobjConverter}" |
|
|
<MultiBinding Converter="{StaticResource mobjConverter}" |
|
|
ConverterParameter=";false:&:#8080FF:#F2F2F2:6"> |
|
|
ConverterParameter=";:&:#8080FF:#F2F2F2:6"> |
|
|
<Binding Path="OrderState"/> |
|
|
<Binding Path="OrderState"/> |
|
|
<Binding Path="IncludeAfterOrder"/> |
|
|
<Binding Path="IncludeAfterOrder"/> |
|
|
</MultiBinding> |
|
|
</MultiBinding> |
|
|
</c:BButton.Background> |
|
|
</c:BButton.Background> |
|
|
<c:BButton.Foreground> |
|
|
<c:BButton.Foreground> |
|
|
<MultiBinding Converter="{StaticResource mobjConverter}" |
|
|
<MultiBinding Converter="{StaticResource mobjConverter}" |
|
|
ConverterParameter=";false:&:#FFFFFF:#4A4A4A:6"> |
|
|
ConverterParameter=";:&:#FFFFFF:#4A4A4A:6"> |
|
|
<Binding Path="OrderState"/> |
|
|
<Binding Path="OrderState"/> |
|
|
<Binding Path="IncludeAfterOrder"/> |
|
|
<Binding Path="IncludeAfterOrder"/> |
|
|
</MultiBinding> |
|
|
</MultiBinding> |
|
@ -850,7 +850,17 @@ |
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding OrderState}" Grid.Column="6" |
|
|
<TextBlock Text="{Binding OrderState}" Grid.Column="6" |
|
|
HorizontalAlignment="Center" |
|
|
HorizontalAlignment="Center" |
|
|
VerticalAlignment="Center"/> |
|
|
VerticalAlignment="Center"> |
|
|
|
|
|
<TextBlock.Visibility> |
|
|
|
|
|
<MultiBinding Converter="{StaticResource mobjConverter}" |
|
|
|
|
|
ConverterParameter=";true:&:Collapsed:Visible:1"> |
|
|
|
|
|
<Binding Path="DataContext.IncludeAfterOrder" RelativeSource="{RelativeSource Mode=FindAncestor,AncestorType={x:Type Page}}"/> |
|
|
|
|
|
<Binding Path="IsAfterSaleOrder"/> |
|
|
|
|
|
</MultiBinding> |
|
|
|
|
|
</TextBlock.Visibility> |
|
|
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Vertical" Grid.Column="7" Margin="5,5,5,0"> |
|
|
<StackPanel Orientation="Vertical" Grid.Column="7" Margin="5,5,5,0"> |
|
|
<StackPanel x:Name="sp_buyerRemark"> |
|
|
<StackPanel x:Name="sp_buyerRemark"> |
|
|