Browse Source

修改提示信息

章政 8 năm trước cách đây
mục cha
commit
c9353e11de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UAS-MES/PublicMethod/LogicHandler.cs

+ 1 - 1
UAS-MES/PublicMethod/LogicHandler.cs

@@ -1171,7 +1171,7 @@ namespace UAS_MES.PublicMethod
             DataTable dt = (DataTable)dh.ExecuteSql("select cm_id from craftmaterial  where cm_sncode='" + iSnCode + "' and cm_barcode='" + iBarcode + "' and cm_soncode='" + iSonCode + "'", "select");
             if (dt.Rows.Count > 0)
             {
-                oErrorMessage = "条码已经上料";
+                oErrorMessage = "条码"+ iBarcode + "已经上料";
                 return false;
             }
             else