Browse Source

修改不良原因到不良名称

章政 8 years ago
parent
commit
49a7b98c9a

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

@@ -871,7 +871,7 @@
             // 
             this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
             this.bc_name1.DataPropertyName = "bg_name";
-            this.bc_name1.HeaderText = "不良名称";
+            this.bc_name1.HeaderText = "不良名称 ";
             this.bc_name1.Name = "bc_name1";
             this.bc_name1.ReadOnly = true;
             // 

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

@@ -87,7 +87,7 @@ namespace UAS_MES.OQC
                 {
                     dt = (DataTable)dh.ExecuteSql("select or_id,or_reasoncode bg_code, oi_description bg_name from OQCNGReason where or_checkno='" + ob_checkno.Text + "' and or_sncode='" + sncode.Text + "'", "select");
                     BaseUtil.FillDgvWithDataTable(ChoosedDGV, dt);
-                    GetBatchTypeGridData();
+                    GetBatchTypeGridData(); 
                 }
             }
         }