调整导入导出页面设置
This commit is contained in:
parent
790b3f3e7c
commit
15318f59e2
|
|
@ -7,12 +7,6 @@
|
|||
<body class="white-bg">
|
||||
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
||||
<form class="form-horizontal m" id="form-csvexport-add">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label is-required">null:</label>
|
||||
<div class="col-sm-8">
|
||||
<input name="id" class="form-control" type="text" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">航班日期:</label>
|
||||
<div class="col-sm-8">
|
||||
|
|
|
|||
|
|
@ -10,10 +10,6 @@
|
|||
<form id="formId">
|
||||
<div class="select-list">
|
||||
<ul>
|
||||
<li>
|
||||
<p>null:</p>
|
||||
<input type="text" name="id"/>
|
||||
</li>
|
||||
<li class="select-time">
|
||||
<p>航班日期:</p>
|
||||
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[beginFlDate]"/>
|
||||
|
|
@ -31,36 +27,6 @@
|
|||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<p>起飞机场:</p>
|
||||
<input type="text" name="pod"/>
|
||||
</li>
|
||||
<li>
|
||||
<p>到达机场:</p>
|
||||
<input type="text" name="poa"/>
|
||||
</li>
|
||||
<li>
|
||||
<p>所属公司:</p>
|
||||
<input type="text" name="airline"/>
|
||||
</li>
|
||||
<li>
|
||||
<p>操作人:</p>
|
||||
<input type="text" name="operateBy"/>
|
||||
</li>
|
||||
<li class="select-time">
|
||||
<p>操作时间:</p>
|
||||
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[beginOperateDate]"/>
|
||||
<span>-</span>
|
||||
<input type="text" class="time-input" id="endTime" placeholder="结束时间" name="params[endOperateDate]"/>
|
||||
</li>
|
||||
<li>
|
||||
<p>ip:</p>
|
||||
<input type="text" name="hostIp"/>
|
||||
</li>
|
||||
<li>
|
||||
<p>文件大小:</p>
|
||||
<input type="text" name="fileSize"/>
|
||||
</li>
|
||||
<li>
|
||||
<p>操作类型--导入,导出:</p>
|
||||
<select name="operateType" th:with="type=${@dict.getType('')}">
|
||||
|
|
@ -68,17 +34,6 @@
|
|||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<p>是否成功:</p>
|
||||
<input type="text" name="isSucce"/>
|
||||
</li>
|
||||
<li>
|
||||
<p>失败原因:</p>
|
||||
<select name="failType" th:with="type=${@dict.getType('')}">
|
||||
<option value="">所有</option>
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i> 搜索</a>
|
||||
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i> 重置</a>
|
||||
|
|
@ -128,10 +83,6 @@
|
|||
field : 'flDate',
|
||||
title : '航班日期'
|
||||
},
|
||||
{
|
||||
field : 'flNo',
|
||||
title : '航班号'
|
||||
},
|
||||
{
|
||||
field : 'arn',
|
||||
title : '飞机号'
|
||||
|
|
@ -140,22 +91,6 @@
|
|||
field : 'acType',
|
||||
title : '机型'
|
||||
},
|
||||
{
|
||||
field : 'pod',
|
||||
title : '起飞机场'
|
||||
},
|
||||
{
|
||||
field : 'poa',
|
||||
title : '到达机场'
|
||||
},
|
||||
{
|
||||
field : 'airline',
|
||||
title : '所属公司'
|
||||
},
|
||||
{
|
||||
field : 'csvPath',
|
||||
title : 'csv存储路径'
|
||||
},
|
||||
{
|
||||
field : 'csvName',
|
||||
title : 'csv文件名'
|
||||
|
|
@ -188,18 +123,6 @@
|
|||
field : 'failType',
|
||||
title : '失败原因'
|
||||
},
|
||||
{
|
||||
field : 'createDate',
|
||||
title : '创建时间'
|
||||
},
|
||||
{
|
||||
field : 'updateDate',
|
||||
title : '更新时间'
|
||||
},
|
||||
{
|
||||
field : 'remarks',
|
||||
title : '备注'
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
align: 'center',
|
||||
|
|
|
|||
Loading…
Reference in New Issue