|
@@ -23,60 +23,59 @@
|
|
@size-change="sizeChange"
|
|
@size-change="sizeChange"
|
|
@refresh-change="refreshChange"
|
|
@refresh-change="refreshChange"
|
|
@on-load="onLoad">
|
|
@on-load="onLoad">
|
|
- <template slot="search" slot-scope="{row,size}">
|
|
|
|
- <el-form ref="form" :model="row" label-width="80px">
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="客户名称">
|
|
|
|
- <el-select
|
|
|
|
- v-model="query.corpCnName"
|
|
|
|
- filterable
|
|
|
|
- remote
|
|
|
|
- clearable
|
|
|
|
- style="width:100%"
|
|
|
|
- placeholder="请输入关键词"
|
|
|
|
- :remote-method="remoteMethod"
|
|
|
|
- :loading="loading">
|
|
|
|
- <el-option
|
|
|
|
- v-for="item in corpCnNameList"
|
|
|
|
- :key="item.cnName"
|
|
|
|
- :label="item.cnName"
|
|
|
|
- :value="item.cnName">
|
|
|
|
- </el-option>
|
|
|
|
- </el-select>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="MB/L NO">
|
|
|
|
- <el-input v-model="query.mblno"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="HB/L NO">
|
|
|
|
- <el-input v-model="query.hblno"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="船名">
|
|
|
|
- <el-input v-model="query.vesselCnName"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="航次">
|
|
|
|
- <el-input v-model="query.voyageNo"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <el-form-item label="ETD">
|
|
|
|
- <el-input v-model="query.etd"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-form>
|
|
|
|
- </template>
|
|
|
|
- <template slot="searchMenu" slot-scope="{row,size}">
|
|
|
|
-
|
|
|
|
- </template>
|
|
|
|
|
|
+<!-- <template slot="search" slot-scope="{row,size}">-->
|
|
|
|
+<!-- <el-form ref="form" :model="row" label-width="80px">-->
|
|
|
|
+<!-- <el-row>-->
|
|
|
|
+<!-- <el-col :span="6">-->
|
|
|
|
+<!-- <el-form-item label="客户名称">-->
|
|
|
|
+<!-- <el-select-->
|
|
|
|
+<!-- v-model="query.corpCnName"-->
|
|
|
|
+<!-- filterable-->
|
|
|
|
+<!-- remote-->
|
|
|
|
+<!-- clearable-->
|
|
|
|
+<!-- style="width:100%"-->
|
|
|
|
+<!-- placeholder="请输入关键词"-->
|
|
|
|
+<!-- :remote-method="remoteMethod"-->
|
|
|
|
+<!-- :loading="loading">-->
|
|
|
|
+<!-- <el-option-->
|
|
|
|
+<!-- v-for="item in corpCnNameList"-->
|
|
|
|
+<!-- :key="item.cnName"-->
|
|
|
|
+<!-- :label="item.cnName"-->
|
|
|
|
+<!-- :value="item.cnName">-->
|
|
|
|
+<!-- </el-option>-->
|
|
|
|
+<!-- </el-select>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
|
|
+<!-- <el-col :span="6">-->
|
|
|
|
+<!-- <el-form-item label="MB/L NO">-->
|
|
|
|
+<!-- <el-input v-model="query.mblno"></el-input>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
|
|
+<!-- <el-col :span="6">-->
|
|
|
|
+<!-- <el-form-item label="HB/L NO">-->
|
|
|
|
+<!-- <el-input v-model="query.hblno"></el-input>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
|
|
+<!-- <el-col :span="6">-->
|
|
|
|
+<!-- <el-form-item label="船名">-->
|
|
|
|
+<!-- <el-input v-model="query.vesselCnName"></el-input>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
|
|
+<!-- <el-col :span="6">-->
|
|
|
|
+<!-- <el-form-item label="航次">-->
|
|
|
|
+<!-- <el-input v-model="query.voyageNo"></el-input>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
|
|
+<!-- <el-col :span="6">-->
|
|
|
|
+<!-- <el-form-item label="ETD">-->
|
|
|
|
+<!-- <el-input v-model="query.etd"></el-input>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
|
|
+<!-- </el-row>-->
|
|
|
|
+<!-- </el-form>-->
|
|
|
|
+<!-- </template>-->
|
|
|
|
+<!-- <template slot="searchMenu" slot-scope="{row,size}">-->
|
|
|
|
+<!-- </template>-->
|
|
<template slot="corpCnName" slot-scope="scope">
|
|
<template slot="corpCnName" slot-scope="scope">
|
|
<avue-text-ellipsis :text="scope.row.corpCnName" :height="30" use-tooltip placement="top">
|
|
<avue-text-ellipsis :text="scope.row.corpCnName" :height="30" use-tooltip placement="top">
|
|
<small slot="more">...</small>
|
|
<small slot="more">...</small>
|
|
@@ -134,6 +133,7 @@ export default {
|
|
{
|
|
{
|
|
label: "客户名称",
|
|
label: "客户名称",
|
|
prop: "corpCnName",
|
|
prop: "corpCnName",
|
|
|
|
+ search: true,
|
|
width: "180"
|
|
width: "180"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -193,23 +193,28 @@ export default {
|
|
{
|
|
{
|
|
label: "MB/L NO",
|
|
label: "MB/L NO",
|
|
prop: "mblno",
|
|
prop: "mblno",
|
|
|
|
+ search: true,
|
|
width: "200"
|
|
width: "200"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "HB/L NO",
|
|
label: "HB/L NO",
|
|
prop: "hblno",
|
|
prop: "hblno",
|
|
|
|
+ search: true,
|
|
width: "240"
|
|
width: "240"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "船名",
|
|
label: "船名",
|
|
|
|
+ search: true,
|
|
prop: "vesselCnName"
|
|
prop: "vesselCnName"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "航次",
|
|
label: "航次",
|
|
|
|
+ search: true,
|
|
prop: "voyageNo"
|
|
prop: "voyageNo"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "ETD",
|
|
label: "ETD",
|
|
|
|
+ search: true,
|
|
prop: "etd"
|
|
prop: "etd"
|
|
},
|
|
},
|
|
|
|
|