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
0fcb3288
Commit
0fcb3288
authored
Apr 22, 2018
by
季圣华
Browse files
更新配置
parent
7a436d1c
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/main/resources/common/email.properties
View file @
0fcb3288
stmp
=
smtp.gaodonghua.com
emailname
=
alan@gaodonghua.com
password
=
1QAZ2wsx
\ No newline at end of file
stmp
=
smtp.126.com
emailname
=
accountnms@126.com
password
=
public
\ No newline at end of file
src/main/resources/common/jdbc.properties
View file @
0fcb3288
jdbcUrl
=
jdbc
\:
mysql
\:
//
mysql.gaodonghua.com
\:
1
3306/jsh_erp?useUnicode
\=
true&characterEncoding
\=
UTF-8
jdbcUrl
=
jdbc
\:
mysql
\:
//
localhost
\:
3306/jsh_erp?useUnicode
\=
true&characterEncoding
\=
UTF-8
driverClass
=
com.mysql.jdbc.Driver
user
=
root
password
=
Alan!@#
\ No newline at end of file
password
=
1234
\ No newline at end of file
src/main/webapp/pages/manage/account.jsp
View file @
0fcb3288
...
...
@@ -142,7 +142,7 @@
},
{
title
:
'
备注
'
,
field
:
'
remark
'
,
width
:
100
},
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
1
8
0
,
formatter
:
function
(
value
,
rec
)
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
2
10
,
formatter
:
function
(
value
,
rec
)
{
var
str
=
''
;
var
rowInfo
=
rec
.
id
+
'
AaBb
'
+
rec
.
name
+
'
AaBb
'
+
rec
.
serialNo
+
'
AaBb
'
+
rec
.
initialAmount
+
'
AaBb
'
+
rec
.
currentAmount
+
'
AaBb
'
+
rec
.
remark
;
if
(
1
==
value
)
{
...
...
src/main/webapp/pages/manage/log.jsp
View file @
0fcb3288
...
...
@@ -126,9 +126,9 @@
pageList
:
initPageNum
,
columns
:
[[
{
title
:
'
操作模块
'
,
field
:
'
operation
'
,
width
:
120
},
{
title
:
'
操作人员
'
,
field
:
'
username
'
,
width
:
10
0
,
align
:
"
center
"
},
{
title
:
'
操作人员
'
,
field
:
'
username
'
,
width
:
8
0
,
align
:
"
center
"
},
{
title
:
'
操作IP
'
,
field
:
'
clientIP
'
,
width
:
90
,
align
:
"
center
"
},
{
title
:
'
操作时间
'
,
field
:
'
createTime
'
,
width
:
1
5
0
,
align
:
"
center
"
},
{
title
:
'
操作时间
'
,
field
:
'
createTime
'
,
width
:
1
3
0
,
align
:
"
center
"
},
{
title
:
'
操作详情
'
,
field
:
'
details
'
,
width
:
380
},
{
title
:
'
操作状态
'
,
field
:
'
status
'
,
width
:
70
},
{
title
:
'
备注
'
,
field
:
'
remark
'
,
width
:
180
}
...
...
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