|  |  |  | 
|---|
|  |  |  | IN_RIGHT(3, "右入库"),    // 右入库 | 
|---|
|  |  |  | MOVE_LEFT(5, "左移库"),    // 左移库 | 
|---|
|  |  |  | MOVE_RIGHT(6, "右移库"),    // 右移库 | 
|---|
|  |  |  | GO_ORIGIN(8, "去右端"),    // 回原点 | 
|---|
|  |  |  | BACK_ORIGIN(7, "去左端"),      // 回反原点 | 
|---|
|  |  |  | WAITING_RIGHT(10, "右待机"),        // A点 | 
|---|
|  |  |  | WAITING_LEFT(9, "左待机"),       // B点 | 
|---|
|  |  |  | GO_ORIGIN(7, "去右端"),    // 回原点 | 
|---|
|  |  |  | BACK_ORIGIN(8, "去左端"),      // 回反原点 | 
|---|
|  |  |  | WAITING_RIGHT(9, "右待机"),        // A点 | 
|---|
|  |  |  | WAITING_LEFT(10, "左待机"),       // B点 | 
|---|
|  |  |  | //    FIT_LEFT(11, "左搬移"),   // 左搬移 | 
|---|
|  |  |  | //    FIT_RIGHT(12, "右搬移"),      // 右搬移 | 
|---|
|  |  |  | CHARGE_LEFT(13, "左充电"),         // 左充电 | 
|---|
|  |  |  | 
|---|
|  |  |  | <button class="item" onclick="steOperator(3)">从右入库</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(5)">左移库</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(6)">右移库</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(7)">去左端</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(8)">去右端</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(9)">左待机</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(10)">右待机</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(8)">去左端</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(7)">去右端</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(10)">左待机</button> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(9)">右待机</button> | 
|---|
|  |  |  | <!--                            <button class="item" onclick="steOperator(11)">左搬移</button>--> | 
|---|
|  |  |  | <!--                            <button class="item" onclick="steOperator(12)">右搬移</button>--> | 
|---|
|  |  |  | <button class="item" onclick="steOperator(13)">左充电</button> | 
|---|