|
@ -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; |
|
|