|
|
@@ -59,7 +59,7 @@
|
|
|
v-model="term"
|
|
|
clearable
|
|
|
style="width: 240px"
|
|
|
- @keyup.enter.native="getVoyageList(1)"
|
|
|
+ @keyup.enter="getVoyageList(1)"
|
|
|
></el-input>
|
|
|
<div class="search-btn" @click="getVoyageList(1)">查询</div>
|
|
|
</div>
|
|
|
@@ -83,29 +83,33 @@
|
|
|
size="medium"
|
|
|
v-auth="'DOWNLOADVOYAGELIST'"
|
|
|
@click="showExportModal('航次列表')"
|
|
|
- >导出航次列表</el-button
|
|
|
>
|
|
|
+ 导出航次列表
|
|
|
+ </el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
size="medium"
|
|
|
v-auth="'MULTDOWNLOADSHIPTRACK'"
|
|
|
@click="showExportModal('航次跟踪')"
|
|
|
- >导出航次跟踪</el-button
|
|
|
>
|
|
|
+ 导出航次跟踪
|
|
|
+ </el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
size="medium"
|
|
|
@click="showExportModal('卸货记录')"
|
|
|
v-auth="'MULTDOWNLOADDISCHARGE'"
|
|
|
- >导出卸货记录</el-button
|
|
|
>
|
|
|
+ 导出卸货记录
|
|
|
+ </el-button>
|
|
|
<el-button
|
|
|
v-auth="'DOWNLOADFYDI'"
|
|
|
type="primary"
|
|
|
size="medium"
|
|
|
@click="downloadFYDI"
|
|
|
- >下载FYDI指数</el-button
|
|
|
>
|
|
|
+ 下载FYDI指数
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
</el-popover>
|
|
|
</div>
|
|
|
@@ -131,9 +135,9 @@
|
|
|
/>
|
|
|
</div>
|
|
|
<div></div>
|
|
|
- <el-button type="primary" @click="exportZip" :loading="isLoadingZip"
|
|
|
- >导出{{ exportModalTitle }}</el-button
|
|
|
- >
|
|
|
+ <el-button type="primary" @click="exportZip" :loading="isLoadingZip">
|
|
|
+ 导出{{ exportModalTitle }}
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<el-dialog v-model="voyageAddDialogVisible" title="添加航次">
|
|
|
@@ -412,9 +416,9 @@
|
|
|
<el-option label="已购买" :value="1" />
|
|
|
</el-select>
|
|
|
</div>
|
|
|
- <el-button @click="resetFilter" class="mb10" size="small" type="primary"
|
|
|
- >重置</el-button
|
|
|
- >
|
|
|
+ <el-button @click="resetFilter" class="mb10" size="small" type="primary">
|
|
|
+ 重置
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
<el-table
|
|
|
:data="tableData"
|