| | |
| | | /* |
| | | /* |
| | | * 各行、一番目は現在のStage、二番目からはクリックできるStage |
| | | * |
| | | * 行を定義しない場合、二番目からStageを定義しない場合、クリック不能になる |
| | |
| | | ]; |
| | | |
| | | var SSBD_HighendProductsCOLOR = |
| | | [["Prospect Created","Prospect Created"] |
| | | ,["Phase1","Prospect Created","Phase1"] |
| | | ,["Phase2","Prospect Created","Phase1","Phase2"] |
| | | ,["Phase3","Prospect Created","Phase1","Phase2","Phase3"] |
| | | ,["Closed Won","Prospect Created","Phase1","Phase2","Phase3","Closed Won","完成"] |
| | | ,["Closed Lost","Prospect Created","Phase1","Phase2","Phase3","Closed Lost","失败"] |
| | | ,["Closed Cancel","Prospect Created","Phase1","Phase2","Phase3","Closed Cancel","取消"] |
| | | ]; |
| | | |
| | | var IE_SSBD = |
| | | [["Prospect Created","Phase1","Closed Lost","Closed Cancel","失败","取消"] |
| | | ,["Phase1","Phase2","Closed Lost","Closed Cancel","失败","取消"] |
| | | ,["Phase2","Phase3","Closed Lost","Closed Cancel","失败","取消"] |
| | | ,["Phase3","Closed Won","Closed Lost","Closed Cancel","完成","失败","取消"] |
| | | ,["Closed Won"] |
| | | ,["Closed Lost"] |
| | | ,["Closed Cancel"] |
| | | ]; |
| | | |
| | | var IE_SSBDCOLOR = |
| | | [["Prospect Created","Prospect Created"] |
| | | ,["Phase1","Prospect Created","Phase1"] |
| | | ,["Phase2","Prospect Created","Phase1","Phase2"] |