From 60ebaf4ebd3f5c76bc340c837dd7bed4802c1769 Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期五, 13 十月 2023 13:09:16 +0800
Subject: [PATCH] 网页版 采购订单列表 收料通知单列表 ,退料通知单列表,采购入库单列表:增加 审核 反审核 关闭 反关闭 作废 反作废 以及 自定义过滤 功能;
---
WebTM/views/user/login.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebTM/views/user/login.html b/WebTM/views/user/login.html
index 5f08a3f..d7040ef 100644
--- a/WebTM/views/user/login.html
+++ b/WebTM/views/user/login.html
@@ -247,7 +247,7 @@
if (!judgeMorPCflag) {//绉诲姩绔�
window.location.href = '../../views/index_Mobile.html'
} else {//PC绔�
- window.location.href = '../../views/index.html'
+ window.location.href = '../../views/indexMenu.html'
}
get_WriteConfigFile();
}
--
Gitblit v1.9.1