|
|
@ -115,49 +115,6 @@ |
|
|
|
</UniformGrid> |
|
|
|
</StackPanel> |
|
|
|
</Border> |
|
|
|
|
|
|
|
|
|
|
|
<!--<TextBlock Text="部门: " VerticalAlignment="Center" Margin="16,0,2,0"/> |
|
|
|
<c:BTextBox Visibility="Hidden" Width="150" Height="30" ></c:BTextBox> |
|
|
|
|
|
|
|
<TextBlock x:Name="textblock_shop" Text="店铺:" VerticalAlignment="Center" Margin="16,0,0,0"/> |
|
|
|
<c:BTextBox Name="btbShopName" Width="150" Visibility="Hidden" Margin="5,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"> |
|
|
|
<c:BTextBox Width="150" Text="{Binding SearchWayBillNo,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" WaterRemark="精准搜索" |
|
|
|
BorderThickness="1 0 0 0" Visibility="{Binding SelectExpress,Converter={StaticResource objConverter},ConverterParameter=物流单号:Visible:Collapsed}" |
|
|
|
/> |
|
|
|
<c:BTextBox Width="150" Text="{Binding SearchExpressName,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" WaterRemark="模糊搜索" |
|
|
|
BorderThickness="1 0 0 0" Visibility="{Binding SelectExpress,Converter={StaticResource objConverter},ConverterParameter=物流公司名称:Visible:Collapsed}" |
|
|
|
/> |
|
|
|
|
|
|
|
</UniformGrid> |
|
|
|
</StackPanel> |
|
|
|
</Border> |
|
|
|
|
|
|
|
<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="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}" |
|
|
|
/> |
|
|
|
<c:BTextBox Width="150" Text="{Binding SearchSpuTitle,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" WaterRemark="模糊搜索" |
|
|
|
BorderThickness="1 0 0 0" Visibility="{Binding SelectTitle,Converter={StaticResource objConverter},ConverterParameter=标题:Visible:Collapsed}" |
|
|
|
/> |
|
|
|
|
|
|
|
</UniformGrid> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
<c:BButton Content="搜索" Width="94" Height="30" VerticalAlignment="Stretch" Margin="10,0,0,0" |
|
|
|
Command="{Binding SearchTaskCommand}" |
|
|
|
Grid.RowSpan="2" Background="{StaticResource Button.Selected.Background}" BorderThickness="0" Foreground="White"/> |
|
|
|