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(','); string[] ss = labProductInfo.Text.Split(',');
if (ss.Length >= 1) if (ss.Length >= 1)
{ {
if (string.IsNullOrWhiteSpace(ss[0])) if (string.IsNullOrWhiteSpace(ss[0]))
{ {
MessageBox.Show("无颜色信息,请重新扫描"); MessageBox.Show("无颜色信息,请重新扫描");
return false; return false;

2
PaintingPC/Function.cs

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

Loading…
Cancel
Save