|
|
@@ -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++)
|