From 111d09d2f3fadf841e3df1c72dfd423ea1c91649 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期五, 14 一月 2022 13:59:30 +0800
Subject: [PATCH] #单据类型区分入库单和出库单

---
 src/main/webapp/views/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index d4cd5d9..e5efec8 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -155,7 +155,8 @@
 
         // 榛樿鍔犺浇涓婚〉
         index.loadHome({
-            menuPath: baseUrl+'/views/home/console.html',
+            // menuPath: baseUrl+'/views/home/console.html',
+            menuPath: baseUrl+'/views/index_datashow.html',
             menuName: '<i class="layui-icon layui-icon-home"></i>'
         });
 

--
Gitblit v1.9.1