Преглед на файлове

预托书首页参照页面字段修改

jbb преди 2 години
родител
ревизия
7315d14970
променени са 2 файла, в които са добавени 33 реда и са изтрити 33 реда
  1. 19 19
      src/views/pre-book/advancePackingListModal.vue
  2. 14 14
      src/views/pre-book/preBookList.vue

+ 19 - 19
src/views/pre-book/advancePackingListModal.vue

@@ -127,12 +127,12 @@ export default {
           width: 120,
           className: 'replacecolor'
         },
-        {
-          title: '预装箱单单据号',
-          dataIndex: 'documentNo',
-          width: 120,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '预装箱单单据号',
+        //   dataIndex: 'documentNo',
+        //   width: 120,
+        //   className: 'replacecolor'
+        // },
         {
           title: '小PO',
           dataIndex: 'smallPo',
@@ -186,21 +186,21 @@ export default {
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
-        {
-          title: '采购/委外订单号',
-          dataIndex: 'spurOrSubOrder',
-          width: 200,
-          customRender: t => ellipsis(t),
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '采购/委外订单号',
+        //   dataIndex: 'spurOrSubOrder',
+        //   width: 200,
+        //   customRender: t => ellipsis(t),
+        //   className: 'replacecolor'
+        // },
 
 
-        {
-          title: '工厂单价',
-          dataIndex: 'factoryUnitPrice',
-          width: 120,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '工厂单价',
+        //   dataIndex: 'factoryUnitPrice',
+        //   width: 120,
+        //   className: 'replacecolor'
+        // },
         
         {
           title: '箱数',

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

@@ -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: '' // 点击的页数