|
|
@ -115,11 +115,11 @@ |
|
|
|
<TextBlock VerticalAlignment="Center" Text="部门:" Margin="14,0,0,0" /> |
|
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding DepartmentName}" Margin="5,0,0,0" /> |
|
|
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="店铺:" Margin="14,0,0,0" /> |
|
|
|
<c:BButton Content="{Binding ItemList[0].ShopName}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
<!--<TextBlock VerticalAlignment="Center" Text="店铺:" Margin="14,0,0,0" /> |
|
|
|
<c:BButton Content="{Binding ShopName}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}" |
|
|
|
CommandParameter="{Binding ItemList[0].ShopName}" |
|
|
|
Margin=" 5,0,0,0"/> |
|
|
|
CommandParameter="{Binding ShopName}" |
|
|
|
Margin=" 5,0,0,0"/>--> |
|
|
|
<TextBlock VerticalAlignment="Center" Text="对接人:" Margin="16,0,0,0" /> |
|
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding AcceptName}" Margin="5,0,0,0" /> |
|
|
|
</StackPanel> |
|
|
|