| | |
| | | if($('#piciKeyword').val()!=''){ |
| | | vm.list.removeAll(); |
| | | $.each(I._MDB, function (index, value) { |
| | | if(value.tdmx_fdcph.indexOf($('#piciKeyword').val())>0){ |
| | | if(value.tdmx_fdcph().indexOf($('#piciKeyword').val())>0){ |
| | | if(I.bindNumBtn.hasClass('btn-info')){ |
| | | if (value.tdmx_fdcph() !== '') { |
| | | vm.list.push(value); |
| | |
| | | vm.list.removeAll(); |
| | | $.each(I._MDB, function (index, value) { |
| | | if (value.tdmx_fdcph() !== '') { |
| | | if($('#piciKeyword').val()=='' || value.tdmx_fdcph.indexOf($('#piciKeyword').val())>0){ |
| | | if($('#piciKeyword').val()=='' || value.tdmx_fdcph().indexOf($('#piciKeyword').val())>0){ |
| | | vm.list.push(value); |
| | | if(value.chooseCli){ |
| | | $('.mitem:last').addClass("info"); |