diff --git a/src/option/distribution/VehicleArrivalManagement.js b/src/option/distribution/VehicleArrivalManagement.js index d6c824a8..e81ac865 100644 --- a/src/option/distribution/VehicleArrivalManagement.js +++ b/src/option/distribution/VehicleArrivalManagement.js @@ -40,7 +40,7 @@ export const columnList = [ label: '计划装车', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -51,7 +51,7 @@ export const columnList = [ label: '装车件数', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -62,7 +62,7 @@ export const columnList = [ label: '在车件数', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -73,7 +73,7 @@ export const columnList = [ label: '卸车件数', type: 1, values: '', - width: '180', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -84,7 +84,7 @@ export const columnList = [ label: '满载率', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -239,7 +239,7 @@ export const columnList = [ label: '油费', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -250,7 +250,7 @@ export const columnList = [ label: '路桥费', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, diff --git a/src/option/distribution/VehicleStowage.js b/src/option/distribution/VehicleStowage.js index 1db42ef8..4aa909a2 100644 --- a/src/option/distribution/VehicleStowage.js +++ b/src/option/distribution/VehicleStowage.js @@ -40,7 +40,7 @@ export const columnList = [ label: '计划装车', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -51,7 +51,7 @@ export const columnList = [ label: '装车件数', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -62,7 +62,7 @@ export const columnList = [ label: '在车件数', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -73,7 +73,7 @@ export const columnList = [ label: '卸车件数', type: 1, values: '', - width: '180', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -84,7 +84,7 @@ export const columnList = [ label: '满载率', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, @@ -250,7 +250,7 @@ export const columnList = [ label: '路桥费', type: 1, values: '', - width: '130', + width: '120', checkarr: [], fixed: false, sortable: true, diff --git a/src/views/distribution/inventory/BookingNote.vue b/src/views/distribution/inventory/BookingNote.vue index 000dd1e3..f82943d7 100644 --- a/src/views/distribution/inventory/BookingNote.vue +++ b/src/views/distribution/inventory/BookingNote.vue @@ -901,23 +901,40 @@