|
|
@ -133,7 +133,6 @@ |
|
|
|
<RowDefinition Height="40"/> |
|
|
|
<RowDefinition Height="40"/> |
|
|
|
<RowDefinition/> |
|
|
|
<RowDefinition/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="80"/> |
|
|
@ -144,11 +143,11 @@ |
|
|
|
|
|
|
|
<TextBlock Text="密钥" Style="{StaticResource textblockPropertyStyle}" Grid.Row="1"/> |
|
|
|
<c:BTextBox Grid.Column="1" Style="{StaticResource textboxValueStyle}" Grid.Row="1" Width="500" |
|
|
|
Text="{Binding PurchaseAccount.AccountName,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/> |
|
|
|
Text="{Binding DingDingKey,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/> |
|
|
|
|
|
|
|
<TextBlock Text="WebHook" Style="{StaticResource textblockPropertyStyle}" Grid.Row="2"/> |
|
|
|
<c:BTextBox Grid.Column="1" Style="{StaticResource textboxValueStyle}" Grid.Row="2" Width="500" |
|
|
|
Text="{Binding PurchaseAccount.AccountName,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/> |
|
|
|
Text="{Binding DingDingWebHook,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/> |
|
|
|
|
|
|
|
<Border Height="1" SnapsToDevicePixels="True" UseLayoutRounding="True" Background="{StaticResource Border.Brush}" Grid.ColumnSpan="2" Grid.Row="3" |
|
|
|
VerticalAlignment="Center"/> |
|
|
@ -156,18 +155,18 @@ |
|
|
|
<TextBlock Text="策略设置" Style="{StaticResource textblockPropertyStyle}" Grid.Row="4"/> |
|
|
|
|
|
|
|
<TextBlock Text="安全周转天数" Style="{StaticResource textblockPropertyStyle}" Grid.Row="5"/> |
|
|
|
<ComboBox ItemsSource="{Binding SafeDayList}" Grid.Column="1" Grid.Row="5" HorizontalAlignment="Left" Height="30" |
|
|
|
<ComboBox ItemsSource="{Binding SafeDayList}" SelectedItem="{Binding SelectedSkuSafeTurnoverDay,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Grid.Column="1" Grid.Row="5" HorizontalAlignment="Left" Height="30" Width="100" |
|
|
|
VerticalContentAlignment="Center"/> |
|
|
|
|
|
|
|
<Grid Grid.ColumnSpan="2" Grid.Row="6" Margin="4.5,0"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition Width="0.32*"/> |
|
|
|
<ColumnDefinition Width="0.32*"/> |
|
|
|
<ColumnDefinition Width="0.36*"/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<StackPanel> |
|
|
|
<TextBlock Text="增长期定义" FontWeight="Bold" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="以3天为1个周期,连续2个周期增长幅度均超20%。" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="增长期定义" FontWeight="Bold" Margin="0,10,0,5"/> |
|
|
|
<TextBlock Text="以3天为1个周期,连续2个周期增长幅度均超20%。" Margin="0,0,0,15"/> |
|
|
|
<TextBlock Text="提醒规则" FontWeight="Bold" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="总库存/近七天日均销量小于15天" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="备货量建议:" Margin="0,0,0,5"/> |
|
|
@ -177,8 +176,8 @@ |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<StackPanel Grid.Column="1"> |
|
|
|
<TextBlock Text="稳定期定义" FontWeight="Bold" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="以3天为1个周期,两两组合的波动幅度不超20%。" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="稳定期定义" FontWeight="Bold" Margin="0,10,0,5"/> |
|
|
|
<TextBlock Text="以3天为1个周期,两两组合的波动幅度不超20%。" Margin="0,0,0,15"/> |
|
|
|
<TextBlock Text="提醒规则" FontWeight="Bold" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="总库存/近七天日均销量小于8天" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="备货量建议:" Margin="0,0,0,5"/> |
|
|
@ -188,8 +187,8 @@ |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<StackPanel Grid.Column="2"> |
|
|
|
<TextBlock Text="衰退期定义" FontWeight="Bold" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="以3天为1个周期,连续2个周期下降幅度均超20%,或7个周期内两两下降幅度最高超50%。" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="衰退期定义" FontWeight="Bold" Margin="0,10,0,5"/> |
|
|
|
<TextBlock Text="以3天为1个周期,连续2个周期下降幅度均超20%,或7个周期内两两下降幅度最高超50%。" Margin="0,0,0,15"/> |
|
|
|
<TextBlock Text="提醒规则" FontWeight="Bold" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="总库存/近七天日均销量小于8天" Margin="0,0,0,5"/> |
|
|
|
<TextBlock Text="备货量建议:" Margin="0,0,0,5"/> |
|
|
|