diff --git a/src/option/reportforms/AuditTimelinessRatioReport.js b/src/option/reportforms/AuditTimelinessRatioReport.js index acf54d36..c3bdf9b2 100644 --- a/src/option/reportforms/AuditTimelinessRatioReport.js +++ b/src/option/reportforms/AuditTimelinessRatioReport.js @@ -52,7 +52,7 @@ export const columnList = [ label: '品牌', type: 1, values: '', - width: '150', + width: '90', checkarr: [], fixed: false, sortable: true, @@ -63,7 +63,7 @@ export const columnList = [ label: '总运单数', type: 1, values: '', - width: '150', + width: '90', checkarr: [], fixed: false, sortable: true, @@ -75,7 +75,19 @@ export const columnList = [ label: '已审单数', type: 1, values: '', - width: '150', + width: '90', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'hasCheckNum', + label: '未审单数', + type: 1, + values: '', + width: '90', checkarr: [], fixed: false, sortable: true, @@ -87,7 +99,7 @@ export const columnList = [ label: '审单率', type: 6, values: '', - width: '150', + width: '90', checkarr: [], fixed: false, sortable: true, @@ -99,7 +111,7 @@ export const columnList = [ label: '准时审单数', type: 1, values: '', - width: '150', + width: '90', checkarr: [], fixed: false, sortable: true, @@ -111,7 +123,7 @@ export const columnList = [ label: '审单准时率', type: 6, values: '', - width: '150', + width: '100', checkarr: [], fixed: false, sortable: true, @@ -123,7 +135,7 @@ export const columnList = [ label: '平均审单时效(小时)', type: 1, values: '', - width: '160', + width: '130', checkarr: [], fixed: false, sortable: true, diff --git a/src/option/reportforms/CreateOrderTimelinessRatioReport.js b/src/option/reportforms/CreateOrderTimelinessRatioReport.js index a59226d8..9c75a0b2 100644 --- a/src/option/reportforms/CreateOrderTimelinessRatioReport.js +++ b/src/option/reportforms/CreateOrderTimelinessRatioReport.js @@ -59,6 +59,30 @@ export const columnList = [ head: false, isshowSummary: false, //开启统计 }, + { + prop: 'noOpenHasFreezeNum', + label: '未开单已冻结数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'needOpenNum', + label: '应开单数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, { prop: 'hasOpenNum', label: '已开单数', @@ -84,8 +108,20 @@ export const columnList = [ isshowSummary: false, //开启统计 }, { - prop: 'noOpenRate', - label: '未开单占比', + prop: 'onTimeNum', + label: '准时开单数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'onTimeRate', + label: '开单准时率', type: 6, values: '', width: '150', @@ -93,18 +129,31 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, //开启统计 }, + { - prop: 'noOpenHasFreezeNum', - label: '未开单已冻结数', + prop: 'avgTime', + label: '平均开单时效(小时)', type: 1, values: '', + width: '160', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: false, //开启统计 + }, + { + prop: 'noOpenRate', + label: '未开单占比', + type: 6, + values: '', width: '150', checkarr: [], fixed: false, sortable: true, head: false, - isshowSummary: true, //开启统计 }, { prop: 'noOpenHasFreezeRate', @@ -166,18 +215,6 @@ export const columnList = [ head: false, isshowSummary: false, //开启统计 }, - { - prop: 'onTimeNum', - label: '准时开单数', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - isshowSummary: true, //开启统计 - }, { prop: 'overTimeNum', label: '超期开单数', @@ -190,28 +227,4 @@ export const columnList = [ head: false, isshowSummary: true, //开启统计 }, - { - prop: 'onTimeRate', - label: '开单准时率', - type: 6, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - isshowSummary: true, //开启统计 - }, - { - prop: 'avgTime', - label: '平均开单时效(小时)', - type: 1, - values: '', - width: '160', - checkarr: [], - fixed: false, - sortable: true, - head: false, - isshowSummary: false, //开启统计 - }, ]; diff --git a/src/option/reportforms/PackageAllTrunklineTimePageReport.js b/src/option/reportforms/PackageAllTrunklineTimePageReport.js index b55a0c58..a3b967a0 100644 --- a/src/option/reportforms/PackageAllTrunklineTimePageReport.js +++ b/src/option/reportforms/PackageAllTrunklineTimePageReport.js @@ -119,7 +119,7 @@ export const columnList = [ label: '到仓平均干线时效(天)', type: 1, values: '', - width: '150', + width: '160', checkarr: [], fixed: false, sortable: true, diff --git a/src/option/reportformsOption/AllTrunklineConfig.js b/src/option/reportformsOption/AllTrunklineConfig.js index 41b7c594..063069a3 100644 --- a/src/option/reportformsOption/AllTrunklineConfig.js +++ b/src/option/reportformsOption/AllTrunklineConfig.js @@ -49,7 +49,7 @@ export const columnList = [ }, { prop: 'hoursTime', - label: '时效', + label: '时效(小时)', type: 1, values: '', width: '150', diff --git a/src/option/reportformsOption/CheckWaybillConfig.js b/src/option/reportformsOption/CheckWaybillConfig.js index 41b7c594..063069a3 100644 --- a/src/option/reportformsOption/CheckWaybillConfig.js +++ b/src/option/reportformsOption/CheckWaybillConfig.js @@ -49,7 +49,7 @@ export const columnList = [ }, { prop: 'hoursTime', - label: '时效', + label: '时效(小时)', type: 1, values: '', width: '150', diff --git a/src/option/reportformsOption/DespatchConfig.js b/src/option/reportformsOption/DespatchConfig.js index 41b7c594..063069a3 100644 --- a/src/option/reportformsOption/DespatchConfig.js +++ b/src/option/reportformsOption/DespatchConfig.js @@ -49,7 +49,7 @@ export const columnList = [ }, { prop: 'hoursTime', - label: '时效', + label: '时效(小时)', type: 1, values: '', width: '150', diff --git a/src/option/reportformsOption/OpenTimeConfig.js b/src/option/reportformsOption/OpenTimeConfig.js index 96f5b5e0..f6256907 100644 --- a/src/option/reportformsOption/OpenTimeConfig.js +++ b/src/option/reportformsOption/OpenTimeConfig.js @@ -38,7 +38,7 @@ export const columnList = [ }, { prop: 'hoursTime', - label: '时效', + label: '时效(小时)', type: 1, values: '', width: '150', diff --git a/src/option/reportformsOption/TransferConfig.js b/src/option/reportformsOption/TransferConfig.js index 96f5b5e0..f6256907 100644 --- a/src/option/reportformsOption/TransferConfig.js +++ b/src/option/reportformsOption/TransferConfig.js @@ -38,7 +38,7 @@ export const columnList = [ }, { prop: 'hoursTime', - label: '时效', + label: '时效(小时)', type: 1, values: '', width: '150', diff --git a/src/views/reportforms/OrderAllTime.vue b/src/views/reportforms/OrderAllTime.vue index 1b9c5e20..2709458e 100644 --- a/src/views/reportforms/OrderAllTime.vue +++ b/src/views/reportforms/OrderAllTime.vue @@ -4,7 +4,7 @@