|
|
@@ -282,15 +282,25 @@
|
|
|
minWidth: 180
|
|
|
},
|
|
|
{
|
|
|
- prop: 'dateType',
|
|
|
- label: '对账方式',
|
|
|
- align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 150,
|
|
|
- formatter: (_row, _column, cellValue) => {
|
|
|
- return cellValue==1?'按年度':cellValue==2?'按季度':cellValue==3?'按月度':'按时间段'
|
|
|
- }
|
|
|
- },
|
|
|
+ prop: 'dateType',
|
|
|
+ label: '对账方式',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 150,
|
|
|
+ formatter: (_row, _column, cellValue) => {
|
|
|
+ return cellValue==1?'按年度':cellValue==2?'按季度':cellValue==3?'按月度':'按时间段'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'queryDimension',
|
|
|
+ label: '查询维度',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 180,
|
|
|
+ formatter: (_row, _column, cellValue) => {
|
|
|
+ return cellValue==2?'调拨单':'发货单'
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'startDate',
|
|
|
label: '对账开始日期',
|