From de6783ee33e028ea34ddaf9f5e15e58153a34ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Fri, 12 Apr 2024 10:03:43 +0800 Subject: [PATCH] merge --- ProductionSystem/Forms/HomeFormInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {