|
@@ -25,11 +25,11 @@
|
|
|
</a-col>
|
|
|
|
|
|
<template v-if="toggleSearchStatus">
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
- <a-form-item label="集装箱号">
|
|
|
- <a-input placeholder="请输入集装箱号" v-model="queryParam.containerNumber"></a-input>
|
|
|
+ <!-- <a-col :md="6" :sm="8">
|
|
|
+ <a-form-item label="制单人">
|
|
|
+ <a-input placeholder="请输入制单人" v-model="queryParam.createBy"></a-input>
|
|
|
</a-form-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-item label="小po号">
|
|
@@ -193,14 +193,14 @@ export default {
|
|
|
// }
|
|
|
// },
|
|
|
// { title: '实际船期', dataIndex: 'theActualShippingDate', width: 120, className: 'replacecolor' },
|
|
|
- { title: '收汇方式', dataIndex: 'exchangeEarningsValue', width: 120, className: 'replacecolor' },
|
|
|
- {
|
|
|
- title: '收货人',
|
|
|
- dataIndex: 'consignee',
|
|
|
- width: 100,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // { title: '收汇方式', dataIndex: 'exchangeEarningsValue', width: 120, className: 'replacecolor' },
|
|
|
+ // {
|
|
|
+ // title: '收货人',
|
|
|
+ // dataIndex: 'consignee',
|
|
|
+ // width: 100,
|
|
|
+ // customRender: t => ellipsis(t),
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
// {
|
|
|
// title: '提单或承运收据',
|
|
|
// dataIndex: 'billOfLadingOrCarriageReceipt',
|
|
@@ -254,7 +254,7 @@ export default {
|
|
|
depositaryReceiptNo: '',
|
|
|
shippingOrderDate: '',//托书日期
|
|
|
clientAbbreviation: '',
|
|
|
- containerNumber: '',
|
|
|
+ // createBy: '',
|
|
|
smallPo: '',
|
|
|
depositaryReceiptNo: '',
|
|
|
pageNo: '' // 点击的页数
|
|
@@ -400,7 +400,7 @@ export default {
|
|
|
depositaryReceiptNo: '',
|
|
|
shippingOrderDate: '',//托书日期
|
|
|
clientAbbreviation: '',
|
|
|
- containerNumber: '',
|
|
|
+ // createBy: '',
|
|
|
smallPo: '',
|
|
|
depositaryReceiptNo: '',
|
|
|
pageNo: '' // 点击的页数
|