Prechádzať zdrojové kódy

装箱单成衣页面布局

jbb 2 rokov pred
rodič
commit
7367bda5db

+ 10 - 10
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -380,7 +380,7 @@ export default {
          {
           title: '账套',
           dataIndex: 'acSetNo',
-          width: 160,
+          width: 100,
           // fixed: 'left',
             className: 'replacecolor',
             ellipsis: true,
@@ -475,7 +475,7 @@ export default {
         {
           title: '件数/箱',
           dataIndex: 'piecesBox',
-          width: 120,
+          width: 100,
           // type: JVXETypes.normal 
         },
         {
@@ -489,14 +489,14 @@ export default {
         {
           title: '计划尺码数量',
           dataIndex: 'planSize',
-           width: 240,
+           width: 180,
            className: 'replacecolor',
            customRender: t => ellipsis(t),
         },
         {
           title: '计划装箱数量',
           dataIndex: 'planQuantity',
-          width: 240,
+          width: 180,
            className: 'replacecolor'
         },
         {
@@ -560,7 +560,7 @@ export default {
         {
           title: '总体积',
           dataIndex: 'totalVolume',
-          width: 120,
+          width: 100,
            className: 'replacecolor'
         },
         {
@@ -998,7 +998,7 @@ export default {
         {
           title: '账套',
           dataIndex       : 'acSetNo',
-          width: 160,
+          width: 100,
           // fixed: 'left',
             className: 'replacecolor',
              ellipsis: true,
@@ -1090,7 +1090,7 @@ export default {
         {
           title: '件数/箱',
           dataIndex       : 'piecesBox',
-          width: 120,
+          width: 100,
           // type: JVXETypes.normal 
            ellipsis: true,
         },
@@ -1105,14 +1105,14 @@ export default {
         {
           title: '计划尺码数量',
           dataIndex       : 'planSize',
-          width: 240,
+          width: 180,
            className: 'replacecolor',
             ellipsis: true,
         },
         {
           title: '计划装箱数量',
           dataIndex       : 'planQuantity',
-          width: 240,
+          width: 140,
            className: 'replacecolor',
             ellipsis: true,
         },
@@ -1184,7 +1184,7 @@ export default {
         {
           title: '总体积',
           dataIndex       : 'totalVolume',
-          width: 120,
+          width: 100,
            className: 'replacecolor',
             ellipsis: true,
         },

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

@@ -132,7 +132,7 @@
               :dataSource="clothesAddData"
               :columns="clothesAddColumns"
               :bordered=true
-              :scroll="{ x: 1500,y: 300 }"
+              :scroll="{ x: 1200,y: 300 }"
               style="margin-top: 5px;"
             >
             </j-vxe-table>
@@ -233,13 +233,13 @@ export default {
           title: '启始箱号',
           key: 'startingBoxNumber',
           type: JVXETypes.normal ,
-          width: 120,
+          width: 100,
         },
 
         {
           title: '结束箱号',
           key: 'endCaseNumber',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal 
         },
 
@@ -264,7 +264,7 @@ export default {
         {
           title: '箱数',
           key: 'boxNumber',
-          width: 120,
+          width: 80,
           type: JVXETypes.normal 
         },
         {
@@ -276,7 +276,7 @@ export default {
         {
           title: '计划装箱数量',
           key: 'planQuantity',
-          width: 240,
+          width: 140,
           type: JVXETypes.normal ,
         },
         {
@@ -312,31 +312,31 @@ export default {
         {
           title: '外箱长度',
           key: 'outerBoxLength',
-          width: 120,
+          width: 100,
          type: JVXETypes.normal 
         },
         {
           title: '外箱宽度',
           key: 'outerBoxWidth',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal 
         },
         {
           title: '外箱高度',
           key: 'outerBoxHeight',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal 
         },
         {
           title: '总体积',
           key: 'totalVolume',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal,
         },
         {
           title: '净净重',
           key: 'netWeightToo',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal,
         },
         {