Browse Source

预托书字段调整

jbb 2 years ago
parent
commit
f889b3334c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/pre-book/preBookList.vue

+ 4 - 4
src/views/pre-book/preBookList.vue

@@ -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: '',