|
|
@ -1,4 +1,5 @@ |
|
|
using System; |
|
|
using System; |
|
|
|
|
|
using GalaSoft.MvvmLight; |
|
|
using System.Collections.Generic; |
|
|
using System.Collections.Generic; |
|
|
using System.Linq; |
|
|
using System.Linq; |
|
|
using System.Text; |
|
|
using System.Text; |
|
|
@ -16,6 +17,7 @@ using System.Windows.Forms; |
|
|
using System.Drawing; |
|
|
using System.Drawing; |
|
|
using System.Text.RegularExpressions; |
|
|
using System.Text.RegularExpressions; |
|
|
using Models; |
|
|
using Models; |
|
|
|
|
|
using Audit.ViewModel; |
|
|
|
|
|
|
|
|
namespace Audit.View |
|
|
namespace Audit.View |
|
|
{ |
|
|
{ |
|
|
@ -44,7 +46,6 @@ namespace Audit.View |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private Product product = new Product(); |
|
|
private Product product = new Product(); |
|
|
|
|
|
|
|
|
private void Button_Preservation(object sender, RoutedEventArgs e)//保存按钮事件
|
|
|
private void Button_Preservation(object sender, RoutedEventArgs e)//保存按钮事件
|
|
|
{ |
|
|
{ |
|
|
int int_stuff_ProductType = 0; |
|
|
int int_stuff_ProductType = 0; |
|
|
@ -130,6 +131,7 @@ namespace Audit.View |
|
|
///存储色彩变量
|
|
|
///存储色彩变量
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public static int ColorCode_SQL; |
|
|
public static int ColorCode_SQL; |
|
|
|
|
|
|
|
|
private void Stuff_Color_MouseDoubleClick(object sender, MouseButtonEventArgs e)//色彩框双击事件
|
|
|
private void Stuff_Color_MouseDoubleClick(object sender, MouseButtonEventArgs e)//色彩框双击事件
|
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
|