机场下拉框过滤及精确筛选

This commit is contained in:
714943302@qq.com
2018-11-15 17:53:31 +08:00
parent edcbaac42a
commit 29757db259
3 changed files with 38 additions and 28 deletions
@@ -45,10 +45,20 @@ FLT_POS = 1; //过滤还是定位
SEL_COL = ''; //选择列名
public filterItems = {
JT: '', //机场集团
CS: '', //所在城市
}
public formatter = {
'JT': {
'GH': '国内区域',
'CH': '国际区域'
},
'CS': {
'GZ': '广州',
'SH': '上海',
"BJ": '北京'
},
'SODT': dateFormatter,
'ESTT': dateFormatter,
'ACTT': dateFormatter