|
@@ -3,7 +3,7 @@
|
|
<div class="shipReport">
|
|
<div class="shipReport">
|
|
<div class="title">船舶动态表</div>
|
|
<div class="title">船舶动态表</div>
|
|
<div class="top">
|
|
<div class="top">
|
|
- <el-input
|
|
|
|
|
|
+ <!-- <el-input
|
|
class="el-input"
|
|
class="el-input"
|
|
placeholder="请输入品名"
|
|
placeholder="请输入品名"
|
|
v-model="input"
|
|
v-model="input"
|
|
@@ -12,7 +12,10 @@
|
|
</el-input>
|
|
</el-input>
|
|
<el-button type="primary" class="btn" @click="onclick">
|
|
<el-button type="primary" class="btn" @click="onclick">
|
|
<i class="el-icon-search"></i>查询
|
|
<i class="el-icon-search"></i>查询
|
|
- </el-button>
|
|
|
|
|
|
+ </el-button> -->
|
|
|
|
+ <el-button type="primary" class="btn" @click="reflush">
|
|
|
|
+ <i class="el-icon-search"></i>刷新
|
|
|
|
+ </el-button>
|
|
<el-button type="primary" class="btn" @click="getPdfs()">
|
|
<el-button type="primary" class="btn" @click="getPdfs()">
|
|
<i class="el-icon-download"></i>下载PDF
|
|
<i class="el-icon-download"></i>下载PDF
|
|
</el-button>
|
|
</el-button>
|
|
@@ -54,10 +57,6 @@ export default {
|
|
prop: "tonnage",
|
|
prop: "tonnage",
|
|
label: "下游港口吨位"
|
|
label: "下游港口吨位"
|
|
},
|
|
},
|
|
- {
|
|
|
|
- prop: "tonnage1",
|
|
|
|
- label: "二程船吨位"
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
label: "未到闸船舶",
|
|
label: "未到闸船舶",
|
|
children: [
|
|
children: [
|
|
@@ -171,6 +170,9 @@ export default {
|
|
// console.log(this.$refs.excelDom);
|
|
// console.log(this.$refs.excelDom);
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ reflush(){
|
|
|
|
+ this.$router.go(0);
|
|
|
|
+ },
|
|
onclick() {
|
|
onclick() {
|
|
this.axios
|
|
this.axios
|
|
.post("/api/v1/tms/selectAllShipDynamaics?con=" + this.input)
|
|
.post("/api/v1/tms/selectAllShipDynamaics?con=" + this.input)
|