|
@ -167,10 +167,18 @@ |
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|
</c:BButton.Content> |
|
|
</c:BButton.Content> |
|
|
</c:BButton> |
|
|
</c:BButton> |
|
|
<c:BButton Content="待出库" Width="100" |
|
|
<c:BButton Width="100" |
|
|
Background="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待出库:#8080FF:#F2F2F2}" |
|
|
Background="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待出库:#8080FF:#F2F2F2}" |
|
|
Foreground="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待出库:White:#4A4A4A}" |
|
|
Foreground="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待出库:White:#4A4A4A}" |
|
|
Command="{Binding SetOrderStateCommand}" CommandParameter="{x:Static cmodel:OrderState.待出库}"/> |
|
|
Command="{Binding SetOrderStateCommand}" CommandParameter="{x:Static cmodel:OrderState.待出库}"> |
|
|
|
|
|
<c:BButton.Content> |
|
|
|
|
|
<TextBlock> |
|
|
|
|
|
<Run Text="待出库"/> |
|
|
|
|
|
<Run Text="{Binding WaitOutStoreCount,Mode=OneWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
|
|
Foreground="{StaticResource Text.Pink}"/> |
|
|
|
|
|
</TextBlock> |
|
|
|
|
|
</c:BButton.Content> |
|
|
|
|
|
</c:BButton> |
|
|
<c:BButton Content="待收货" Width="100" |
|
|
<c:BButton Content="待收货" Width="100" |
|
|
Background="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待收货:#8080FF:#F2F2F2}" |
|
|
Background="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待收货:#8080FF:#F2F2F2}" |
|
|
Foreground="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待收货:White:#4A4A4A}" |
|
|
Foreground="{Binding OrderState,Converter={StaticResource objConverter},ConverterParameter=待收货:White:#4A4A4A}" |
|
|