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
3380d3cd
Commit
3380d3cd
authored
Jun 23, 2017
by
季圣华
Browse files
调整密码修改界面的样式,列表宽度优化
parent
fc0202b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/js/pages/materials/in_out.js
View file @
3380d3cd
...
@@ -43,6 +43,9 @@
...
@@ -43,6 +43,9 @@
function
getType
(){
function
getType
(){
listTitle
=
$
(
"
#tablePanel
"
).
prev
().
text
();
listTitle
=
$
(
"
#tablePanel
"
).
prev
().
text
();
depotString
=
"
|
"
;
depotString
=
"
|
"
;
//改变宽度和高度
$
(
"
#searchPanel
"
).
panel
({
width
:
webW
-
2
});
$
(
"
#tablePanel
"
).
panel
({
width
:
webW
-
2
});
var
supUrl
=
path
+
"
/supplier/findBySelect_sup.action
"
;
//供应商接口
var
supUrl
=
path
+
"
/supplier/findBySelect_sup.action
"
;
//供应商接口
var
cusUrl
=
path
+
"
/supplier/findBySelect_cus.action
"
;
//客户接口
var
cusUrl
=
path
+
"
/supplier/findBySelect_cus.action
"
;
//客户接口
var
retailUrl
=
path
+
"
/supplier/findBySelect_retail.action
"
;
//散户接口
var
retailUrl
=
path
+
"
/supplier/findBySelect_retail.action
"
;
//散户接口
...
...
src/main/webapp/pages/user/password.jsp
View file @
3380d3cd
...
@@ -21,20 +21,20 @@
...
@@ -21,20 +21,20 @@
<script
type=
"text/javascript"
src=
"
<%=
path
%>
/js/common/common.js"
></script>
<script
type=
"text/javascript"
src=
"
<%=
path
%>
/js/common/common.js"
></script>
</head>
</head>
<body>
<body>
<div
id=
"userDlg"
class=
"easyui-panel"
title=
"修改密码"
style=
"height:370px;
padding:10px 20px;
background-color:#EAF2FD; "
<div
id=
"userDlg"
class=
"easyui-panel"
title=
"修改密码"
style=
"height:370px;background-color:#EAF2FD; "
iconCls=
"icon-unlock"
collapsible=
"true"
closable=
"false"
>
iconCls=
"icon-unlock"
collapsible=
"true"
closable=
"false"
>
<form
id=
"passwordFM"
method=
"post"
novalidate
>
<form
id=
"passwordFM"
method=
"post"
novalidate
>
<div
class=
"fitem"
style=
"padding:
5
px"
>
<div
class=
"fitem"
style=
"padding:
10
px"
>
<label
id=
"passwordLabel"
>
原始密码
</label>
<label
id=
"passwordLabel"
>
原始密码
</label>
<input
type=
"password"
name=
"orgpassword"
id=
"orgpassword"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[5,20]'"
style=
"width: 230px;height: 20px"
missingMessage=
"请输入原始密码"
/>
<input
type=
"password"
name=
"orgpassword"
id=
"orgpassword"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[5,20]'"
style=
"width: 230px;height: 20px"
missingMessage=
"请输入原始密码"
/>
<span
id=
"orgTipMsg"
></span>
<span
id=
"orgTipMsg"
></span>
</div>
</div>
<div
class=
"fitem"
style=
"padding:
5
px"
>
<div
class=
"fitem"
style=
"padding:
10
px"
>
<label
id=
"newPassword"
>
重设密码
</label>
<label
id=
"newPassword"
>
重设密码
</label>
<input
type=
"password"
name=
"password"
id=
"password"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[5,20]'"
style=
"width: 230px;height: 20px"
missingMessage=
"请填写新密码"
/>
<input
type=
"password"
name=
"password"
id=
"password"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[5,20]'"
style=
"width: 230px;height: 20px"
missingMessage=
"请填写新密码"
/>
<span
id=
"orgTipMsg"
></span>
<span
id=
"orgTipMsg"
></span>
</div>
</div>
<div
class=
"fitem"
style=
"padding:
5
px"
>
<div
class=
"fitem"
style=
"padding:
10
px"
>
<label
id=
"repasswordLabel"
>
再输一遍
</label>
<label
id=
"repasswordLabel"
>
再输一遍
</label>
<input
type=
"password"
name=
"repassword"
id=
"repassword"
class=
"easyui-validatebox"
style=
"width: 230px;height: 20px"
required=
"true"
class=
"easyui-validatebox"
validType=
"equals['#password']"
missingMessage=
"请再次填写新密码"
invalidMessage=
"两次密码输入不一致"
/>
<input
type=
"password"
name=
"repassword"
id=
"repassword"
class=
"easyui-validatebox"
style=
"width: 230px;height: 20px"
required=
"true"
class=
"easyui-validatebox"
validType=
"equals['#password']"
missingMessage=
"请再次填写新密码"
invalidMessage=
"两次密码输入不一致"
/>
<span
id=
"tipMsg"
></span>
<span
id=
"tipMsg"
></span>
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
return
false
;
return
false
;
}
}
});
});
$
(
"
#userDlg
"
).
panel
({
height
:
webH
-
35
});
$
(
"
#userDlg
"
).
panel
({
height
:
webH
-
3
,
width
:
webW
+
1
5
});
$
(
"
#dlg-buttons
"
).
css
(
"
padding-left
"
,
"
65px
"
);
$
(
"
#dlg-buttons
"
).
css
(
"
padding-left
"
,
"
65px
"
);
});
});
//重置
//重置
...
...
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