Commit f5b2f70b by zhangyu

部门

parent 18d7e6da
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<div class="control-group"> <div class="control-group">
<label class="control-label">开航指令单号:</label> <label class="control-label">开航指令单号:</label>
<div class="controls"> <div class="controls">
<form:input path="routeNo" htmlEscape="false" maxlength="50" class="required"/> <form:input path="routeNo" htmlEscape="false" maxlength="50" />
</div> </div>
</div> </div>
<div class="control-group"> <div class="control-group">
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<div class="control-group"> <div class="control-group">
<label class="control-label">飞机号:</label> <label class="control-label">航班号:</label>
<div class="controls"> <div class="controls">
<form:input path="flightNo" htmlEscape="false" maxlength="50" /> <form:input path="flightNo" htmlEscape="false" maxlength="50" />
</div> </div>
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<table id="contentTable" class="table table-striped table-bordered table-condensed"> <table id="contentTable" class="table table-striped table-bordered table-condensed">
<thead> <thead>
<tr> <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> <th>发布时间</th>
<shiro:hasPermission name="vrf:verify:edit"> <shiro:hasPermission name="vrf:verify:edit">
<th>操作</th> <th>操作</th>
...@@ -114,8 +114,8 @@ ...@@ -114,8 +114,8 @@
<tr> <tr>
<%--这里的序号与对应的数据不是绑定的--%> <%--这里的序号与对应的数据不是绑定的--%>
<td>${page.pageSize*(page.pageNo-1)+vs.index+1}</td> <td>${page.pageSize*(page.pageNo-1)+vs.index+1}</td>
<td>${verify.routeNo}</td>
<td>${verify.verifNo}</td> <td>${verify.verifNo}</td>
<td>${verify.routeNo}</td>
<td>${fns:getDictLabel(verify.verifType, 'vrf_verify_type', '')}</td> <td>${fns:getDictLabel(verify.verifType, 'vrf_verify_type', '')}</td>
<td>${verify.aircraft.typeName}</td> <td>${verify.aircraft.typeName}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment