|
@@ -7,8 +7,8 @@
|
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :md="6" :sm="8">
|
|
|
- <a-form-item label="订单号">
|
|
|
- <a-input placeholder="请输入订单号" v-model="queryParam.orderNumber"></a-input>
|
|
|
+ <a-form-item label="预托书号">
|
|
|
+ <a-input placeholder="请输入预托书号" v-model="queryParam.depositaryReceiptNo"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
align: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '订单号', width: 120, dataIndex: 'orderNumber', fixed: 'left', className: 'replacecolor' },
|
|
|
+ // { title: '订单号', width: 120, dataIndex: 'orderNumber', fixed: 'left', className: 'replacecolor' },
|
|
|
{ title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 220, align: 'left', className: 'replacecolor' },
|
|
|
{ title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' },
|
|
|
{
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
|
|
|
// 查询条件
|
|
|
queryParam: {
|
|
|
- orderNumber: '',
|
|
|
+ depositaryReceiptNo: '',
|
|
|
shippingOrderDate: '',//托书日期
|
|
|
clientAbbreviation: '',
|
|
|
containerNumber: '',
|