Browse Source

修改陆运列表长度

caojunjie 3 years ago
parent
commit
381c31c639

+ 41 - 40
src/views/landTransportation/bulkCargo/index.vue

@@ -417,7 +417,7 @@ export default {
           }, {
             label: '业务员',
             index: 2,
-            width: 76,
+            width: 70,
             prop: 'salesmanName',
             searchProp: 'salesman',
             search: true,
@@ -443,18 +443,19 @@ export default {
             },
             overHidden: true,
             index: 3,
-            width: 94
+            width: 80
           },{
             label: '运输调度',
             prop: 'dispatcherName',
             overHidden: true,
             index: 4,
-            width: 100,
+            width: 70,
           }, {
             label: '派车单号',
-            width: 140,
+            width: 80,
             index: 5,
             prop: 'dispatchNumber',
+            overHidden: true,
             search: true,
           }, {
             label: '装货地址',
@@ -470,7 +471,7 @@ export default {
             search: true,
           }, {
             label: '车队',
-            width: 100,
+            width: 90,
             index: 8,
             overHidden: true,
             prop: 'fleetName',
@@ -486,13 +487,13 @@ export default {
             search: true,
           }, {
             label: '车型',
-            width: 100,
+            width: 90,
             index: 9,
             prop: 'fleetVolum'
           }, {
             label: '运费',
             index: 11,
-            width: 86,
+            width: 100,
             prop: 'freightCollect'
           }, {
             label: '状态',
@@ -507,26 +508,26 @@ export default {
             type: 'select',
             overHidden: true,
             search: true,
-            width: 140
+            width: 90
           },{
             label: '备注',
             index: 13,
             overHidden: true,
-            width: 140,
+            width: 130,
             prop: 'remarks',
           }, {
             label: '公司名称',
             prop: 'corpName',
             overHidden: true,
             index: 14,
-            width: 112,
+            width: 120,
             search: true,
           }, {
             label: '制单人',
             prop: 'createUserName',
             overHidden: true,
             index: 15,
-            width: 80,
+            width: 60,
           }, {
             label: '制单日期',
             overHidden: true,
@@ -584,7 +585,7 @@ export default {
           }, {
             label: '业务员',
             index: 2,
-            width: 76,
+            width: 70,
             prop: 'salesmanName',
             searchProp: 'salesman',
             search: true,
@@ -601,10 +602,10 @@ export default {
             prop: 'dispatcherName',
             overHidden: true,
             index: 3,
-            width: 100,
+            width: 70,
           }, {
             label: '派车单号',
-            width: 140,
+            width: 80,
             index: 4,
             prop: 'dispatchNumber',
             search: true,
@@ -622,7 +623,7 @@ export default {
             search: true,
           }, {
             label: '车队',
-            width: 100,
+            width: 90,
             index: 7,
             overHidden: true,
             prop: 'fleetName',
@@ -639,18 +640,18 @@ export default {
             search: true,
           }, {
             label: '车号',
-            width: 100,
+            width: 90,
             index: 8,
             prop: 'plateNo'
           },{
             label: '车型',
-            width: 100,
+            width: 90,
             index: 9,
             prop: 'fleetVolum'
           }, {
             label: '应收运费',
             index: 11,
-            width: 86,
+            width: 100,
             prop: 'freightCollect'
           }, {
             label: '状态',
@@ -665,7 +666,7 @@ export default {
             type: 'select',
             overHidden: true,
             search: true,
-            width: 140
+            width: 90
           },{
             label: '应付运费',
             prop: 'freightPay',
@@ -676,21 +677,21 @@ export default {
             label: '备注',
             index: 14,
             overHidden: true,
-            width: 140,
+            width: 130,
             prop: 'remarks',
           }, {
             label: '公司名称',
             prop: 'corpName',
             overHidden: true,
             index: 15,
-            width: 112,
+            width: 120,
             search: true,
           }, {
             label: '制单人',
             prop: 'createUserName',
             overHidden: true,
             index: 16,
-            width: 80,
+            width: 60,
           }, {
             label: '制单日期',
             overHidden: true,
@@ -758,16 +759,16 @@ export default {
             },
             overHidden: true,
             index: 2,
-            width: 94
+            width: 80
           },{
             label: '运输调度',
             prop: 'dispatcherName',
             overHidden: true,
             index: 3,
-            width: 100,
+            width: 70,
           }, {
             label: '派车单号',
-            width: 140,
+            width: 80,
             index: 4,
             prop: 'dispatchNumber',
             search: true,
@@ -785,7 +786,7 @@ export default {
             search: true,
           }, {
             label: '车队',
-            width: 100,
+            width: 90,
             index: 7,
             overHidden: true,
             prop: 'fleetName',
@@ -801,7 +802,7 @@ export default {
             search: true,
           }, {
             label: '车号',
-            width: 100,
+            width: 90,
             index: 8,
             prop: 'plateNo',
             type: "select",
@@ -815,7 +816,7 @@ export default {
             search: true,
           }, {
             label: '司机',
-            width: 100,
+            width: 70,
             index: 9,
             prop: 'driverName',
             searchProp: 'driverId',
@@ -829,12 +830,12 @@ export default {
             search: true,
           }, {
             label: '电话',
-            width: 160,
+            width: 120,
             index: 10,
             prop: 'driverTel'
           }, {
             label: '车型',
-            width: 100,
+            width: 90,
             index: 11,
             prop: 'fleetVolum'
           },
@@ -863,7 +864,7 @@ export default {
             label: '备注',
             index: 14,
             overHidden: true,
-            width: 140,
+            width: 130,
             prop: 'remarks',
           }]
       },
@@ -920,16 +921,16 @@ export default {
             },
             overHidden: true,
             index: 2,
-            width: 94
+            width: 80
           },{
             label: '运输调度',
             prop: 'dispatcherName',
             overHidden: true,
             index: 3,
-            width: 100,
+            width: 70,
           }, {
             label: '派车单号',
-            width: 140,
+            width: 80,
             index: 4,
             prop: 'dispatchNumber',
             search: true,
@@ -947,7 +948,7 @@ export default {
             search: true,
           }, {
             label: '车队',
-            width: 100,
+            width: 90,
             index: 7,
             overHidden: true,
             prop: 'fleetName',
@@ -964,7 +965,7 @@ export default {
             search: true,
           }, {
             label: '车号',
-            width: 100,
+            width: 90,
             index: 8,
             prop: 'plateNo',
             type: "select",
@@ -978,7 +979,7 @@ export default {
             search: true,
           }, {
             label: '司机',
-            width: 100,
+            width: 70,
             index: 9,
             prop: 'driverName',
             searchProp: 'driverId',
@@ -992,12 +993,12 @@ export default {
             search: true,
           }, {
             label: '电话',
-            width: 160,
+            width: 120,
             index: 10,
             prop: 'tel'
           }, {
             label: '车型',
-            width: 100,
+            width: 90,
             index: 11,
             prop: 'fleetVolum'
           },
@@ -1020,7 +1021,7 @@ export default {
             label: '备注',
             index: 14,
             overHidden: true,
-            width: 140,
+            width: 130,
             prop: 'remarks',
           }]
       },

+ 36 - 36
src/views/wel/home/landTransportation/components/sales-trend.vue

@@ -219,23 +219,23 @@ export default {
           label: '业务员',
           prop: 'salesmanName',
           index: 2,
-          width: 60,
+          width: 70,
           overHidden: true,
         }, {
           label: '物流运输',
           prop: 'dispatchDeptName',
           overHidden: true,
           index: 3,
-          width: 100
+          width: 80
         }, {
           label: '派车单号',
-          width: 140,
+          width: 90,
           index: 4,
           overHidden: true,
           prop: 'dispatchNumber'
         }, {
           label: '合同号',
-          width: 140,
+          width: 90,
           index: 5,
           overHidden: true,
           prop: 'contractNo'
@@ -243,28 +243,28 @@ export default {
           label: '装货地点',
           prop: 'addressDetail',
           index: 6,
-          width: 132,
+          width: 130,
         }, {
           label: '卸货地点',
           prop: 'unloadingPlace',
           index: 7,
-          width: 132,
+          width: 130,
         }, {
-          label: '车体积',
-          width: 100,
+          label: '车',
+          width: 80,
           index: 8,
           prop: 'fleetVolum'
         }, {
           label: '车队',
           prop: 'fleetShortName',
           index: 9,
-          width: 100,
+          width: 90,
           overHidden: true,
         }, {
           label: '车号',
           prop: 'plateNo',
           index: 10,
-          width: 100,
+          width: 90,
           overHidden: true,
         }, {
           label: '状态',
@@ -278,7 +278,7 @@ export default {
           dataType: "string",
           type: 'select',
           overHidden: true,
-          width: 140
+          width: 90
         }, {
           label: '应收运费',
           prop: 'freightCollect',
@@ -295,7 +295,7 @@ export default {
           label: '备注',
           prop: 'remarks',
           index: 14,
-          width: 100,
+          width: 130,
           overHidden: true,
         }]
       },
@@ -320,23 +320,23 @@ export default {
           label: '业务员',
           prop: 'salesmanName',
           index: 2,
-          width: 60,
+          width: 70,
           overHidden: true,
         },{
           label: '运输调度',
           prop: 'dispatcherName',
           overHidden: true,
           index: 3,
-          width: 100,
+          width: 80,
         }, {
           label: '派车单号',
-          width: 140,
+          width: 90,
           index: 4,
           overHidden: true,
           prop: 'dispatchNumber'
         }, {
           label: '合同号',
-          width: 140,
+          width: 90,
           index: 5,
           overHidden: true,
           prop: 'contractNo'
@@ -344,28 +344,28 @@ export default {
           label: '装货地点',
           prop: 'addressDetail',
           index: 6,
-          width: 132,
+          width: 130,
         }, {
           label: '卸货地点',
           prop: 'unloadingPlace',
           index: 7,
-          width: 132,
+          width: 130,
         }, {
-          label: '车体积',
-          width: 100,
+          label: '车',
+          width: 80,
           index: 8,
           prop: 'fleetVolum'
         }, {
           label: '车队',
           prop: 'fleetShortName',
           index: 9,
-          width: 100,
+          width: 90,
           overHidden: true,
         }, {
           label: '车号',
           prop: 'plateNo',
           index: 10,
-          width: 100,
+          width: 90,
           overHidden: true,
         }, {
           label: '状态',
@@ -379,7 +379,7 @@ export default {
           dataType: "string",
           type: 'select',
           overHidden: true,
-          width: 140
+          width: 90
         }, {
           label: '应收运费',
           prop: 'freightCollect',
@@ -408,7 +408,7 @@ export default {
           label: '备注',
           prop: 'remarks',
           index: 16,
-          width: 100,
+          width: 130,
           overHidden: true,
         }]
       },
@@ -434,22 +434,22 @@ export default {
           prop: 'dispatchDeptName',
           overHidden: true,
           index: 2,
-          width: 100
+          width: 80
         },{
           label: '运输调度',
           prop: 'dispatcherName',
           overHidden: true,
           index: 3,
-          width: 100,
+          width: 70,
         }, {
           label: '派车单号',
-          width: 140,
+          width: 90,
           index: 4,
           overHidden: true,
           prop: 'dispatchNumber'
         }, {
           label: '合同号',
-          width: 140,
+          width: 90,
           index: 5,
           overHidden: true,
           prop: 'contractNo'
@@ -457,28 +457,28 @@ export default {
           label: '装货地点',
           prop: 'addressDetail',
           index: 6,
-          width: 132,
+          width: 130,
         }, {
           label: '卸货地点',
           prop: 'unloadingPlace',
           index: 7,
-          width: 132,
+          width: 130,
         }, {
-          label: '车体积',
-          width: 100,
+          label: '车',
+          width: 80,
           index: 8,
           prop: 'fleetVolum'
         }, {
           label: '车队',
           prop: 'fleetShortName',
           index: 9,
-          width: 100,
+          width: 90,
           overHidden: true,
         }, {
           label: '车号',
           prop: 'plateNo',
           index: 10,
-          width: 100,
+          width: 90,
           overHidden: true,
         }, {
           label: '状态',
@@ -492,7 +492,7 @@ export default {
           dataType: "string",
           type: 'select',
           overHidden: true,
-          width: 140
+          width: 90
         }, {
           label: '应付运费',
           prop: 'freightPay',
@@ -509,7 +509,7 @@ export default {
           label: '备注',
           prop: 'remarks',
           index: 14,
-          width: 100,
+          width: 130,
           overHidden: true,
         }]
       },