Browse Source

优化部分报表字段

dev
qb 4 days ago
parent
commit
4d0e7ac4f9
  1. 12
      src/option/reportforms/OrderAllTime.js
  2. 11
      src/option/reportforms/PackageAllTrunklineTimePageReport.js
  3. 35
      src/option/reportforms/PackageTransferTimePageReport.js

12
src/option/reportforms/OrderAllTime.js

@ -324,4 +324,16 @@ export const columnList = [
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'dayTime',
label: '标准时效(天)',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
];

11
src/option/reportforms/PackageAllTrunklineTimePageReport.js

@ -356,4 +356,15 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'hoursTime',
label: '标准时效(小时)',
type: 6,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
];

35
src/option/reportforms/PackageTransferTimePageReport.js

@ -47,6 +47,17 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'warehouseName',
label: '中转仓',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'brand',
label: '品牌',
@ -82,6 +93,18 @@ export const columnList = [
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'noOutNum',
label: '未出库件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'outOnTimeNum',
label: '中转准时出库件数',
@ -94,6 +117,18 @@ export const columnList = [
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'noOutOverNum',
label: '未出库超时件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'outOnTimeRate',
label: '中转准时出库率',

Loading…
Cancel
Save