|
|
|
@ -1572,7 +1572,7 @@ namespace ProductionSystem.Forms
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
string tiaoma = txtProductCode.Text.Replace("\r", "").Replace("\n", "");
|
|
|
|
|
if (tiaoma.Contains("暂无条码") || tiaoma == "")
|
|
|
|
|
if (tiaoma.Contains("暂无条码") || tiaoma == "" || tiaoma.Contains("暂"))
|
|
|
|
|
{
|
|
|
|
|
for (int i = 1; i < 9; i++)
|
|
|
|
|
{
|
|
|
|
|