Browse Source

1

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
329a103465
  1. 8
      BBWY.Client/Views/BatchPurchase/BatchCreateNewPurchaseOrder.xaml

8
BBWY.Client/Views/BatchPurchase/BatchCreateNewPurchaseOrder.xaml

@ -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>

Loading…
Cancel
Save