|
|
@ -43,7 +43,7 @@ |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="50"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<!--<ColumnDefinition Width="60"/>--> |
|
|
|
<ColumnDefinition Width="80"/> |
|
|
@ -111,7 +111,7 @@ |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="50"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<!--<ColumnDefinition Width="60"/>--> |
|
|
|
<ColumnDefinition Width="80"/> |
|
|
@ -212,7 +212,7 @@ |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="50"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition Width="80"/> |
|
|
@ -244,7 +244,7 @@ |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" TextAlignment="Center"> |
|
|
|
<Run Text="采购运"/> |
|
|
|
<LineBreak/> |
|
|
|
<Run Text="单价"/> |
|
|
|
<Run Text="费单价"/> |
|
|
|
</TextBlock> |
|
|
|
<Path Style="{StaticResource path_question}" |
|
|
|
Width="14" Fill="{StaticResource Text.Pink}" ToolTipService.InitialShowDelay="0"> |
|
|
@ -363,11 +363,23 @@ |
|
|
|
</Path.ToolTip> |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock Grid.Column="12" Style="{StaticResource middleTextBlock}" TextAlignment="Center"> |
|
|
|
<Run Text="单件"/> |
|
|
|
<LineBreak/> |
|
|
|
<Run Text="总成本"/> |
|
|
|
</TextBlock> |
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center" |
|
|
|
Grid.Column="12"> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" TextAlignment="Center"> |
|
|
|
<Run Text="单件"/> |
|
|
|
<LineBreak/> |
|
|
|
<Run Text="总成本"/> |
|
|
|
</TextBlock> |
|
|
|
<Path Style="{StaticResource path_question}" |
|
|
|
Width="14" Fill="{StaticResource Text.Pink}" ToolTipService.InitialShowDelay="0"> |
|
|
|
<Path.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<TextBlock Text="合计前列各项成本"/> |
|
|
|
</ToolTip> |
|
|
|
</Path.ToolTip> |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="库存" Grid.Column="13" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="剩余库存" Grid.Column="14" Style="{StaticResource middleTextBlock}"/> |
|
|
|