|
|
@ -178,7 +178,7 @@ |
|
|
|
Margin=" 5,0,0,0"/> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
<c:BButton Content="修改售后" Padding="5,0" Margin="5,0,0,0" Background="{StaticResource Text.Pink}" |
|
|
|
<!--<c:BButton Content="修改售后" Padding="5,0" Margin="5,0,0,0" Background="{StaticResource Text.Pink}" |
|
|
|
Visibility="{Binding DataContext.IsAfterSaleOrder,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}},Converter={StaticResource objConverter},ConverterParameter=true:Visible:Collapsed}" |
|
|
|
Command="{Binding DataContext.FindAfterSaleOrderCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}"> |
|
|
|
<c:BButton.CommandParameter> |
|
|
@ -188,7 +188,7 @@ |
|
|
|
<Binding Path="DataContext.OrderStartTime" RelativeSource="{RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox},AncestorLevel=1}"/> |
|
|
|
</MultiBinding> |
|
|
|
</c:BButton.CommandParameter> |
|
|
|
</c:BButton> |
|
|
|
</c:BButton>--> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="货号:" /> |
|
|
@ -806,6 +806,7 @@ |
|
|
|
<TextBlock> |
|
|
|
<Run Text="成本总计"/> |
|
|
|
<Run Text="{Binding OrderCost.TotalCost,Mode=OneWay}"/> |
|
|
|
<Run Text="{Binding OrderCost.IsEstimateCost,Converter={StaticResource objConverter},ConverterParameter=true:预估:}" Foreground="{StaticResource Text.Pink}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" Grid.Column="3" VerticalAlignment="Bottom" Margin="0,0,0,23" |
|
|
|