From b67485baeb586b59417f8289f0cb6f0967e2511e Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Tue, 7 Jan 2025 13:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportforms/AuditTimelinessRatioReport.js | 26 ++++++++++++++----- .../PackageAllTrunklineTimePageReport.js | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) 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/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,