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
5b6950f3
"src/main/java/git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "97fad704645a193169ffe045d0e04c0e040e4166"
Commit
5b6950f3
authored
Apr 29, 2020
by
季圣华
Browse files
禁止修改用户名
parent
85bd0955
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/user.html
View file @
5b6950f3
...
@@ -460,7 +460,7 @@
...
@@ -460,7 +460,7 @@
userID
=
rowsdata
.
id
;
userID
=
rowsdata
.
id
;
//焦点在名称输入框==定焦在输入文字后面
//焦点在名称输入框==定焦在输入文字后面
$
(
"
#username
"
).
val
(
""
).
focus
().
val
(
rowsdata
.
username
);
$
(
"
#username
"
).
val
(
""
).
focus
().
val
(
rowsdata
.
username
);
$
(
"
#loginName
"
).
attr
(
"
readonly
"
,
"
readonly
"
);
$
(
"
#loginName
"
).
textbox
(
'
textbox
'
).
attr
(
'
readonly
'
,
true
);
//设置输入框为禁用
/**机构选择*/
/**机构选择*/
$
(
"
#selectType
"
).
val
(
"
org
"
);
$
(
"
#selectType
"
).
val
(
"
org
"
);
url
=
'
/user/updateUser?id=
'
+
rowsdata
.
id
;
url
=
'
/user/updateUser?id=
'
+
rowsdata
.
id
;
...
...
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