YEAR
TEAM
|
G | PA | AB | RBI | R | H | 1B | 2B | 3B | HR | TB | SO | SB | OBP | SLG | AVG | GIDP | SAC | SF | BB | (IBB) | HBP | CS | GO | AO | G/F | SB% | OPS |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item.Year }}
{{ item.TeamAbbrName }}
|
{{ item.TotalGames }} | {{ item.PlateAppearances }} | {{ item.HitCnt }} | {{ item.RunBattedINCnt }} | {{ item.ScoreCnt }} | {{ item.HittingCnt }} | {{ item.OneBaseHitCnt }} | {{ item.TwoBaseHitCnt }} | {{ item.ThreeBaseHitCnt }} | {{ item.HomeRunCnt }} | {{ item.TotalBases }} | {{ item.StrikeOutCnt }} | {{ item.StealBaseOKCnt }} | {{ item.Obp.toFixed(3) }} | {{ item.Slg.toFixed(3) }} | {{ item.Avg.toFixed(3) }} | {{ item.DoublePlayBatCnt }} | {{ item.SacrificeHitCnt }} | {{ item.SacrificeFlyCnt }} | {{ item.BasesONBallsCnt }} | ({{ item.IntentionalBasesONBallsCnt }}) | {{ item.HitBYPitchCnt }} | {{ item.StealBaseFailCnt }} | {{ item.GroundOut }} | {{ item.FlyOut }} | {{ item.Goao.toFixed(3) }} | {{ item.SB.toFixed(2) }} | {{ item.Ops.toFixed(3) }} |
TOTAL
|
{{ totalBattingScore.TotalGames }} | {{ totalBattingScore.PlateAppearances }} | {{ totalBattingScore.HitCnt }} | {{ totalBattingScore.RunBattedINCnt }} | {{ totalBattingScore.ScoreCnt }} | {{ totalBattingScore.HittingCnt }} | {{ totalBattingScore.OneBaseHitCnt }} | {{ totalBattingScore.TwoBaseHitCnt }} | {{ totalBattingScore.ThreeBaseHitCnt }} | {{ totalBattingScore.HomeRunCnt }} | {{ totalBattingScore.TotalBases }} | {{ totalBattingScore.StrikeOutCnt }} | {{ totalBattingScore.StealBaseOKCnt }} | {{ $bbFormult.calcObp(totalBattingScore.HittingCnt, totalBattingScore.HitCnt, totalBattingScore.BasesONBallsCnt, totalBattingScore.HitBYPitchCnt, totalBattingScore.SacrificeFlyCnt).toFixed(3) }} | {{ $bbFormult.calcSlg(totalBattingScore.TotalBases, totalBattingScore.HitCnt).toFixed(3) }} | {{ $bbFormult.calcAvg(totalBattingScore.HittingCnt, totalBattingScore.HitCnt).toFixed(3) }} | {{ totalBattingScore.DoublePlayBatCnt }} | {{ totalBattingScore.SacrificeHitCnt }} | {{ totalBattingScore.SacrificeFlyCnt }} | {{ totalBattingScore.BasesONBallsCnt }} | ({{ totalBattingScore.IntentionalBasesONBallsCnt }}) | {{ totalBattingScore.HitBYPitchCnt }} | {{ totalBattingScore.StealBaseFailCnt }} | {{ totalBattingScore.GroundOut }} | {{ totalBattingScore.FlyOut }} | {{ $bbFormult.calcGoga(totalBattingScore.GroundOut, totalBattingScore.FlyOut).toFixed(3) }} | {{ $bbFormult.calcSb(totalBattingScore.StealBaseOKCnt, totalBattingScore.StealBaseFailCnt).toFixed(2) }} | {{ $bbFormult.calcOps($bbFormult.calcObp(totalBattingScore.HittingCnt, totalBattingScore.HitCnt, totalBattingScore.BasesONBallsCnt, totalBattingScore.HitBYPitchCnt, totalBattingScore.SacrificeFlyCnt), $bbFormult.calcSlg(totalBattingScore.TotalBases, totalBattingScore.HitCnt)).toFixed(3) }} |
YEAR
TEAM
|
G | GS | GR | CG | SHO | NBB | W | L | SV | BS | HLD | IP | WHIP | ERA | BF | NP | H | HR | BB | (IBB) | HBP | SO | WP | BK | R | ER | GO | AO | G/F |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item.Year }}
{{ item.TeamAbbrName }}
|
{{ item.TotalGames }} | {{ item.PitchStarting }} | {{ item.PitchCloser }} | {{ item.CompleteGames }} | {{ item.ShoutOut }} | {{ item.NoBaseBalled }} | {{ item.Wins }} | {{ item.Loses }} | {{ item.SaveOK }} | {{ item.SaveFail }} | {{ item.ReliefPointCnt }} | {{ item.InningPitched.toFixed(1) }} | {{ item.Whip.toFixed(2) }} | {{ item.Era.toFixed(2) }} | {{ item.PlateAppearances }} | {{ item.PitchCnt }} | {{ item.HittingCnt }} | {{ item.HomeRunCnt }} | {{ item.BasesONBallsCnt }} | ({{ item.IntentionalBasesONBallsCnt }}) | {{ item.HitBYPitchCnt }} | {{ item.StrikeOutCnt }} | {{ item.WildPitchCnt }} | {{ item.BalkCnt }} | {{ item.RunCnt }} | {{ item.EarnedRunCnt }} | {{ item.GroundOut }} | {{ item.FlyOut }} | {{ item.Goao.toFixed(3) }} |
TOTAL
|
{{ totalPitchScore.TotalGames }} | {{ totalPitchScore.PitchStarting }} | {{ totalPitchScore.PitchCloser }} | {{ totalPitchScore.CompleteGames }} | {{ totalPitchScore.ShoutOut }} | {{ totalPitchScore.NoBaseBalled }} | {{ totalPitchScore.Wins }} | {{ totalPitchScore.Loses }} | {{ totalPitchScore.SaveOK }} | {{ totalPitchScore.SaveFail }} | {{ totalPitchScore.ReliefPointCnt }} | {{ $bbFormult.calcInningPitched(totalPitchScore.InningPitched, totalPitchScore.InningPitchedDiv3) }} | {{ $bbFormult.calcWhip(totalPitchScore.InningPitched, totalPitchScore.InningPitchedDiv3, totalPitchScore.HittingCnt, totalPitchScore.BasesONBallsCnt).toFixed(2) }} | {{ $bbFormult.calcEra(totalPitchScore.InningPitched, totalPitchScore.InningPitchedDiv3, totalPitchScore.EarnedRunCnt).toFixed(2) }} | {{ totalPitchScore.PlateAppearances }} | {{ totalPitchScore.PitchCnt }} | {{ totalPitchScore.HittingCnt }} | {{ totalPitchScore.HomeRunCnt }} | {{ totalPitchScore.BasesONBallsCnt }} | ({{ totalPitchScore.IntentionalBasesONBallsCnt }}) | {{ totalPitchScore.HitBYPitchCnt }} | {{ totalPitchScore.StrikeOutCnt }} | {{ totalPitchScore.WildPitchCnt }} | {{ totalPitchScore.BalkCnt }} | {{ totalPitchScore.RunCnt }} | {{ totalPitchScore.EarnedRunCnt }} | {{ totalPitchScore.GroundOut }} | {{ totalPitchScore.FlyOut }} | {{ $bbFormult.calcGoga(totalPitchScore.GroundOut, totalPitchScore.FlyOut).toFixed(3) }} |
YEAR
TEAM
|
POS | G | TC | PO | A | E | DP | TP | FPCT | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item[0].Year }}
{{ item[0].TeamAbbrName }}
|
{{ item[0].DefendStationName }} | {{ item[0].TotalYearGames }} | {{ item[0].DefendCnt }} | {{ item[0].PutoutCnt }} | {{ item[0].AssistCnt }} | {{ item[0].ErrorCnt }} | {{ item[0].JoinDoublePlayCnt }} | {{ item[0].JoinTripplePlayCnt }} | {{ item[0].Fpct.toFixed(3) }} |
{{ item[0].Year }}
{{ item[0].TeamAbbrName }}
|
{{ item[0].DefendStationName }}
{{ detail.DefendStationName }}
Total
|
{{ item[0].TotalGames }}
{{ detail.TotalGames }}
{{ item[0].TotalYearGames }}
|
{{ item[0].DefendCnt }}
{{ detail.DefendCnt }}
{{ yearTotalDefenceScore(item).DefendCnt }}
|
{{ item[0].PutoutCnt }}
{{ detail.PutoutCnt }}
{{ yearTotalDefenceScore(item).PutoutCnt }}
|
{{ item[0].AssistCnt }}
{{ detail.AssistCnt }}
{{ yearTotalDefenceScore(item).AssistCnt }}
|
{{ item[0].ErrorCnt }}
{{ detail.ErrorCnt }}
{{ yearTotalDefenceScore(item).ErrorCnt }}
|
{{ item[0].JoinDoublePlayCnt }}
{{ detail.JoinDoublePlayCnt }}
{{ yearTotalDefenceScore(item).JoinDoublePlayCnt }}
|
{{ item[0].JoinTripplePlayCnt }}
{{ detail.JoinTripplePlayCnt }}
{{ yearTotalDefenceScore(item).JoinTripplePlayCnt }}
|
{{ item[0].Fpct.toFixed(3) }}
{{ detail.Fpct.toFixed(3) }}
{{ $bbFormult.calcFpct(yearTotalDefenceScore(item).PutoutCnt, yearTotalDefenceScore(item).AssistCnt, yearTotalDefenceScore(item).ErrorCnt).toFixed(3) }}
|
TOTAL
|
{{ totalDefenceScore.TotalGames }} | {{ totalDefenceScore.DefendCnt }} | {{ totalDefenceScore.PutoutCnt }} | {{ totalDefenceScore.AssistCnt }} | {{ totalDefenceScore.ErrorCnt }} | {{ totalDefenceScore.JoinDoublePlayCnt }} | {{ totalDefenceScore.JoinTripplePlayCnt }} | {{ totalDefenceScore.Fcpt }} |
TEAM | GS | GR | CG | SHO | W | L | SV | BS | HLD | IP | WHIP | ERA | BF | NP | H | HR | BB | (IBB) | HBP | SO | WP | BK | R | ER |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item.FightTeamName }} | {{ item.PitchStarting }} | {{ item.PitchCloser }} | {{ item.CompleteGames }} | {{ item.ShoutOut }} | {{ item.Wins }} | {{ item.Loses }} | {{ item.SaveOK }} | {{ item.SaveFail }} | {{ item.ReliefPointCnt }} | {{ item.InningPitched.toFixed(1) }} | {{ item.Whip.toFixed(2) }} | {{ item.Era.toFixed(2) }} | {{ item.PlateAppearances }} | {{ item.PitchCnt }} | {{ item.HittingCnt }} | {{ item.HomeRunCnt }} | {{ item.BasesONBallsCnt }} | ({{ item.IntentionalBasesONBallsCnt }}) | {{ item.HitBYPitchCnt }} | {{ item.StrikeOutCnt }} | {{ item.WildPitchCnt }} | {{ item.BalkCnt }} | {{ item.RunCnt }} | {{ item.EarnedRunCnt }} |
TEAM | G | PA | AB | RBI | R | H | 1B | 2B | 3B | HR | TB | GIDP | AVG | SAC | SF | BB | (IBB) | HBP | SO | SB | CS | SB% | OBP | SLG | OPS |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item.FightTeamName }} | {{ item.TotalGames }} | {{ item.PlateAppearances }} | {{ item.HitCnt }} | {{ item.RunBattedINCnt }} | {{ item.ScoreCnt }} | {{ item.HittingCnt }} | {{ item.OneBaseHitCnt }} | {{ item.TwoBaseHitCnt }} | {{ item.ThreeBaseHitCnt }} | {{ item.HomeRunCnt }} | {{ item.TotalBases }} | {{ item.DoublePlayBatCnt }} | {{ item.Avg.toFixed(3) }} | {{ item.SacrificeHitCnt }} | {{ item.SacrificeFlyCnt }} | {{ item.BasesONBallsCnt }} | ({{ item.IntentionalBasesONBallsCnt }}) | {{ item.HitBYPitchCnt }} | {{ item.StrikeOutCnt }} | {{ item.StealBaseOKCnt }} | {{ item.StealBaseFailCnt }} | {{ item.SB.toFixed(3) }} | {{ item.Obp.toFixed(3) }} | {{ item.Slg.toFixed(3) }} | {{ item.Ops.toFixed(3) }} |