ruoxing.wang 3 weeks ago
parent
commit
83cd824bba
  1. 2
      PaintingPC/FrmQuality.cs
  2. 2
      PaintingPC/Function.cs

2
PaintingPC/FrmQuality.cs

@ -520,7 +520,7 @@ namespace PaintingPC
string[] ss = labProductInfo.Text.Split(',');
if (ss.Length >= 1)
{
if (string.IsNullOrWhiteSpace(ss[0]))
if (string.IsNullOrWhiteSpace(ss[0]))
{
MessageBox.Show("无颜色信息,请重新扫描");
return false;

2
PaintingPC/Function.cs

@ -1672,7 +1672,7 @@ namespace PaintingPC
LogHelper.WriteErrLogBase(ex.ToString(), MethodBase.GetCurrentMethod().Name);
return res;
}
}
}
/// <summary>
/// 查询补打条码信息

Loading…
Cancel
Save