|
|
@ -33,8 +33,8 @@ |
|
|
|
<StackPanel Panel.ZIndex="100" HorizontalAlignment="Left" VerticalAlignment="Top" Orientation="Vertical" Margin="590,15,0,0" |
|
|
|
Visibility="{Binding SelectShop,Mode=OneWay,Converter={StaticResource objConverter},ConverterParameter=部门:Visible:Collapsed}" |
|
|
|
> |
|
|
|
<c:BTextBox x:Name="tb" Width="150" Height="30" TextChanged="tb_TextChanged" Text="{Binding SearchDepartment,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" WaterRemark="部门名称" |
|
|
|
|
|
|
|
<c:BTextBox x:Name="tb" Width="150" TextChanged="tb_TextChanged" Text="{Binding SearchDepartment,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" WaterRemark="部门名称" |
|
|
|
BorderThickness="1 0 0 1" Margin="0 0 0 1" Height="30" |
|
|
|
/> |
|
|
|
<ListBox MaxHeight="300" x:Name="tipBox" SelectionChanged="SelectionChangeCommand" Background="{StaticResource Border.Background}"> |
|
|
|
|
|
|
@ -44,7 +44,7 @@ |
|
|
|
Visibility="{Binding SelectShop,Mode=OneWay,Converter={StaticResource objConverter},ConverterParameter=店铺:Visible:Collapsed}" |
|
|
|
> |
|
|
|
<c:BTextBox x:Name="tbShop" Width="150" Height="30" TextChanged="tbShop_TextChanged" Text="{Binding SearchShopName,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" WaterRemark="店铺名称" |
|
|
|
|
|
|
|
BorderThickness="1 0 0 1" Margin="0 0 0 1" |
|
|
|
/> |
|
|
|
<ListBox MaxHeight="300" x:Name="tipBoxShop" SelectionChanged="tipBoxShop_SelectionChanged" Background="{StaticResource Border.Background}"> |
|
|
|
|
|
|
@ -112,13 +112,6 @@ |
|
|
|
<ComboBox BorderThickness="0" Width="80" VerticalContentAlignment="Center" ItemsSource="{Binding SelectShopList}" HorizontalContentAlignment="Center" Text="{Binding SelectShop ,Mode=TwoWay}" /> |
|
|
|
|
|
|
|
<UniformGrid Width="150" Rows="1" Columns="1"> |
|
|
|
<c:BTextBox Width="150" WaterRemark="SKUID" Text="{Binding SearchSkuId,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
BorderThickness="1 0 0 0" Visibility="{Binding SelectSku,Mode=OneWay,Converter={StaticResource objConverter},ConverterParameter=SKU:Visible:Collapsed}" |
|
|
|
/> |
|
|
|
<!--<c:BTextBox Width="150" WaterRemark="SPUID" Text="{Binding SearchSpuId,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
BorderThickness="1 0 0 0" Visibility="{Binding SelectSku,Mode=OneWay,Converter={StaticResource objConverter},ConverterParameter=SPU:Visible:Collapsed}" |
|
|
|
/>--> |
|
|
|
|
|
|
|
</UniformGrid> |
|
|
|
</StackPanel> |
|
|
|
</Border> |
|
|
@ -131,7 +124,7 @@ |
|
|
|
<c:BTextBox Name="btbShopName" Width="150" Visibility="Hidden" Margin="5,0,0,0" />--> |
|
|
|
|
|
|
|
|
|
|
|
<Border CornerRadius="0" BorderThickness="1" BorderBrush="{StaticResource Border.Brush}" Margin="20,0,0,0"> |
|
|
|
<Border CornerRadius="0" BorderThickness="1" BorderBrush="{StaticResource Border.Brush}" Margin="5,0,0,0"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<ComboBox Width="125" BorderThickness="0" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" ItemsSource="{Binding SelectExpressList}" Text="{Binding SelectExpress }"/> |
|
|
|
<UniformGrid Width="150" Margin="0,0,0,0" Rows="1" Columns="1"> |
|
|
@ -146,12 +139,12 @@ |
|
|
|
</StackPanel> |
|
|
|
</Border> |
|
|
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="1" Margin="20,0,0,0" |
|
|
|
<Grid Grid.Column="1" Grid.Row="1" Margin="5,0,0,0" |
|
|
|
Visibility="{Binding TaskState,Converter={StaticResource objConverter},ConverterParameter=未到货:Visible:Collapsed}" |
|
|
|
> |
|
|
|
<Rectangle Stroke="{StaticResource Border.Brush}" StrokeThickness="1"/> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="1"> |
|
|
|
<ComboBox Width="125" BorderThickness="0" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" ItemsSource="{Binding SelectTitleList}" Text="{Binding SelectTitle }"/> |
|
|
|
<ComboBox Width="100" BorderThickness="0" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" ItemsSource="{Binding SelectTitleList}" Text="{Binding SelectTitle }"/> |
|
|
|
<UniformGrid Width="150" Margin="0,0,0,0" Rows="1" Columns="1"> |
|
|
|
<c:BTextBox Width="150" Text="{Binding SearchSkuTitle,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" WaterRemark="模糊搜索" |
|
|
|
BorderThickness="1 0 0 0" Visibility="{Binding SelectTitle,Converter={StaticResource objConverter},ConverterParameter=SKU名称:Visible:Collapsed}" |
|
|
|