|
@ -45,13 +45,13 @@ |
|
|
Background="{StaticResource Border.Background}"> |
|
|
Background="{StaticResource Border.Background}"> |
|
|
<TextBlock Text="{Binding WareType,Converter={StaticResource objConverter},ConverterParameter=云仓:云仓箱唛:聚水潭箱唛}" FontSize="16" HorizontalAlignment="Left" Margin="10 0 0 0" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="{Binding WareType,Converter={StaticResource objConverter},ConverterParameter=云仓:云仓箱唛:聚水潭箱唛}" FontSize="16" HorizontalAlignment="Left" Margin="10 0 0 0" VerticalAlignment="Center"/> |
|
|
</Border> |
|
|
</Border> |
|
|
<Grid Grid.Row="1" Margin="2" Name="jd_box"> |
|
|
<Grid Grid.Row="1" Name="jd_box"> |
|
|
|
|
|
<Grid Margin="50"> |
|
|
<Grid.RowDefinitions> |
|
|
<Grid.RowDefinitions> |
|
|
<RowDefinition Height="*"/> |
|
|
<RowDefinition Height="*"/> |
|
|
<RowDefinition Height="2*"/> |
|
|
<RowDefinition Height="2*"/> |
|
|
<RowDefinition Height="*"/> |
|
|
<RowDefinition Height="*"/> |
|
|
<RowDefinition Height="*"/> |
|
|
<RowDefinition Height="*"/> |
|
|
|
|
|
|
|
|
</Grid.RowDefinitions> |
|
|
</Grid.RowDefinitions> |
|
|
<Grid.ColumnDefinitions> |
|
|
<Grid.ColumnDefinitions> |
|
|
<ColumnDefinition/> |
|
|
<ColumnDefinition/> |
|
@ -102,6 +102,7 @@ |
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding JDWareBoxModel.ProductCount}" Grid.Row="3" Grid.Column="3" /> |
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding JDWareBoxModel.ProductCount}" Grid.Row="3" Grid.Column="3" /> |
|
|
|
|
|
|
|
|
</Grid> |
|
|
</Grid> |
|
|
|
|
|
</Grid> |
|
|
<!--<c:BButton Grid.Row="2" Content="保存" HorizontalAlignment="Right" Width="105" VerticalAlignment="Center" Height="40" Click="BButton_Click" |
|
|
<!--<c:BButton Grid.Row="2" Content="保存" HorizontalAlignment="Right" Width="105" VerticalAlignment="Center" Height="40" Click="BButton_Click" |
|
|
Name="btn_save" />--> |
|
|
Name="btn_save" />--> |
|
|
</Grid> |
|
|
</Grid> |
|
|