999
zhangc
2025-04-21 3c3ec87a6ac907d375f2fb78f0882ab9f30a1533
src/main/webapp/static/js/basShuttle/basShuttle.js
@@ -101,11 +101,19 @@
                showUpdateCharge();
                break;
            case 'shuttleGather':
                shuttleNos = []
                checkStatus.map(function (d) {
                    shuttleNos.push(d.shuttleNo)
                })
                admin.confirm('确定集合全部小车吗?', {shadeClose: true}, function(){
                    $.ajax({
                        url: baseUrl+"/openapi/shuttleGather",
                        headers: {'token': localStorage.getItem('token')},
                        dataType:'json',
                        data: JSON.stringify({
                            shuttleNos: shuttleNos
                        }),
                        contentType:'application/json;charset=UTF-8',
                        method: 'POST',
                        success: function (res) {