From 4084e06d179675c094a17abb9695aa9a33617b92 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 14 九月 2023 17:33:09 +0800
Subject: [PATCH] 存货档案导入、设备清单导入

---
 VueWebCoreApi/Controllers/ImportExcelController.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/VueWebCoreApi/Controllers/ImportExcelController.cs b/VueWebCoreApi/Controllers/ImportExcelController.cs
index 3d67241..b069aa8 100644
--- a/VueWebCoreApi/Controllers/ImportExcelController.cs
+++ b/VueWebCoreApi/Controllers/ImportExcelController.cs
@@ -84,12 +84,12 @@
                 list.json2 = list.json2;
                 return Json(list);
             }
-            //list.json3 = ExcelCheckData(myModel);  //鏁版嵁楠岃瘉
-            //if (list.json3.code == "300")
-            //{
-            //    list.json3 = list.json3;
-            //    return Json(list);
-            //}
+            list.json3 = ExcelImportSubmit(dataTable, FileCode);  //鏁版嵁瀵煎叆
+            if (list.json3.code == "300")
+            {
+                list.json3 = list.json3;
+                return Json(list);
+            }
             return Json(list);
         }
         #endregion

--
Gitblit v1.9.3