From e09282da206a2468d1f4e3b84f147d69123ac752 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 09 十一月 2023 11:18:05 +0800
Subject: [PATCH] 收款单:选择客户后带出币别、汇率、结算方式、银行、银行账号、结算单位;系统根据登录账户自动带出销售员、销售部门、销售主管
---
WebTM/views/user/login2.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebTM/views/user/login2.html b/WebTM/views/user/login2.html
index f823a30..f449051 100644
--- a/WebTM/views/user/login2.html
+++ b/WebTM/views/user/login2.html
@@ -401,7 +401,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