Browse Source

增加服务单保存交互动画

AddValidOverTime
shanji 2 years ago
parent
commit
bbe2ef1bad
  1. 2
      BBWY.Client/Views/MainWindow.xaml
  2. 2
      BBWY.Client/Views/ServiceOrder/EditServiceOrder.xaml

2
BBWY.Client/Views/MainWindow.xaml

@ -26,7 +26,7 @@
<!--<TextBlock Text="{Binding GlobalContext.User.TeamName}" Margin="5,0,0,0"/>
<TextBlock Text="{Binding GlobalContext.User.Shop.Platform}" Margin="5,0,0,0"/>-->
<TextBlock Text="{Binding GlobalContext.User.Shop.ShopName}" Margin="5,0,0,0"/>
<TextBlock Text="v10107" Margin="5,0,0,0"/>
<TextBlock Text="v10108" Margin="5,0,0,0"/>
</StackPanel>
</Border>
<Grid Grid.Row="1">

2
BBWY.Client/Views/ServiceOrder/EditServiceOrder.xaml

@ -42,6 +42,8 @@
<TextBlock Text="售后信息" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Border>
<c:RoundWaitProgress Play="{Binding IsLoading}" Panel.ZIndex="999" Grid.RowSpan="4"/>
<StackPanel Grid.Row="1" Margin="5">
<Grid Height="25">
<Grid.ColumnDefinitions>

Loading…
Cancel
Save