From 2df88b1b2d2c7f9466e7b0ea08f55b2cae83a132 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 09 一月 2024 15:27:27 +0800
Subject: [PATCH] 1.销售订单子表,生产订单子表,工序流转卡 主表增加订单等级基础选择框 2.盘点方案,客户分类,供应商分类,地区,销售方式,采购方式编辑 及 列表 模块 3. 用户关联仓库列表,用户关联物料列表 的模块(按钮: 新增,编辑,删除(单行),列设置,按钮设置,退出) 4.器具保养统计表,器具维修统计表,器具故障统计表
---
WebTM/views/user/login2.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/WebTM/views/user/login2.html b/WebTM/views/user/login2.html
index c8a0d38..4907208 100644
--- a/WebTM/views/user/login2.html
+++ b/WebTM/views/user/login2.html
@@ -246,11 +246,11 @@
sessionStorage["HManagerID"] = result.data[0].HSecManagerID;
sessionStorage["HManagerName"] = result.data[0].HSecManager;
//sessionStorage["IP"] = System.Configuration.ConfigurationSettings.AppSettings("name");
- if (!judgeMorPCflag) {//绉诲姩绔�
- window.location.href = '../../views/index_Mobile.html'
- } else {//PC绔�
+ //if (!judgeMorPCflag) {//绉诲姩绔�
+ // window.location.href = '../../views/index_Mobile.html'
+ //} else {//PC绔�
window.location.href = '../../views/indexMenu.html'
- }
+ //}
get_WriteConfigFile();
}
else {
--
Gitblit v1.9.1