Browse Source

托书参照面料表格错位

jbb 2 years ago
parent
commit
ab56143365
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/views/book/packingListModalFabrics.vue

+ 9 - 0
src/views/book/packingListModalFabrics.vue

@@ -106,6 +106,7 @@ export default {
           title: '装箱单单据号',
           dataIndex: 'itemNdocumentNo;umber',
           width: 120,
+          ellipsis: true,
           // fixed: 'left',
           className: 'replacecolor'
         },
@@ -113,6 +114,7 @@ export default {
           title: '装箱单制单人',
           dataIndex: 'createBy;',
           width: 120,
+          ellipsis: true,
           // fixed: 'left',
           className: 'replacecolor'
         },
@@ -129,18 +131,21 @@ export default {
           title: '外销发票号',
           dataIndex: 'exportInvoiceNo;',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '集装箱号',
           dataIndex: 'containerNumber;',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '成衣工厂',
           dataIndex: 'garmentFactory;',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
 
@@ -148,24 +153,28 @@ export default {
           title: '供应商',
           dataIndex: 'supplierPrintingPlant;',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '铅分号',
           dataIndex: 'plumbumNo;',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '总毛重',
           dataIndex: 'grossWeight',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '总件数',
           dataIndex: 'total;',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
       ],