|
|
@@ -12,9 +12,9 @@ |
|
|
|
Background="{x:Null}" |
|
|
|
mc:Ignorable="d"> |
|
|
|
|
|
|
|
<UserControl.DataContext> |
|
|
|
<!--<UserControl.DataContext> |
|
|
|
<vm:OrderStatusViewModel /> |
|
|
|
</UserControl.DataContext> |
|
|
|
</UserControl.DataContext>--> |
|
|
|
|
|
|
|
<UserControl.Resources> |
|
|
|
<SolidColorBrush x:Key="BorderSolid" Color="#5523CACA" /> |
|
|
@@ -142,13 +142,13 @@ |
|
|
|
Grid.Column="0" |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="{Binding SortNo}" /> |
|
|
|
Text="{Binding OrderPush.SortNum}" /> |
|
|
|
|
|
|
|
<Grid Grid.Column="1"> |
|
|
|
<TextBlock |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="{Binding GoodName}" /> |
|
|
|
Text="{Binding OrderPush.GoodsName}" /> |
|
|
|
<Border BorderBrush="{StaticResource BorderSolid}" BorderThickness="1,0,1,0" /> |
|
|
|
</Grid> |
|
|
|
|
|
|
@@ -157,13 +157,13 @@ |
|
|
|
Grid.Column="2" |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="开始时间" /> |
|
|
|
Text="{Binding StartDate}" /> |
|
|
|
|
|
|
|
<Grid Grid.Column="3"> |
|
|
|
<TextBlock |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="结束时间" /> |
|
|
|
Text="{Binding EndDate}" /> |
|
|
|
<Border BorderBrush="{StaticResource BorderSolid}" BorderThickness="1,0,1,0" /> |
|
|
|
</Grid> |
|
|
|
|
|
|
@@ -297,13 +297,13 @@ |
|
|
|
Grid.Column="0" |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="{Binding SortNo}" /> |
|
|
|
Text="{Binding OrderPush.SortNum}" /> |
|
|
|
|
|
|
|
<Grid Grid.Column="1"> |
|
|
|
<TextBlock |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="{Binding GoodName}" /> |
|
|
|
Text="{Binding OrderPush.GoodsName}" /> |
|
|
|
<Border BorderBrush="{StaticResource BorderSolid}" BorderThickness="1,0,1,0" /> |
|
|
|
</Grid> |
|
|
|
|
|
|
@@ -312,13 +312,13 @@ |
|
|
|
Grid.Column="2" |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="开始时间" /> |
|
|
|
Text="{Binding StartDate}" /> |
|
|
|
|
|
|
|
<Grid Grid.Column="3"> |
|
|
|
<TextBlock |
|
|
|
Foreground="{Binding OrderStatus, Converter={StaticResource ColorConverter}}" |
|
|
|
Style="{StaticResource TextBlockStyle}" |
|
|
|
Text="结束时间" /> |
|
|
|
Text="{Binding EndDate}" /> |
|
|
|
<Border BorderBrush="{StaticResource BorderSolid}" BorderThickness="1,0,1,0" /> |
|
|
|
</Grid> |
|
|
|
|
|
|
|