|
|
@ -34,7 +34,7 @@ |
|
|
|
<ctr:MultiParameterTransferConverter x:Key="mptConverter"/> |
|
|
|
<ctr:SaleGrossProfitConverter x:Key="sgpcConverter"/> |
|
|
|
</ResourceDictionary> |
|
|
|
|
|
|
|
|
|
|
|
</Window.Resources> |
|
|
|
|
|
|
|
<Grid> |
|
|
@ -121,8 +121,8 @@ |
|
|
|
</StackPanel> |
|
|
|
<Grid Grid.Column="1"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="3*"/> |
|
|
|
<RowDefinition Height="2*"/> |
|
|
|
<RowDefinition Height="100"/> |
|
|
|
<RowDefinition Height="*"/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<TextBlock Text="任务信息" FontWeight="Bold" Margin="19 23 0 0" HorizontalAlignment="Left" VerticalAlignment="Top"/> |
|
|
@ -141,25 +141,23 @@ |
|
|
|
|
|
|
|
</ComboBox> |
|
|
|
</Border> |
|
|
|
|
|
|
|
|
|
|
|
<!--<TextBlock Margin="30 0 0 0" Text="加急:" VerticalAlignment="Center"/> |
|
|
|
<ComboBox VerticalContentAlignment="Center" ItemsSource="{Binding WorryList}" Text="{Binding IsWorry}" > |
|
|
|
|
|
|
|
</ComboBox>--> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
Margin="19 23 0 0"> |
|
|
|
|
|
|
|
<c:BTextBox Text="{Binding MarkMessage}" VerticalAlignment="Top" Width="467" Height="85" |
|
|
|
WaterRemark="打包备注" AcceptsReturn="True" TextWrapping="Wrap" > |
|
|
|
|
|
|
|
</c:BTextBox> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
<Grid Grid.Row="1"> |
|
|
|
<TextBlock Text="打包配置" FontWeight="Bold" Margin="19 23 " HorizontalAlignment="Left" VerticalAlignment="Top"/> |
|
|
|
<Grid Height="70" Margin="20 54 20 0"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="50"/> |
|
|
|
<RowDefinition Height="80"/> |
|
|
|
<RowDefinition/> |
|
|
|
<RowDefinition Height="40"/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
<TextBlock Grid.Row="0" Text="打包配置" FontWeight="Bold" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20 0 0 0"/> |
|
|
|
<Grid Height="70" Grid.Row="1" Margin="20 0 20 0"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="77"/> |
|
|
|
<ColumnDefinition Width="77"/> |
|
|
@ -235,7 +233,7 @@ |
|
|
|
</hc:CheckComboBox.ItemContainerStyle> |
|
|
|
</hc:CheckComboBox> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" Grid.Column="5" > |
|
|
|
<ComboBox VerticalContentAlignment="Center" BorderThickness="0" Margin="1" ItemsSource="{Binding IsNeedBarCodeList}" Text="{Binding IsNeedBarCode,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"> |
|
|
|
|
|
|
@ -252,6 +250,26 @@ |
|
|
|
</ComboBox> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
<Border BorderBrush="{StaticResource Border.Brush}" BorderThickness="1" CornerRadius="0" Grid.Row="2" Margin="20 "> |
|
|
|
<TextBox Text="{Binding ShowMarkMessage}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" |
|
|
|
AcceptsReturn="True" TextWrapping="Wrap" IsReadOnly="True" BorderThickness="0"/> |
|
|
|
|
|
|
|
|
|
|
|
</Border> |
|
|
|
<Grid Grid.Row="3" Margin="20 0 0 0"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition Width="120"/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<c:BTextBox WaterRemark="添加备注" Height="30" HorizontalAlignment="Stretch" Text="{Binding MarkMessage}" /> |
|
|
|
<c:BButton Grid.Column="1" Content="提交备注" Width="100" HorizontalAlignment="Right" VerticalAlignment="Stretch" Margin="0,2,5,2" |
|
|
|
Command="{Binding CreateTaskCommand}" |
|
|
|
CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type c:BWindow}}}" |
|
|
|
Background="{StaticResource Button.Background}" BorderThickness="0" Foreground="White"/> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
|
|
|
|
</Grid> |
|
|
|