diff --git a/ProductionSystem/Forms/HomeFormInfo.cs b/ProductionSystem/Forms/HomeFormInfo.cs index 346e2ce..ec90d33 100644 --- a/ProductionSystem/Forms/HomeFormInfo.cs +++ b/ProductionSystem/Forms/HomeFormInfo.cs @@ -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++) {