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
215dadd3
Commit
215dadd3
authored
Jun 03, 2019
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计划变更编辑报错问题修改
parent
20c328dc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
verifyForm.jsp
WebContent/WEB-INF/views/modules/airline/verifyForm.jsp
+3
-1
verifyList.jsp
WebContent/WEB-INF/views/modules/airline/verifyList.jsp
+2
-1
No files found.
WebContent/WEB-INF/views/modules/airline/verifyForm.jsp
View file @
215dadd3
...
...
@@ -35,7 +35,9 @@
<li
class=
"active"
><a
href=
"${ctx}/airline/verify/list"
>
航线编辑
</a></li>
</ul><br/>
<form:form
id=
"inputForm"
modelAttribute=
"verifyEntity"
action=
"${ctx}${verifyEntity.verifType == '06' or verifyEntity.verifType == '07' or verifyEntity.verifType == '08' ?'/airline/verify/save':'/airline/connect/save' }"
method=
"post"
class=
"form-horizontal"
>
<form:form
id=
"inputForm"
modelAttribute=
"verifyEntity"
action=
"${ctx}${verifyEntity.verifType == '06' or verifyEntity.verifType == '07' or verifyEntity.verifType == '08' or verifyEntity.verifType == '09'?'/airline/verify/save':'/airline/connect/save' }"
method=
"post"
class=
"form-horizontal"
>
<form:hidden
path=
"id"
/>
<sys:message
content=
"${message}"
/>
...
...
WebContent/WEB-INF/views/modules/airline/verifyList.jsp
View file @
215dadd3
...
...
@@ -128,7 +128,8 @@
<td>
<c:choose>
<c:when
test=
"${verify.verifType eq '06' or verify.verifType eq '07' or verify.verifType eq '08'}"
><a
href=
"${ctx}/airline/verify/form?id=${verify.id}&pageNo=${page.pageNo}&pageSize=${page.pageSize}"
>
编辑
</a></c:when>
<c:when
test=
"${verify.verifType eq '06' or verify.verifType eq '07' or verify.verifType eq '08' or verify.verifType eq '09'}"
><a
href=
"${ctx}/airline/verify/form?id=${verify.id}&pageNo=${page.pageNo}&pageSize=${page.pageSize}"
>
编辑
</a></c:when>
<c:otherwise>
<a
href=
"${ctx}/airline/connect/form?id=${verify.id}&pageNo=${page.pageNo}&pageSize=${page.pageSize}"
>
编辑
</a></c:otherwise>
</c:choose>
<a
href=
"${ctx}/airline/verify/delete?id=${verify.id}&pageNo=${page.pageNo}&pageSize=${page.pageSize}"
onclick=
"return confirmx('确认要删除吗?', this.href)"
>
删除
</a>
...
...
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