callm 1 өдөр өмнө
parent
commit
a3c44d5783

+ 2 - 2
UAS_MES_YDCY/FunctionCode/Make/Make_SeqProgramTransform.cs

@@ -393,9 +393,9 @@ namespace UAS_MES_NEW.Make
             }
             else
             {
-                if (code.Text.Length > 40)
+                if (code.Text.Length > 200)
                 {
-                    imeif = code.Text.Substring(0, 40);
+                    imeif = code.Text.Substring(0, 200);
                 }
                 else
                 {