|
@ -189,12 +189,12 @@ |
|
|
</c:BButton.Content> |
|
|
</c:BButton.Content> |
|
|
</c:BButton> |
|
|
</c:BButton> |
|
|
<c:BButton 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> |
|
|
<c:BButton.Content> |
|
|
<TextBlock> |
|
|
<TextBlock> |
|
|
<Run Text="待出库"/> |
|
|
<Run Text="待发货"/> |
|
|
<!--<Run Text="{Binding WaitOutStoreCount,Mode=OneWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
<!--<Run Text="{Binding WaitOutStoreCount,Mode=OneWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
Foreground="{StaticResource Text.Pink}"/>--> |
|
|
Foreground="{StaticResource Text.Pink}"/>--> |
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|