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
f91a27af
Commit
f91a27af
authored
Dec 28, 2019
by
季圣华
Browse files
修改用户模块,把用户名称改为用户姓名
parent
1e2ac336
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/user.html
View file @
f91a27af
...
...
@@ -28,7 +28,7 @@
</td>
<td>
</td>
<td>
</td>
<td>
用户名
称
:
</td>
<td>
用户
姓
名:
</td>
<td>
<input
type=
"text"
name=
"searchUsername"
id=
"searchUsername"
style=
"width:100px;"
/>
</td>
...
...
@@ -72,7 +72,7 @@
<input
name=
"userBlngOrgaDsplSeq"
id=
"userBlngOrgaDsplSeq"
style=
"width: 230px;height: 20px"
/>
</div>
<div
class=
"fitem"
style=
"padding:5px"
>
<label
id=
"usernameLabel"
>
用户名
称
</label>
<label
id=
"usernameLabel"
>
用户
姓
名
</label>
<input
name=
"username"
id=
"username"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 230px;height: 20px"
/>
</div>
...
...
@@ -131,7 +131,7 @@
//浏览器适配
function
browserFit
()
{
if
(
getOs
()
==
'
MSIE
'
)
{
$
(
"
#usernameLabel
"
).
empty
().
append
(
"
用户名
称
"
);
$
(
"
#usernameLabel
"
).
empty
().
append
(
"
用户
姓
名
"
);
$
(
"
#loginameLabel
"
).
empty
().
append
(
"
登录名称
"
);
$
(
"
#orgAbrLabel
"
).
empty
().
append
(
"
部 门
"
);
$
(
"
#userBlngOrgaDsplSeqLabel
"
).
empty
().
append
(
"
用户排序
"
);
...
...
@@ -144,7 +144,7 @@
$
(
"
#searchDescLabel
"
).
empty
().
append
(
"
描 述:
"
);
}
else
{
$
(
"
#usernameLabel
"
).
empty
().
append
(
"
用户名
称
"
);
$
(
"
#usernameLabel
"
).
empty
().
append
(
"
用户
姓
名
"
);
$
(
"
#loginameLabel
"
).
empty
().
append
(
"
登录名称
"
);
$
(
"
#orgAbrLabel
"
).
empty
().
append
(
"
部 门
"
);
$
(
"
#userBlngOrgaDsplSeqLabel
"
).
empty
().
append
(
"
用户排序
"
);
...
...
@@ -192,7 +192,7 @@
}
},
{
title
:
'
登录名称
'
,
field
:
'
loginame
'
,
width
:
80
},
{
title
:
'
用户名
称
'
,
field
:
'
username
'
,
width
:
80
,
align
:
"
center
"
},
{
title
:
'
用户
姓
名
'
,
field
:
'
username
'
,
width
:
80
,
align
:
"
center
"
},
{
title
:
'
职位
'
,
field
:
'
position
'
,
width
:
115
,
align
:
"
center
"
},
{
title
:
'
部门
'
,
field
:
'
orgAbr
'
,
width
:
115
,
align
:
"
center
"
},
{
title
:
'
电子邮箱
'
,
field
:
'
email
'
,
width
:
150
,
align
:
"
center
"
},
...
...
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