callm 1 год назад
Родитель
Сommit
bcc7507048
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      UAS_MES_LGDZ/FunctionCode/Make/Make_ColorBoxWeigh_ReadLine.cs

+ 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();
                             }