This commit is contained in:
2026-06-24 20:13:02 +08:00
parent 26a25c1410
commit d476c4f4a7
@@ -394,7 +394,7 @@ namespace FineUIPro.Web.HJGL.DataIn
row["category"] = item.Value<string>("category");
row["description"] = item.Value<string>("description");
row["spec"] = item.Value<string>("spec");
row["qty"] = item.Value<string>("qty");
row["qty"] = item.Value<string>("qty").Replace("M","").Replace("m","");
row["page_no"] = item.Value<string>("page_no");
row["remark"] = item.Value<string>("remark");
if (string.IsNullOrEmpty(row["drawing_number"].ToString()))