|
@ -49,13 +49,18 @@ |
|
|
Visibility="{Binding SDGroupButtonIndex,ConverterParameter=0:Visible:Collapsed,Converter={StaticResource objConverter}}"> |
|
|
Visibility="{Binding SDGroupButtonIndex,ConverterParameter=0:Visible:Collapsed,Converter={StaticResource objConverter}}"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<TextBlock Text="店铺:" VerticalAlignment="Center" Margin="5,0,0,0"/> |
|
|
<TextBlock Text="店铺:" VerticalAlignment="Center" Margin="5,0,0,0"/> |
|
|
<selectShop:SelectShopDialog DepartmentList="{Binding globalContext.User.DepartmentList}" Height="30"> |
|
|
<!--<selectShop:SelectShopDialog DepartmentList="{Binding globalContext.User.DepartmentList}" Height="30"> |
|
|
<b:Interaction.Triggers> |
|
|
<b:Interaction.Triggers> |
|
|
<b:EventTrigger EventName="OnShopChanged"> |
|
|
<b:EventTrigger EventName="OnShopChanged"> |
|
|
<b:InvokeCommandAction Command="{Binding SDGroupSelectedShopChangedCommand}" PassEventArgsToCommand="True"/> |
|
|
<b:InvokeCommandAction Command="{Binding SDGroupSelectedShopChangedCommand}" PassEventArgsToCommand="True"/> |
|
|
</b:EventTrigger> |
|
|
</b:EventTrigger> |
|
|
</b:Interaction.Triggers> |
|
|
</b:Interaction.Triggers> |
|
|
</selectShop:SelectShopDialog> |
|
|
</selectShop:SelectShopDialog>--> |
|
|
|
|
|
<ComboBox ItemsSource="{Binding globalContext.User.ShopList}" SelectedItem="{Binding SdGroupSelectedShop,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
|
|
Height="30" MinWidth="100" |
|
|
|
|
|
IsEditable="True" |
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
|
VerticalContentAlignment="Center"/> |
|
|
<TextBlock Text="订单号:" VerticalAlignment="Center" Margin="5,0,0,0"/> |
|
|
<TextBlock Text="订单号:" VerticalAlignment="Center" Margin="5,0,0,0"/> |
|
|
<c:BTextBox Width="150" Height="30" Margin="5,0,0,0" Text="{Binding SearchOrderId}" WaterRemark="精确匹配"/> |
|
|
<c:BTextBox Width="150" Height="30" Margin="5,0,0,0" Text="{Binding SearchOrderId}" WaterRemark="精确匹配"/> |
|
|
<c:BButton Content="拉取" Height="30" Margin="5,0,0,0" Width="60" Command="{Binding SDGroupPullCommand}"/> |
|
|
<c:BButton Content="拉取" Height="30" Margin="5,0,0,0" Width="60" Command="{Binding SDGroupPullCommand}"/> |
|
|