|
@@ -265,12 +265,11 @@
|
|
|
<MenuItem Command="{Binding Path=MOProsition.LockOrderCommand,
|
|
<MenuItem Command="{Binding Path=MOProsition.LockOrderCommand,
|
|
|
Source={StaticResource Locator}}"
|
|
Source={StaticResource Locator}}"
|
|
|
Header="{x:Static resource:Client_Resource.Summary_Operate_Lock_Order}"
|
|
Header="{x:Static resource:Client_Resource.Summary_Operate_Lock_Order}"
|
|
|
- Visibility="Visible" />
|
|
|
|
|
|
|
+ Visibility="Collapsed" />
|
|
|
<MenuItem Command="{Binding Path=MOProsition.SPSLCommand,
|
|
<MenuItem Command="{Binding Path=MOProsition.SPSLCommand,
|
|
|
Source={StaticResource Locator}}"
|
|
Source={StaticResource Locator}}"
|
|
|
Header="{x:Static resource:Client_Resource.Summary_Operate_SL_SP}"
|
|
Header="{x:Static resource:Client_Resource.Summary_Operate_SL_SP}"
|
|
|
- Visibility="{Binding IsCanSPSL,
|
|
|
|
|
- Converter={StaticResource ToBoolVisibilityExConverter}}" />
|
|
|
|
|
|
|
+ Visibility="Collapsed" />
|
|
|
<MenuItem Command="{Binding RefreshCommand}"
|
|
<MenuItem Command="{Binding RefreshCommand}"
|
|
|
Header="{x:Static resource:Client_Resource.Button_Refresh}"
|
|
Header="{x:Static resource:Client_Resource.Button_Refresh}"
|
|
|
IsEnabled="True" />
|
|
IsEnabled="True" />
|