ソースを参照

去除维修信息解决方案必填

章政 8 年 前
コミット
8e271572fe
1 ファイル変更0 行追加3 行削除
  1. 0 3
      UAS-MES/FunctionCode/Make/Make_NewMatainInf.cs

+ 0 - 3
UAS-MES/FunctionCode/Make/Make_NewMatainInf.cs

@@ -164,7 +164,6 @@ namespace UAS_MES.Make
             string[] nrg_name = new string[GetListViewCheckCount(nrg_name_lsv)];
             string[] nr_name = new string[GetListViewCheckCount(nr_name_lsv)];
             string[] mbr_dutycode = new string[GetListViewCheckCount(mbr_dutycode_lsv)];
-            string[] mbr_solutioncode = new string[GetListViewCheckCount(mbr_solutioncode_lsv)];
             string ErrorMessage = "";
             if (nrg_name.Length == 0)
                 ErrorMessage += " 不良原因组 ";
@@ -172,8 +171,6 @@ namespace UAS_MES.Make
                 ErrorMessage += " 不良原因 ";
             if (mbr_dutycode.Length == 0)
                 ErrorMessage += " 责任别 ";
-            if (mbr_solutioncode.Length == 0)
-                ErrorMessage += " 解决方案 ";
             if (ErrorMessage == "")
             {
                 for (int i = 0; i < mbc_component_lsv.Items.Count; i++)