|
@ -137,7 +137,7 @@ |
|
|
<Run Text="{Binding WareHourseCount,Mode=TwoWay}"/> |
|
|
<Run Text="{Binding WareHourseCount,Mode=TwoWay}"/> |
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|
<StackPanel Orientation="Horizontal" Margin="45 0 0 0" Height="30"> |
|
|
<StackPanel Orientation="Horizontal" Margin="45 0 0 0" Height="30"> |
|
|
<TextBlock Text="预计完成时间: " VerticalAlignment="Center" Width="60"/> |
|
|
<TextBlock Text="预计完成时间: " VerticalAlignment="Center" /> |
|
|
<Border BorderBrush="{StaticResource Border.Brush}" Height="30" BorderThickness="1"> |
|
|
<Border BorderBrush="{StaticResource Border.Brush}" Height="30" BorderThickness="1"> |
|
|
<hc:ComboBox BorderThickness="0" ItemsSource="{Binding PreCompeteTimeDayList}" SelectedIndex="0" Text="{Binding PreCompeteTimeDay}"> |
|
|
<hc:ComboBox BorderThickness="0" ItemsSource="{Binding PreCompeteTimeDayList}" SelectedIndex="0" Text="{Binding PreCompeteTimeDay}"> |
|
|
|
|
|
|
|
|