航班季度计划优化修改

This commit is contained in:
zhouyuejun
2019-02-18 10:06:09 +08:00
parent 107494c097
commit a61cdd7741
9 changed files with 361 additions and 253 deletions
@@ -1,8 +1,5 @@
.tab-container{
padding: 10px;
// height: 635px;
// overflow: auto;
// border: 1px solid #ccc;
.hr-line{
font-weight: bold;
}
+1 -1
View File
@@ -745,7 +745,7 @@ export class MainComponent implements OnInit {
let cols = this.col_lists;
for (let i = 0; i < cols.length; i++) {
if (item['renderFlight'][cols[i]['COL_CODE']]) {
if (item['renderFlight'][cols[i]['COL_CODE']].toString().match(new RegExp(this.SEARCH, 'i'))) {
if (item['renderFlight'][cols[i]['COL_CODE']].toString().match(new RegExp(this.LASTSEARCH, 'i'))) {
is_satis = true;
break;
} else {