Browse Source

装箱单成衣参照页面表格错乱问题解决

jbb 2 years ago
parent
commit
5c7d6e86ea
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/views/packing-list/packinglist-clothes/referencePrePacklist.vue

+ 14 - 0
src/views/packing-list/packinglist-clothes/referencePrePacklist.vue

@@ -134,6 +134,7 @@ export default {
           title: '款号',
           dataIndex: 'itemNumber',
           width: 120,
+          ellipsis: true,
           fixed: 'left',
           className: 'replacecolor'
         },
@@ -149,6 +150,7 @@ export default {
           title: '预发货日期',
           dataIndex: 'preDeliveryDate',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
@@ -172,6 +174,7 @@ export default {
           title: '分销点',
           dataIndex: 'distributionPoint',
           width: 120,
+          ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
@@ -188,6 +191,7 @@ export default {
           title: '存货名称',
           dataIndex: 'inventoryName',
           width: 150,
+          ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
@@ -195,6 +199,7 @@ export default {
           title: '颜色',
           dataIndex: 'colour',
           width: 120,
+          ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
@@ -202,6 +207,7 @@ export default {
           title: '采购/委外订单号',
           dataIndex: 'spurOrSubOrder',
           width: 200,
+          ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
@@ -218,6 +224,7 @@ export default {
           title: '箱数',
           dataIndex: 'totalBoxes',
           width: 90,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
@@ -236,6 +243,7 @@ export default {
           title: '集装箱代号',
           dataIndex: 'containerCode',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
 
@@ -243,24 +251,28 @@ export default {
           title: '集装箱号',
           dataIndex: 'containerNumber',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
          {
           title: '预托书号',
           dataIndex: 'depositaryReceiptNo',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '总净重',
           dataIndex: 'totalNetWeight',
           width: 90,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '总毛重',
           dataIndex: 'totalGrossWeight',
           width: 90,
+          ellipsis: true,
           className: 'replacecolor'
         },
 
@@ -268,12 +280,14 @@ export default {
           title: '总体积',
           dataIndex: 'totalVolume',
           width: 90,
+          ellipsis: true,
           className: 'replacecolor'
         }, 
          {
           title: '成衣工厂',
           dataIndex: 'garmentFactory',
           width: 90,
+          ellipsis: true,
           className: 'replacecolor'
         },
          {