忱 沈 4 years ago
committed by sc
parent
commit
8c84f3e9f8
  1. 3
      View/StuffView.xaml.cs

3
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

Loading…
Cancel
Save