|
@ -8,7 +8,7 @@ |
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
xmlns:local="clr-namespace:BBWY.Client.Views.Order" |
|
|
xmlns:local="clr-namespace:BBWY.Client.Views.Order" |
|
|
mc:Ignorable="d" |
|
|
mc:Ignorable="d" |
|
|
Title="SD订单" Height="300" Width="300" |
|
|
Title="SD订单" Height="500" Width="300" |
|
|
Style="{StaticResource bwstyle}" |
|
|
Style="{StaticResource bwstyle}" |
|
|
MinButtonVisibility="Collapsed" |
|
|
MinButtonVisibility="Collapsed" |
|
|
MaxButtonVisibility="Collapsed" |
|
|
MaxButtonVisibility="Collapsed" |
|
@ -19,6 +19,12 @@ |
|
|
<x:Type TypeName="cmodel:SDType"/> |
|
|
<x:Type TypeName="cmodel:SDType"/> |
|
|
</ObjectDataProvider.MethodParameters> |
|
|
</ObjectDataProvider.MethodParameters> |
|
|
</ObjectDataProvider> |
|
|
</ObjectDataProvider> |
|
|
|
|
|
|
|
|
|
|
|
<ObjectDataProvider x:Key="PayBillTypeProvider" MethodName="GetValues" ObjectType="{x:Type sys:Enum}"> |
|
|
|
|
|
<ObjectDataProvider.MethodParameters> |
|
|
|
|
|
<x:Type TypeName="cmodel:PayBillType"/> |
|
|
|
|
|
</ObjectDataProvider.MethodParameters> |
|
|
|
|
|
</ObjectDataProvider> |
|
|
</c:BWindow.Resources> |
|
|
</c:BWindow.Resources> |
|
|
<Grid> |
|
|
<Grid> |
|
|
<Grid.RowDefinitions> |
|
|
<Grid.RowDefinitions> |
|
@ -30,9 +36,12 @@ |
|
|
Background="{StaticResource Border.Background}"> |
|
|
Background="{StaticResource Border.Background}"> |
|
|
<TextBlock Text="SD订单" Style="{StaticResource middleTextBlock}"/> |
|
|
<TextBlock Text="SD订单" Style="{StaticResource middleTextBlock}"/> |
|
|
</Border> |
|
|
</Border> |
|
|
|
|
|
|
|
|
<Grid Grid.Row="1"> |
|
|
<Grid Grid.Row="1"> |
|
|
<Grid.RowDefinitions> |
|
|
<Grid.RowDefinitions> |
|
|
|
|
|
<RowDefinition Height="40"/> |
|
|
|
|
|
<RowDefinition Height="40"/> |
|
|
|
|
|
<RowDefinition Height="40"/> |
|
|
|
|
|
<RowDefinition Height="40"/> |
|
|
<RowDefinition Height="40"/> |
|
|
<RowDefinition Height="40"/> |
|
|
<RowDefinition Height="40"/> |
|
|
<RowDefinition Height="40"/> |
|
|
<RowDefinition Height="40"/> |
|
|
<RowDefinition Height="40"/> |
|
@ -49,14 +58,28 @@ |
|
|
SelectedIndex="0" Height="25" Width="100" |
|
|
SelectedIndex="0" Height="25" Width="100" |
|
|
HorizontalAlignment="Left" VerticalAlignment="Center" VerticalContentAlignment="Center" Margin="5,0,0,0"/> |
|
|
HorizontalAlignment="Left" VerticalAlignment="Center" VerticalContentAlignment="Center" Margin="5,0,0,0"/> |
|
|
|
|
|
|
|
|
<TextBlock Text="佣金" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="1"/> |
|
|
<TextBlock Text="关键词" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="1"/> |
|
|
<c:BTextBox x:Name="txtSDCommissionAmount" Grid.Column="1" Grid.Row="1" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
<c:BTextBox x:Name="txt_SDKey" Grid.Column="1" Grid.Row="1" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="佣金" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="2"/> |
|
|
|
|
|
<c:BTextBox x:Name="txtSDCommissionAmount" Grid.Column="1" Grid.Row="2" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="邮费" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="3"/> |
|
|
|
|
|
<c:BTextBox x:Name="txtDeliveryExpressFreight" Grid.Column="1" Grid.Row="3" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="付款渠道" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="4"/> |
|
|
|
|
|
<ComboBox x:Name="cbx_SDPayChannel" Grid.Column="1" Grid.Row="4" ItemsSource="{Binding Source={StaticResource PayBillTypeProvider}}" |
|
|
|
|
|
Height="25" Width="100" |
|
|
|
|
|
SelectedIndex="0" HorizontalAlignment="Left" VerticalAlignment="Center" VerticalContentAlignment="Center" Margin="5,0,0,0"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="交易账单号" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="5"/> |
|
|
|
|
|
<c:BTextBox x:Name="txt_SDPayBillNo" Grid.Column="1" Grid.Row="5" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
|
|
|
|
|
|
<TextBlock Text="邮费" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="2"/> |
|
|
<TextBlock Text="刷单人" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="6"/> |
|
|
<c:BTextBox x:Name="txtDeliveryExpressFreight" Grid.Column="1" Grid.Row="2" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
<c:BTextBox x:Name="txt_SDOperator" Grid.Column="1" Grid.Row="6" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
|
|
|
|
|
|
<TextBlock Text="标签" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="3"/> |
|
|
<TextBlock Text="标签" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="7"/> |
|
|
<ComboBox x:Name="cbx_flag" Grid.Column="1" Grid.Row="3" Height="25" Width="100" |
|
|
<ComboBox x:Name="cbx_flag" Grid.Column="1" Grid.Row="7" Height="25" Width="100" |
|
|
HorizontalAlignment="Left" VerticalAlignment="Center" VerticalContentAlignment="Center" Margin="5,0,0,0" |
|
|
HorizontalAlignment="Left" VerticalAlignment="Center" VerticalContentAlignment="Center" Margin="5,0,0,0" |
|
|
SelectedIndex="0" FocusVisualStyle="{x:Null}"> |
|
|
SelectedIndex="0" FocusVisualStyle="{x:Null}"> |
|
|
<ComboBox.ItemTemplate> |
|
|
<ComboBox.ItemTemplate> |
|
@ -68,8 +91,8 @@ |
|
|
</DataTemplate> |
|
|
</DataTemplate> |
|
|
</ComboBox.ItemTemplate> |
|
|
</ComboBox.ItemTemplate> |
|
|
</ComboBox> |
|
|
</ComboBox> |
|
|
<TextBlock Text="商家备注" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="4"/> |
|
|
<TextBlock Text="商家备注" HorizontalAlignment="Right" VerticalAlignment="Center" Grid.Row="8"/> |
|
|
<c:BTextBox x:Name="txtVenderRemark" Grid.Column="1" Grid.Row="4" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
<c:BTextBox x:Name="txtVenderRemark" Grid.Column="1" Grid.Row="8" Height="30" Width="150" HorizontalAlignment="Left" Margin="5,0,0,0"/> |
|
|
</Grid> |
|
|
</Grid> |
|
|
|
|
|
|
|
|
<c:BButton x:Name="btn_Save" Content="保存" Grid.Row="2" Width="60" HorizontalAlignment="Right" Margin="0,0,8,0" |
|
|
<c:BButton x:Name="btn_Save" Content="保存" Grid.Row="2" Width="60" HorizontalAlignment="Right" Margin="0,0,8,0" |
|
|