Browse Source

修改采集为不良的BUG

章政 8 năm trước cách đây
mục cha
commit
5a06f1fb45

+ 1 - 9
UAS-MES/FunctionCode/Make/Make_TestCollection.Designer.cs

@@ -85,7 +85,6 @@
             this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
             this.ma_softversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
             this.ma_softversion_label = new System.Windows.Forms.Label();
-            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.panel2.SuspendLayout();
             this.panel1.SuspendLayout();
             this.SuspendLayout();
@@ -279,8 +278,7 @@
             this.columnHeader6,
             this.columnHeader3,
             this.columnHeader7,
-            this.columnHeader8,
-            this.columnHeader9});
+            this.columnHeader8});
             this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.ChoosedRejectList.Location = new System.Drawing.Point(491, 389);
             this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
@@ -776,11 +774,6 @@
             this.ma_softversion_label.TabIndex = 72;
             this.ma_softversion_label.Text = "软件版本";
             // 
-            // columnHeader9
-            // 
-            this.columnHeader9.Text = "不良备注";
-            this.columnHeader9.Width = 0;
-            // 
             // Make_TestCollection
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
@@ -897,6 +890,5 @@
         private System.Windows.Forms.Label label7;
         private CustomControl.ValueLabel.ValueLabel ma_softversion;
         private System.Windows.Forms.Label ma_softversion_label;
-        private System.Windows.Forms.ColumnHeader columnHeader9;
     }
 }

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_TestCollection.cs

@@ -439,7 +439,7 @@ namespace UAS_MES.Make
                             //获取不良名称
                             bcname[i] = ChoosedRejectList.Items[i].SubItems[3].Text;
                             //获取所有的不良备注
-                            bcremark[i] = ChoosedRejectList.Items[i].SubItems[4].Text;
+                            bcremark[i] = bc_remark.Text;
                         }
                     }
                 }