From d476c4f4a7f411812b4479a953ec4400bc8bdd79 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Wed, 24 Jun 2026 20:13:02 +0800 Subject: [PATCH] 11 --- .../FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs index 5fecc65..51927c9 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs @@ -394,7 +394,7 @@ namespace FineUIPro.Web.HJGL.DataIn row["category"] = item.Value("category"); row["description"] = item.Value("description"); row["spec"] = item.Value("spec"); - row["qty"] = item.Value("qty"); + row["qty"] = item.Value("qty").Replace("M","").Replace("m",""); row["page_no"] = item.Value("page_no"); row["remark"] = item.Value("remark"); if (string.IsNullOrEmpty(row["drawing_number"].ToString()))