11
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user