| | |
| | | <th>故障码</th> |
| | | <th>管制状态</th> |
| | | <th>低电量</th> |
| | | <th>演示模式</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | |
| | | <button class="item" onclick="shuttleOperator(2)">托盘下降</button> |
| | | <button class="item" onclick="shuttleOperator(6)">充电开关</button> |
| | | <button class="item" onclick="shuttleOperator(3)">复位</button> |
| | | <button class="item" onclick="shuttleOperator(12)">演示模式-开</button> |
| | | <button class="item" onclick="shuttleOperator(13)">演示模式-关</button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | setVal(tr.children("td").eq(11), table[i-1].statusErrorCode$); |
| | | setVal(tr.children("td").eq(12), suspendState); |
| | | setVal(tr.children("td").eq(13), table[i-1].lowerPower); |
| | | setVal(tr.children("td").eq(14), table[i-1].demo$); |
| | | } |
| | | } else if (res.code === 403){ |
| | | window.location.href = baseUrl+"/login"; |