Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
b1a48f81
Commit
b1a48f81
authored
Dec 28, 2019
by
季圣华
Browse files
用户模块代码优化
parent
7e50b409
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/user.html
View file @
b1a48f81
...
...
@@ -3,8 +3,6 @@
<head>
<title>
用户管理
</title>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/colorbox/jquery.colorbox-min.js"
></script>
...
...
@@ -110,7 +108,6 @@
initConfig
();
initTableData
();
ininPager
();
browserFit
();
});
//初始化配置
...
...
@@ -128,36 +125,6 @@
}
}
//浏览器适配
function
browserFit
()
{
if
(
getOs
()
==
'
MSIE
'
)
{
$
(
"
#usernameLabel
"
).
empty
().
append
(
"
用户姓名
"
);
$
(
"
#loginameLabel
"
).
empty
().
append
(
"
登录名称
"
);
$
(
"
#orgAbrLabel
"
).
empty
().
append
(
"
部 门
"
);
$
(
"
#userBlngOrgaDsplSeqLabel
"
).
empty
().
append
(
"
用户排序
"
);
$
(
"
#positionLabel
"
).
empty
().
append
(
"
职 位
"
);
$
(
"
#phonenumLabel
"
).
empty
().
append
(
"
联系电话
"
);
$
(
"
#emailLabel
"
).
empty
().
append
(
"
电子邮箱
"
);
$
(
"
#descriptionLabel
"
).
empty
().
append
(
"
描 述
"
);
$
(
"
#searchPositionLabel
"
).
empty
().
append
(
"
职 位:
"
);
$
(
"
#searchDeptLabel
"
).
empty
().
append
(
"
部 门:
"
);
$
(
"
#searchDescLabel
"
).
empty
().
append
(
"
描 述:
"
);
}
else
{
$
(
"
#usernameLabel
"
).
empty
().
append
(
"
用户姓名
"
);
$
(
"
#loginameLabel
"
).
empty
().
append
(
"
登录名称
"
);
$
(
"
#orgAbrLabel
"
).
empty
().
append
(
"
部 门
"
);
$
(
"
#userBlngOrgaDsplSeqLabel
"
).
empty
().
append
(
"
用户排序
"
);
$
(
"
#positionLabel
"
).
empty
().
append
(
"
职 位
"
);
$
(
"
#phonenumLabel
"
).
empty
().
append
(
"
联系电话
"
);
$
(
"
#emailLabel
"
).
empty
().
append
(
"
电子邮箱
"
);
$
(
"
#descriptionLabel
"
).
empty
().
append
(
"
描 述
"
);
$
(
"
#searchPositionLabel
"
).
empty
().
append
(
"
职 位:
"
);
$
(
"
#searchDeptLabel
"
).
empty
().
append
(
"
部 门:
"
);
$
(
"
#searchDescLabel
"
).
empty
().
append
(
"
描 述:
"
);
}
}
//初始化表格数据
function
initTableData
()
{
$
(
'
#tableData
'
).
datagrid
({
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment