瀏覽代碼

更换检验方案时保持勾选和数量

章政 8 年之前
父節點
當前提交
d35a04785e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      UAS-MES/FunctionCode/OQC/OQC_PlanMaintain.cs

+ 2 - 0
UAS-MES/FunctionCode/OQC/OQC_PlanMaintain.cs

@@ -280,9 +280,11 @@ namespace UAS_MES.OQC
 
         private void CheckTypeDGV_DataSourceChanged(object sender, EventArgs e)
         {
+            //更换抽检方案后保持抽选状态和检验数量
             for (int i = 0; i < CheckTypeDGV.Rows.Count; i++)
             {
                 CheckTypeDGV.Rows[i].Cells["Choose"].Value = true;
+                CheckTypeDGV.Rows[i].Cells["oi_sampleqty"].Value = ob_sampleqty.Text;
             }
         }
     }