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()))