feat: There is no way the
This commit is contained in:
@@ -366,7 +366,7 @@
|
|||||||
},
|
},
|
||||||
seniortypeAll: ['selectIndex'],
|
seniortypeAll: ['selectIndex'],
|
||||||
seniortypeStand: ['selectIndex', 'standSort', 'category', 'nature', 'standState', 'applyArctic', 'applyAuth', 'CLLX', 'CBCD', 'ZRLX', 'CYSD'],
|
seniortypeStand: ['selectIndex', 'standSort', 'category', 'nature', 'standState', 'applyArctic', 'applyAuth', 'CLLX', 'CBCD', 'ZRLX', 'CYSD'],
|
||||||
seniortypeBuss: ['selectIndex', 'country', 'standSort', 'category', 'nature', 'standState', 'applyArctic', 'applyAuth', 'CLLX', 'CBCD', 'ZRLX', 'CYSD'],
|
seniortypeBuss: ['selectIndex', 'country', 'standSort', 'category', 'nature', 'standState', 'textStatus', 'applyArctic', 'applyAuth', 'CLLX', 'CBCD', 'ZRLX', 'CYSD'],
|
||||||
// seniortypeLaws: ['selectIndex', 'country', 'SYCLLX', 'ZRLX', 'WSSFCY'], // 政策的适用车辆类型、我司是否参与 和 国内的字段不一样
|
// seniortypeLaws: ['selectIndex', 'country', 'SYCLLX', 'ZRLX', 'WSSFCY'], // 政策的适用车辆类型、我司是否参与 和 国内的字段不一样
|
||||||
seniortypeLaws: ['selectIndex', 'country', 'CLLX', 'ZRLX', 'CYSD'], // 政策的适用车辆类型、我司是否参与 和 国内的字段不一样
|
seniortypeLaws: ['selectIndex', 'country', 'CLLX', 'ZRLX', 'CYSD'], // 政策的适用车辆类型、我司是否参与 和 国内的字段不一样
|
||||||
seniortypeEnterprise : ['selectIndex','BUSSSTATE','ORGLIST'],
|
seniortypeEnterprise : ['selectIndex','BUSSSTATE','ORGLIST'],
|
||||||
@@ -877,9 +877,7 @@
|
|||||||
// 检索栏每一项回显数字
|
// 检索栏每一项回显数字
|
||||||
if (seniortype[i] === 'standSort') {
|
if (seniortype[i] === 'standSort') {
|
||||||
renameType = 'standSort'
|
renameType = 'standSort'
|
||||||
}if(seniortype[i] === 'standState') {
|
}else if (seniortype[i] === 'applyArctic') {
|
||||||
renameType ='statecode'
|
|
||||||
} else if (seniortype[i] === 'applyArctic') {
|
|
||||||
renameType = 'apply_arctic'
|
renameType = 'apply_arctic'
|
||||||
} else if (seniortype[i] === 'energyKind') {
|
} else if (seniortype[i] === 'energyKind') {
|
||||||
renameType = 'energy_kind'
|
renameType = 'energy_kind'
|
||||||
@@ -893,13 +891,16 @@
|
|||||||
renameType = 'QCDW'
|
renameType = 'QCDW'
|
||||||
} else if (this.selectIndex === 'enterprise' && seniortype[i] === 'BUSSSTATE'){
|
} else if (this.selectIndex === 'enterprise' && seniortype[i] === 'BUSSSTATE'){
|
||||||
renameType = 'textStatusBuss'
|
renameType = 'textStatusBuss'
|
||||||
}
|
}else if (this.selectIndex === 'bussstand' && seniortype[i] === 'standState'){
|
||||||
else {
|
renameType = 'textStatus'
|
||||||
|
}else {
|
||||||
renameType = seniortype[i]
|
renameType = seniortype[i]
|
||||||
}
|
}
|
||||||
|
console.log(renameType)
|
||||||
let resultsubdata = resultdata[renameType] || {}
|
let resultsubdata = resultdata[renameType] || {}
|
||||||
let countAll = 0
|
let countAll = 0
|
||||||
if (nowdata) {
|
if (nowdata) {
|
||||||
|
console.log(nowdata)
|
||||||
for (let ji = 0; ji < nowdata.length; ji++) {
|
for (let ji = 0; ji < nowdata.length; ji++) {
|
||||||
if (resultsubdata[nowdata[ji].value] === undefined) {
|
if (resultsubdata[nowdata[ji].value] === undefined) {
|
||||||
nowdata[ji].number = 0
|
nowdata[ji].number = 0
|
||||||
@@ -1128,20 +1129,20 @@
|
|||||||
// filterOptions.standSort.options = [{label: '全部', value: 'all'}]
|
// filterOptions.standSort.options = [{label: '全部', value: 'all'}]
|
||||||
filterOptions.standSort.index = 1
|
filterOptions.standSort.index = 1
|
||||||
// 标准状态
|
// 标准状态
|
||||||
filterOptions.standState = originOptions.standState
|
filterOptions.standState = originOptions.WBZTCLASS
|
||||||
filterOptions.standState.title = '标准状态'
|
filterOptions.standState.title = '文本状态'
|
||||||
filterOptions.standState.index = 2
|
filterOptions.standState.index = 2
|
||||||
// 我司参与状态
|
// 我司参与状态
|
||||||
// filterOptions.CYSD = originOptions.CYSD
|
// filterOptions.CYSD = originOptions.CYSD
|
||||||
// filterOptions.CYSD.title = '我司参与深度'
|
// filterOptions.CYSD.title = '我司参与深度'
|
||||||
// filterOptions.CYSD.index = 3
|
// filterOptions.CYSD.index = 3
|
||||||
// 监管类型
|
// 监管类型
|
||||||
filterOptions.ZRLX = originOptions.ZRLX
|
// filterOptions.ZRLX = originOptions.ZRLX
|
||||||
filterOptions.ZRLX.title = '监管类型'
|
// filterOptions.ZRLX.title = '监管类型'
|
||||||
filterOptions.ZRLX.index = 4
|
// filterOptions.ZRLX.index = 4
|
||||||
// 适用车辆类型
|
// 适用车辆类型
|
||||||
filterOptions.CLLX = originOptions.CLLX
|
filterOptions.CLLX = originOptions.CLLX
|
||||||
filterOptions.CLLX.index = 5
|
filterOptions.CLLX.index = 3
|
||||||
// 采标程度
|
// 采标程度
|
||||||
// filterOptions.CBCD = originOptions.CBCD
|
// filterOptions.CBCD = originOptions.CBCD
|
||||||
// filterOptions.CBCD.index = 6
|
// filterOptions.CBCD.index = 6
|
||||||
@@ -1272,6 +1273,7 @@
|
|||||||
if (condition.selectIndex === 'bussstand') {
|
if (condition.selectIndex === 'bussstand') {
|
||||||
condition.selectIndex = 'stand'
|
condition.selectIndex = 'stand'
|
||||||
condition.standType = 'FOREIGN'
|
condition.standType = 'FOREIGN'
|
||||||
|
condition.textStatus = condition.standState
|
||||||
} else if (condition.selectIndex === 'stand') {
|
} else if (condition.selectIndex === 'stand') {
|
||||||
condition.standType = 'INLAND'
|
condition.standType = 'INLAND'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user