浏览代码

修改缺陷等级

章政 8 年之前
父节点
当前提交
a95bd954c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UAS-MES/FunctionCode/OQC/OQC_SamplingDataCollection.cs

+ 1 - 1
UAS-MES/FunctionCode/OQC/OQC_SamplingDataCollection.cs

@@ -20,7 +20,7 @@ namespace UAS_MES.OQC
 
         List<DataGridViewRow> dgvr = new List<DataGridViewRow>();
         LogStringBuilder sql = new LogStringBuilder();
-        string[] LevelDefect = new string[] { "A#A", "B#B", "C#C", "D#D" };
+        string[] LevelDefect = new string[] { "CR#CR", "MI#MI", "MA#MA" };
 
         string ifrework = "";