|
@ -1179,7 +1179,7 @@ |
|
|
</Path> |
|
|
</Path> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" Grid.Column="2" VerticalAlignment="Bottom" Margin="0,0,0,30"/> |
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" Grid.Column="2" VerticalAlignment="Bottom" Margin="0,0,0,25"/> |
|
|
<c:BButton Content="修改" VerticalAlignment="Bottom" |
|
|
<c:BButton Content="修改" VerticalAlignment="Bottom" |
|
|
HorizontalAlignment="Stretch" |
|
|
HorizontalAlignment="Stretch" |
|
|
Background="Transparent" |
|
|
Background="Transparent" |
|
@ -1194,8 +1194,33 @@ |
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding ProductHealth}" Grid.Column="4" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="{Binding ProductHealth}" Grid.Column="4" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="4" HorizontalAlignment="Right"/> |
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="4" HorizontalAlignment="Right"/> |
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel x:Name="sp_refundPurchaseAmount" Grid.Column="5" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="0,0,0,20" |
|
|
|
|
|
Visibility="{Binding ProductHealth,ConverterParameter=厂家退货退款:Visible:Collapsed,Converter={StaticResource objConverter}}"> |
|
|
|
|
|
<TextBlock> |
|
|
|
|
|
<Run Text="{Binding PurchasePlatform}"/> |
|
|
|
|
|
<Run Text="{Binding PurchaseMethod}"/> |
|
|
|
|
|
</TextBlock> |
|
|
|
|
|
<TextBlock> |
|
|
|
|
|
<Run Text="采购单号"/> |
|
|
|
|
|
<Run Text="{Binding PurchaseOrderId}"/> |
|
|
|
|
|
</TextBlock> |
|
|
|
|
|
<TextBlock> |
|
|
|
|
|
<Run Text="退款到账金额"/> |
|
|
|
|
|
<Run Text="{Binding RefundPurchaseAmount}"/> |
|
|
|
|
|
</TextBlock> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" Grid.Column="5" VerticalAlignment="Bottom" Margin="0,0,0,25" |
|
|
|
|
|
Visibility="{Binding Visibility,ElementName=sp_refundPurchaseAmount}"/> |
|
|
|
|
|
<c:BButton Content="退款" VerticalAlignment="Bottom" |
|
|
|
|
|
HorizontalAlignment="Stretch" |
|
|
|
|
|
Background="Transparent" |
|
|
|
|
|
Foreground="{StaticResource Text.Color}" |
|
|
|
|
|
Grid.Column="5" |
|
|
|
|
|
Command="{Binding DataContext.EditAfterSaleOrderRefundPurchaseAmountCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
|
|
|
CommandParameter="{Binding }" |
|
|
|
|
|
Visibility="{Binding Visibility,ElementName=sp_refundPurchaseAmount}"/> |
|
|
|
|
|
</Grid> |
|
|
<Border Grid.Row="1" VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}"/> |
|
|
<Border Grid.Row="1" VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}"/> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</DataTemplate> |
|
|
</DataTemplate> |
|
|