Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
foc_manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
首航-临时账号
foc_manage
Commits
67896135
Commit
67896135
authored
Oct 01, 2019
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计划变更航线显示错误bug
parent
2902eb5c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
5 deletions
+22
-5
airportList.jsp
WebContent/WEB-INF/views/modules/contact/airportList.jsp
+20
-3
log4j.properties
resources/log4j.properties
+2
-2
No files found.
WebContent/WEB-INF/views/modules/contact/airportList.jsp
View file @
67896135
...
@@ -5,6 +5,23 @@
...
@@ -5,6 +5,23 @@
<title>
三字码管理
</title>
<title>
三字码管理
</title>
<meta
name=
"decorator"
content=
"default"
/>
<meta
name=
"decorator"
content=
"default"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
console
.
log
(
22222
);
var
cpLock
=
true
;
$
(
'#testInput'
).
off
().
on
({
compositionstart
:
function
()
{
//中文输入开始
cpLock
=
false
;
},
compositionend
:
function
()
{
//中文输入结束
this
.
value
=
(
this
.
value
.
replace
(
/
[^
A-Za-z
]
/g
,
''
)).
toUpperCase
();
cpLock
=
true
;
},
input
:
function
()
{
//input框中的值发生变化
if
(
cpLock
)
this
.
value
=
(
this
.
value
.
replace
(
/
[^
A-Za-z
]
/g
,
''
)).
toUpperCase
();
}
})
});
function
page
(
n
,
s
)
{
function
page
(
n
,
s
)
{
if
(
n
)
$
(
"#pageNo"
).
val
(
n
);
if
(
n
)
$
(
"#pageNo"
).
val
(
n
);
if
(
s
)
$
(
"#pageSize"
).
val
(
s
);
if
(
s
)
$
(
"#pageSize"
).
val
(
s
);
...
@@ -77,9 +94,9 @@
...
@@ -77,9 +94,9 @@
<li>
<li>
<label>
三字码:
</label>
<label>
三字码:
</label>
<
%
--
<
form:input
path=
"airportIata"
htmlEscape=
"false"
maxlength=
"50"
class=
"input-medium"
onkeyup=
"this.value=(this.value.toUpperCase()).replace(/[^a-zA-Z]/g,'')"
/>
--%>
<
%
--
<
form:input
path=
"airportIata"
htmlEscape=
"false"
maxlength=
"50"
class=
"input-medium"
onkeyup=
"this.value=(this.value.toUpperCase()).replace(/[^a-zA-Z]/g,'')"
/>
--%>
<form:input
path=
"airportIata"
htmlEscape=
"false"
maxlength=
"50"
class=
"input-medium"
<form:input
path=
"airportIata"
htmlEscape=
"false"
maxlength=
"50"
class=
"input-medium"
id=
"testInput"
/>
onchange=
"this.value=this.value.toUpperCase()"
style=
'text-transform: uppercase'
<
%
--
onchange=
"this.value=this.value.toUpperCase()"
style=
'text-transform: uppercase'
--
%
>
onkeyup=
"this.value=this.value.replace(/[^a-zA-Z\']/g,'')"
/
>
<
%
--
onkeyup=
"this.value=this.value.replace(/[^a-zA-Z]/g,'')"
/>
--%
>
</li>
</li>
<li>
<li>
<label>
所属城市:
</label>
<label>
所属城市:
</label>
...
...
resources/log4j.properties
View file @
67896135
# Output pattern : date [thread] priority category - message FATAL 0 ERROR 3 WARN 4 INFO 6 DEBUG 7
# Output pattern : date [thread] priority category - message FATAL 0 ERROR 3 WARN 4 INFO 6 DEBUG 7
log4j.rootLogger
=
DEBUG,
Console, RollingFile
log4j.rootLogger
=
Console, RollingFile
#Console
#Console
log4j.appender.Console
=
org.apache.log4j.ConsoleAppender
log4j.appender.Console
=
org.apache.log4j.ConsoleAppender
...
@@ -26,7 +26,7 @@ log4j.appender.RollingFile.layout.ConversionPattern=%d [%t] %-5p [%c] - %m%n
...
@@ -26,7 +26,7 @@ log4j.appender.RollingFile.layout.ConversionPattern=%d [%t] %-5p [%c] - %m%n
#Project defalult level
#Project defalult level
#log4j.logger.org.activiti.engine.impl.persistence=DEBUG
#log4j.logger.org.activiti.engine.impl.persistence=DEBUG
#log4j.logger.org.apache.shiro=DEBUG
#log4j.logger.org.apache.shiro=DEBUG
log4j.loggercom.ejweb
=
DEBUG
log4j.loggercom.ejweb
=
Console
log4j.loggercom.ejweb.core.security.shiro
=
WARN
log4j.loggercom.ejweb.core.security.shiro
=
WARN
log4j.loggercom.ejweb.core.utils.JedisUtils
=
WARN
log4j.loggercom.ejweb.core.utils.JedisUtils
=
WARN
log4j.loggercom.ejweb.modules.sys.web.LoginController
=
WARN
log4j.loggercom.ejweb.modules.sys.web.LoginController
=
WARN
Write
Preview
Markdown
is supported
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