Put "OR" in brackets add css for "only worked"
这个提交包含在:
		
							父节点
							
								
									744ca514bc
								
							
						
					
					
						当前提交
						67731e4c61
					
				
					共有  3 个文件被更改,包括 10 次插入 和 4 次删除
				
			
		|  | @ -283,7 +283,7 @@ class Logbook extends CI_Controller { | ||||||
| 			$this->db->where('COL_BAND', $band); | 			$this->db->where('COL_BAND', $band); | ||||||
| 			$this->db->where('COL_PROP_MODE !=','SAT'); | 			$this->db->where('COL_PROP_MODE !=','SAT'); | ||||||
| 			if ($extrawhere != '') { | 			if ($extrawhere != '') { | ||||||
| 				$this->db->where($extrawhere); | 				$this->db->where('('.$extrawhere.')'); | ||||||
| 			} else { | 			} else { | ||||||
| 				$this->db->where("1=0"); | 				$this->db->where("1=0"); | ||||||
| 			} | 			} | ||||||
|  | @ -367,7 +367,7 @@ class Logbook extends CI_Controller { | ||||||
| 				$this->db->where('COL_BAND', $band); | 				$this->db->where('COL_BAND', $band); | ||||||
| 				$this->db->where('COL_PROP_MODE !=','SAT'); | 				$this->db->where('COL_PROP_MODE !=','SAT'); | ||||||
| 				if ($extrawhere != '') { | 				if ($extrawhere != '') { | ||||||
| 					$this->db->where($extrawhere); | 					$this->db->where('('.$extrawhere.')'); | ||||||
| 				} else { | 				} else { | ||||||
| 					$this->db->where("1=0"); | 					$this->db->where("1=0"); | ||||||
| 				} | 				} | ||||||
|  | @ -463,7 +463,7 @@ class Logbook extends CI_Controller { | ||||||
| 				$this->db->where('COL_BAND', $band); | 				$this->db->where('COL_BAND', $band); | ||||||
| 				$this->db->where('COL_PROP_MODE !=','SAT'); | 				$this->db->where('COL_PROP_MODE !=','SAT'); | ||||||
| 				if ($extrawhere != '') { | 				if ($extrawhere != '') { | ||||||
| 					$this->db->where($extrawhere); | 					$this->db->where('('.$extrawhere.')'); | ||||||
| 				} else { | 				} else { | ||||||
| 					$this->db->where("1=0"); | 					$this->db->where("1=0"); | ||||||
| 				} | 				} | ||||||
|  |  | ||||||
|  | @ -144,10 +144,14 @@ thead > tr > td { | ||||||
|     text-transform: uppercase; |     text-transform: uppercase; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .workedGrid { | .confirmedGrid { | ||||||
|     border-color: green; |     border-color: green; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .workedGrid { | ||||||
|  |     border-color: yellow; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| .newGrid { | .newGrid { | ||||||
|     border-color: red; |     border-color: red; | ||||||
|     border-width: 2px; |     border-width: 2px; | ||||||
|  |  | ||||||
|  | @ -445,8 +445,10 @@ function reset_fields() { | ||||||
| 	$('#locator').val(""); | 	$('#locator').val(""); | ||||||
| 	$('#iota_ref').val(""); | 	$('#iota_ref').val(""); | ||||||
| 	$('#sota_ref').val(""); | 	$('#sota_ref').val(""); | ||||||
|  | 	$("#locator").removeClass("confirmedGrid"); | ||||||
| 	$("#locator").removeClass("workedGrid"); | 	$("#locator").removeClass("workedGrid"); | ||||||
| 	$("#locator").removeClass("newGrid"); | 	$("#locator").removeClass("newGrid"); | ||||||
|  | 	$("#callsign").removeClass("confirmedGrid"); | ||||||
| 	$("#callsign").removeClass("workedGrid"); | 	$("#callsign").removeClass("workedGrid"); | ||||||
| 	$("#callsign").removeClass("newGrid"); | 	$("#callsign").removeClass("newGrid"); | ||||||
| 	$('#callsign_info').removeClass("badge-secondary"); | 	$('#callsign_info').removeClass("badge-secondary"); | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用