浏览代码

装箱单-成成衣 - 详情表格宽度修改

jbb 2 年之前
父节点
当前提交
0c0d21478d
共有 1 个文件被更改,包括 23 次插入23 次删除
  1. 23 23
      src/views/packing-list/packinglist-clothes/detailsClothesDrawer.vue

+ 23 - 23
src/views/packing-list/packinglist-clothes/detailsClothesDrawer.vue

@@ -184,27 +184,27 @@ export default {
        {
        {
           title: '账套',
           title: '账套',
           key: 'acSetNo',
           key: 'acSetNo',
-          width: 160,
+          width: 80,
           // fixed: 'left',
           // fixed: 'left',
            type: JVXETypes.normal,
            type: JVXETypes.normal,
         },
         },
         {
         {
           title: '成衣工厂',
           title: '成衣工厂',
           key: 'garmentFactory',
           key: 'garmentFactory',
-          width: 120,
+          width: 90,
           // fixed: 'left',
           // fixed: 'left',
            type: JVXETypes.normal,
            type: JVXETypes.normal,
         },
         },
         {
         {
           title: 'HOD',
           title: 'HOD',
           key: 'hod',
           key: 'hod',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
           title: 'STYLE NO.',
           title: 'STYLE NO.',
           key: 'styleNo',
           key: 'styleNo',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
@@ -217,7 +217,7 @@ export default {
         {
         {
           title: 'ITEM NO./SKU NO./UPC NO./PACKS CODE',
           title: 'ITEM NO./SKU NO./UPC NO./PACKS CODE',
           key: 'itemCode',
           key: 'itemCode',
-          width: 340,
+          width: 320,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
@@ -229,7 +229,7 @@ export default {
          {
          {
           title: '分销点/DC/LABEL',
           title: '分销点/DC/LABEL',
           key: 'distributionPoint',
           key: 'distributionPoint',
-          width: 200,
+          width: 140,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
           insertAfter:true,
           insertAfter:true,
         },
         },
@@ -237,20 +237,20 @@ export default {
           title: '启始箱号',
           title: '启始箱号',
           key: 'startingBoxNumber',
           key: 'startingBoxNumber',
           type: JVXETypes.normal ,
           type: JVXETypes.normal ,
-          width: 100,
+          width: 90,
         },
         },
 
 
         {
         {
           title: '结束箱号',
           title: '结束箱号',
           key: 'endCaseNumber',
           key: 'endCaseNumber',
-          width: 100,
+          width: 90,
           type: JVXETypes.normal 
           type: JVXETypes.normal 
         },
         },
 
 
         {
         {
           title: '颜色(中英文)',
           title: '颜色(中英文)',
           key: 'colour',
           key: 'colour',
-          width: 140,
+          width: 110,
          type: JVXETypes.normal,
          type: JVXETypes.normal,
         },
         },
         {
         {
@@ -262,13 +262,13 @@ export default {
         {
         {
           title: '件数/箱',
           title: '件数/箱',
           key: 'piecesBox',
           key: 'piecesBox',
-          width: 120,
+          width: 80,
           type: JVXETypes.normal 
           type: JVXETypes.normal 
         },
         },
         {
         {
           title: '箱数',
           title: '箱数',
           key: 'boxNumber',
           key: 'boxNumber',
-          width: 80,
+          width: 70,
           type: JVXETypes.normal 
           type: JVXETypes.normal 
         },
         },
         {
         {
@@ -280,67 +280,67 @@ export default {
         {
         {
           title: '计划装箱数量',
           title: '计划装箱数量',
           key: 'planQuantity',
           key: 'planQuantity',
-          width: 140,
+          width: 110,
           type: JVXETypes.normal ,
           type: JVXETypes.normal ,
         },
         },
         {
         {
           title: '总件数',
           title: '总件数',
           key: 'total',
           key: 'total',
-          width: 90,
+          width: 80,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
           title: '净重/箱',
           title: '净重/箱',
           key: 'netWeight',
           key: 'netWeight',
-          width: 120,
+          width: 80,
           type: JVXETypes.normal 
           type: JVXETypes.normal 
         },
         },
         {
         {
           title: '总净重',
           title: '总净重',
           key: 'totalNetWeight',
           key: 'totalNetWeight',
-          width: 90,
+          width: 70,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
           title: '毛重/箱',
           title: '毛重/箱',
           key: 'grossWeight',
           key: 'grossWeight',
-          width: 120,
+          width: 80,
           type: JVXETypes.normal 
           type: JVXETypes.normal 
         },
         },
         {
         {
           title: '总毛重',
           title: '总毛重',
           key: 'totalGrossWeight',
           key: 'totalGrossWeight',
-          width: 90,
+          width: 70,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
           title: '外箱长度',
           title: '外箱长度',
           key: 'outerBoxLength',
           key: 'outerBoxLength',
-          width: 100,
+          width: 80,
          type: JVXETypes.normal 
          type: JVXETypes.normal 
         },
         },
         {
         {
           title: '外箱宽度',
           title: '外箱宽度',
           key: 'outerBoxWidth',
           key: 'outerBoxWidth',
-          width: 100,
+          width: 80,
           type: JVXETypes.normal 
           type: JVXETypes.normal 
         },
         },
         {
         {
           title: '外箱高度',
           title: '外箱高度',
           key: 'outerBoxHeight',
           key: 'outerBoxHeight',
-          width: 100,
+          width: 80,
           type: JVXETypes.normal 
           type: JVXETypes.normal 
         },
         },
         {
         {
           title: '总体积',
           title: '总体积',
           key: 'totalVolume',
           key: 'totalVolume',
-          width: 100,
+          width: 70,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
           title: '净净重',
           title: '净净重',
           key: 'netWeightToo',
           key: 'netWeightToo',
-          width: 100,
+          width: 70,
           type: JVXETypes.normal,
           type: JVXETypes.normal,
         },
         },
         {
         {
@@ -399,7 +399,7 @@ export default {
               title: sizeTables[j].size,
               title: sizeTables[j].size,
               key: 'size-'+sizeTables[j].size,
               key: 'size-'+sizeTables[j].size,
               type: JVXETypes.normal ,
               type: JVXETypes.normal ,
-              width: 80,
+              width: 70,
               isSize:true,
               isSize:true,
           };
           };
           newColumns.splice(i+1+j,0,field);
           newColumns.splice(i+1+j,0,field);