diff --git a/View/StuffView.xaml.cs b/View/StuffView.xaml.cs index 052fc12..9724339 100644 --- a/View/StuffView.xaml.cs +++ b/View/StuffView.xaml.cs @@ -64,7 +64,8 @@ namespace Audit.View else { if (int_stuff_ProductType == 0)//判断是否为染料,非染料写空 - { + { + string value = stuff_Color.Background.ToString();//获取色彩框背景色 if (ColorCode_SQL >= 0) product.Color = ColorCode_SQL;//判断色彩数据是否有效,有效写入 } else