Browse Source

预装箱单-页面调整

jbb 2 years ago
parent
commit
f0fc3a10dd

+ 10 - 10
src/views/advance-packingList/adPaList-clothes.vue

@@ -338,7 +338,7 @@ export default {
           title: '单据号',
           dataIndex: 'documentNo',
           ellipsis: true,
-          width: 120,
+          width: 160,
           fixed: 'left',
           className: 'replacecolor',
           
@@ -346,7 +346,7 @@ export default {
         {
           title: '订单号',
           dataIndex: 'orderNumber',
-          width: 120,
+          width: 150,
           ellipsis: true,
           // fixed: 'left',
           className: 'replacecolor'
@@ -381,14 +381,14 @@ export default {
         {
           title: '小po',
           dataIndex: 'smallPo',
-          width: 100,
+          width: 90,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '分销点',
           dataIndex: 'distributionPoint',
-          width: 120,
+          width: 110,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -403,14 +403,14 @@ export default {
         {
           title: '颜色',
           dataIndex: 'colour',
-          width: 180,
+          width: 110,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '采购/委外订单号',
           dataIndex: 'spurOrSubOrder',
-          width: 220,
+          width: 200,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -438,7 +438,7 @@ export default {
         {
           title: '箱数',
           dataIndex: 'totalBoxes',
-          width: 100,
+          width: 90,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -446,14 +446,14 @@ export default {
         {
           title: '总净重',
           dataIndex: 'totalNetWeight',
-          width: 100,
+          width: 90,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '总毛重',
           dataIndex: 'totalGrossWeight',
-          width: 100,
+          width: 90,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -461,7 +461,7 @@ export default {
           title: '总体积',
           dataIndex: 'totalVolume',
           ellipsis: true,
-          width: 100,
+          width: 90,
           className: 'replacecolor'
         },
         // {

+ 15 - 15
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -398,7 +398,7 @@ export default {
         {
           title: '账套',
           dataIndex: 'acSetNo',
-          width: 120,
+          width: 80,
           // fixed: 'left',
           className: 'replacecolor',
           ellipsis: true,
@@ -406,7 +406,7 @@ export default {
         {
           title: '成衣工厂',
           dataIndex: 'garmentFactory',
-          width: 120,
+          width: 100,
           // fixed: 'left',
           className: 'replacecolor',
           ellipsis: true,
@@ -414,7 +414,7 @@ export default {
         {
           title: 'HOD',
           dataIndex: 'hod',
-          width: 120,
+          width: 110,
           // fixed: 'left',
           className: 'replacecolor',
            customRender: text => {
@@ -425,14 +425,14 @@ export default {
         {
           title: 'STYLE NO.',
           dataIndex: 'styleNo',
-          width: 120,
+          width: 110,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: 'PO NO.',
           dataIndex: 'poNo',
-          width: 120,
+          width: 110,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -484,28 +484,28 @@ export default {
         {
           title: '颜色(中英文)',
           dataIndex: 'colour',
-          width: 140,
+          width: 120,
           className: 'replacecolor',
           scopedSlots: { customRender: 'replacecolor' },
         },
         {
           title: '配码--根据U8订单来显示',
           dataIndex: 'withCode',
-          width: 240,
+          width: 200,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '计划尺码数量',
           dataIndex: 'planSize',
-          width: 240,
+          width: 200,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '计划装箱数量',
           dataIndex: 'planQuantity',
-          width: 140,
+          width: 120,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -519,7 +519,7 @@ export default {
         {
           title: '箱数',
           dataIndex: 'boxNumber',
-          width: 100,
+          width: 80,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -527,7 +527,7 @@ export default {
         {
           title: '总件数',
           dataIndex: 'total',          
-          width: 100,
+          width: 90,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -592,7 +592,7 @@ export default {
           title: '总体积',
           dataIndex: 'totalVolume',
           className: 'replacecolor',
-          width: 100,
+          width: 90,
           ellipsis: true,
           
         },
@@ -614,7 +614,7 @@ export default {
         {
           title: '总价',
           dataIndex: 'totalPrice',          
-          width: 100,
+          width: 90,
           className: 'replacecolor',
           ellipsis: true,
         //    validateRules: [{ required: true, message: '${title}不能为空' },
@@ -634,7 +634,7 @@ export default {
           dataIndex: 'action',
           className: 'replacecolor',
           fixed: 'right',
-          width: 160,
+          width: 140,
           align: 'center',
           scopedSlots: { customRender: 'action' },
         }
@@ -1127,7 +1127,7 @@ export default {
   margin-bottom: 0px !important;
 }
 /deep/.ant-table-tbody .ant-table-row td{
-      padding-top: 8px !important;
+    padding-top: 8px !important;
     padding-bottom: 8px !important;
 }
 </style>

+ 2 - 2
src/views/advance-packingList/detailsAdpackingDrawer.vue

@@ -197,14 +197,14 @@ export default {
        {
           title: '账套',
           key: 'acSetNo',
-          width: 120,
+          width: 70,
           // fixed: 'left',
           type: JVXETypes.normal,
         },
         {
           title: '成衣工厂',
           key: 'garmentFactory',
-          width: 120,
+          width: 90,
           // fixed: 'left',
           type: JVXETypes.normal,
         },