|
|
@ -16,7 +16,7 @@ |
|
|
|
CloseButtonColor="{StaticResource WindowButtonColor}" |
|
|
|
MinButtonVisibility="Collapsed" |
|
|
|
MaxButtonVisibility="Collapsed" |
|
|
|
Width="480" Height="480" |
|
|
|
Height="535" Width="272" |
|
|
|
RightButtonGroupMargin="0,5,5,0"> |
|
|
|
<!--CloseButtonColor="{StaticResource WindowButtonColor}" --> |
|
|
|
<c:BWindow.Resources> |
|
|
@ -42,19 +42,19 @@ |
|
|
|
Background="{StaticResource Border.Background}"> |
|
|
|
<TextBlock Text="京仓箱唛" FontSize="16" HorizontalAlignment="Left" Margin="10 0 0 0" VerticalAlignment="Center"/> |
|
|
|
</Border> |
|
|
|
<Grid Grid.Row="1" Name="jd_box" > |
|
|
|
<Grid Grid.Row="1" Name="jd_box" Height ="472" Width="266"> |
|
|
|
<Grid Name="box_margin" > |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="*"/> |
|
|
|
<RowDefinition Height="2*"/> |
|
|
|
<RowDefinition Height="2*" /> |
|
|
|
<RowDefinition Height="*"/> |
|
|
|
<RowDefinition Height="*" /> |
|
|
|
<RowDefinition Height="0"/> |
|
|
|
<RowDefinition Height="*"/> |
|
|
|
<RowDefinition Height="*"/> |
|
|
|
<RowDefinition Height="*"/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition Width="90"/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
@ -69,26 +69,34 @@ |
|
|
|
<Border Height="1" Background="Black" Grid.Row="6" VerticalAlignment="Bottom" Grid.ColumnSpan="4"/> |
|
|
|
|
|
|
|
<Border Width="1" Background="Black" Grid.Column="0" HorizontalAlignment="Left" Grid.RowSpan="7"/> |
|
|
|
<Border Width="1" Background="Black" Grid.Column="0" HorizontalAlignment="Right" Grid.RowSpan="7"/> |
|
|
|
<Border Width="1" Background="Black" Grid.Column="0" HorizontalAlignment="Right" Grid.RowSpan="1"/> |
|
|
|
<Border Width="1" Background="Black" Grid.Column="0" Grid.Row="4" HorizontalAlignment="Right" Grid.RowSpan="4"/> |
|
|
|
<Border Width="1" Background="Black" Grid.Column="3" HorizontalAlignment="Right" Grid.RowSpan="7"/> |
|
|
|
|
|
|
|
<Border Width="1" Background="Black" Grid.Column="1" Grid.Row="6" HorizontalAlignment="Right" Grid.RowSpan="1"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border Width="1" Background="Black" Grid.Column="2" Grid.Row="6" HorizontalAlignment="Right" Grid.RowSpan="1"/> |
|
|
|
|
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="供应商名称"/> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding JDWareBoxModel.ProviderName,Mode=TwoWay}" Grid.Column="1" Grid.ColumnSpan="3"/> |
|
|
|
|
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="采购单号" Grid.Row="1"/> |
|
|
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" Margin="2"> |
|
|
|
<Image Stretch="Fill" Source="{Binding PurchaseOrderImage}"/> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding JDWareBoxModel.PurchaseOrder ,Mode=TwoWay}" /> |
|
|
|
<StackPanel Grid.Row="1" Grid.ColumnSpan="4" VerticalAlignment="Center"> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="采购单号" Grid.Row="1"/> |
|
|
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" Margin="2"> |
|
|
|
<Image Width="250" Height="35" Source="{Binding PurchaseOrderImage}"/> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding JDWareBoxModel.PurchaseOrder ,Mode=TwoWay}" /> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="预约单号" Grid.Row="2"/> |
|
|
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" Margin="2"> |
|
|
|
<Image Stretch="Fill" Source="{Binding PrewOrderImage}"/> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding JDWareBoxModel.PrewOrder,Mode=TwoWay}" /> |
|
|
|
|
|
|
|
<StackPanel Grid.Row="2" Grid.ColumnSpan="4" VerticalAlignment="Center"> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="预约单号" Grid.Row="2"/> |
|
|
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" Margin="2"> |
|
|
|
<Image Height="45" Width="250" Source="{Binding PrewOrderImage}"/> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Text="{Binding JDWareBoxModel.PrewOrder,Mode=TwoWay}" /> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|