浏览代码

装箱单面辅料参照页面表格错位

jbb 2 年之前
父节点
当前提交
985cf6087e
共有 1 个文件被更改,包括 11 次插入3 次删除
  1. 11 3
      src/views/packing-list/packinglist-fabrics/referShipDetailsModal.vue

+ 11 - 3
src/views/packing-list/packinglist-fabrics/referShipDetailsModal.vue

@@ -129,6 +129,7 @@ export default {
           dataIndex: 'documentNo',
           width: 140,
           fixed: 'left',
+          ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
@@ -137,6 +138,7 @@ export default {
           dataIndex: 'orderNumber',
           width: 140,
           fixed: 'left',
+          ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
@@ -144,12 +146,14 @@ export default {
           title: '款号',
           dataIndex: 'itemNumber',
           width: 130,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '成衣工厂',
           dataIndex: 'garmentFactory',
           width: 130,
+          ellipsis: true,
           className: 'replacecolor'
         },
 
@@ -158,18 +162,21 @@ export default {
           dataIndex: 'customerAbbreviation',
           customRender: t => ellipsis(t),
           width: 130,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '部门',
           dataIndex: 'pushState',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '业务员',
           dataIndex: 'salesman',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
 
@@ -217,7 +224,7 @@ export default {
         {
           title: '存货名称',
           dataIndex: 'inventoryName',
-          customRender: t => ellipsis(t),
+          ellipsis: true,
           width: 180,
           className: 'replacecolor'
         },
@@ -225,6 +232,7 @@ export default {
           title: '数量(合计)',
           dataIndex: 'shipmentQuantity',
           width: 120,
+          ellipsis: true,
           className: 'replacecolor'
         },
 
@@ -238,14 +246,14 @@ export default {
           title: '采购/委外订单号',
           dataIndex: 'purOrSubOrder',
           // width: 120,
-          customRender: t => ellipsis(t),
+          ellipsis: true,
           className: 'replacecolor'
         },
          {
           title: '制单人',
           dataIndex: 'createBy',
           // width: 120,
-          customRender: t => ellipsis(t),
+          ellipsis: true,
           className: 'replacecolor'
         },
         // {