callm 6 місяців тому
батько
коміт
bcc7507048

+ 1 - 1
UAS_MES_LGDZ/FunctionCode/Make/Make_ColorBoxWeigh_ReadLine.cs

@@ -266,7 +266,7 @@ namespace UAS_MES_NEW.Make
                                 Remark.AppendText(weigh.Trim() + "\n");
                                 if (weigh != "")
                                 {
-                                    weight.Text = weigh.Trim();
+                                    weight.Text = re.Match(weigh).Value;
                                 }
                                 Remark.Clear();
                             }