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
f5b2f70b
Commit
f5b2f70b
authored
Jan 03, 2020
by
zhangyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部门
parent
18d7e6da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
verifyForm.jsp
WebContent/WEB-INF/views/modules/airline/verifyForm.jsp
+2
-2
verifyList.jsp
WebContent/WEB-INF/views/modules/airline/verifyList.jsp
+2
-2
No files found.
WebContent/WEB-INF/views/modules/airline/verifyForm.jsp
View file @
f5b2f70b
...
...
@@ -50,7 +50,7 @@
<div
class=
"control-group"
>
<label
class=
"control-label"
>
开航指令单号:
</label>
<div
class=
"controls"
>
<form:input
path=
"routeNo"
htmlEscape=
"false"
maxlength=
"50"
class=
"required"
/>
<form:input
path=
"routeNo"
htmlEscape=
"false"
maxlength=
"50"
/>
</div>
</div>
<div
class=
"control-group"
>
...
...
@@ -81,7 +81,7 @@
</c:when>
<c:otherwise>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
飞机
号:
</label>
<label
class=
"control-label"
>
航班
号:
</label>
<div
class=
"controls"
>
<form:input
path=
"flightNo"
htmlEscape=
"false"
maxlength=
"50"
/>
</div>
...
...
WebContent/WEB-INF/views/modules/airline/verifyList.jsp
View file @
f5b2f70b
...
...
@@ -103,7 +103,7 @@
<table
id=
"contentTable"
class=
"table table-striped table-bordered table-condensed"
>
<thead>
<tr>
<th>
编号
</th><th>
开航指令单号
</th><th>
论证
单号
</th><th>
论证类型
</th><th>
机型
</th><th>
航线
</th><th>
剩余有效期(天)
</th><th>
航线状态
</th>
<th>
编号
</th><th>
论证单号
</th><th>
开航指令
单号
</th><th>
论证类型
</th><th>
机型
</th><th>
航线
</th><th>
剩余有效期(天)
</th><th>
航线状态
</th>
<th>
发布时间
</th>
<shiro:hasPermission
name=
"vrf:verify:edit"
>
<th>
操作
</th>
...
...
@@ -114,8 +114,8 @@
<tr>
<
%
--
这里的序号与对应的数据不是绑定的
--
%
>
<td>
${page.pageSize*(page.pageNo-1)+vs.index+1}
</td>
<td>
${verify.routeNo}
</td>
<td>
${verify.verifNo}
</td>
<td>
${verify.routeNo}
</td>
<td>
${fns:getDictLabel(verify.verifType, 'vrf_verify_type', '')}
</td>
<td>
${verify.aircraft.typeName}
</td>
...
...
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