|
|
@ -345,10 +345,10 @@ |
|
|
|
<StackPanel Orientation="Horizontal" Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Right"> |
|
|
|
<c:BButton Content="预览订单" Width="80" HorizontalAlignment="Right" Margin="5,0,0,0" |
|
|
|
Command="{Binding PreviewOrderCommand}" Background="#1CC2A2"/> |
|
|
|
<!--<c:BButton Content="提交订单" Width="80" HorizontalAlignment="Right" |
|
|
|
Command="{Binding FastCreateOrderCommand}" Margin="0,0,5,0"/>--> |
|
|
|
<c:BButton Content="下一步" Width="80" HorizontalAlignment="Right" |
|
|
|
Command="{Binding NextCommand}" Margin="0,0,5,0"/> |
|
|
|
<c:BButton Content="提交订单" Width="80" HorizontalAlignment="Right" |
|
|
|
Command="{Binding FastCreateOrderCommand}" Margin="0,0,5,0"/> |
|
|
|
<!--<c:BButton Content="下一步" Width="80" HorizontalAlignment="Right" |
|
|
|
Command="{Binding NextCommand}" Margin="0,0,5,0"/>--> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
</c:BWindow> |
|
|
|