xuhy
2025-09-06 2a5e8e6208b26cf7600eb97ff2f3a05924966711
ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/report/tDriverIncomeTable.js
@@ -31,6 +31,19 @@
 * 查询车辆品牌管理列表
 */
DriverIncomelData.search = function () {
    // 统计
    var ajax = new $ax(Feng.ctxPath + "/report/queryDriverIncomeDataSum", function (data) {
        // 将金额设置进label文本
        $("#totalOrderCount").text(data.totalOrderCount);
        $("#totalPayMoney").text(data.totalPayMoney);
        $("#totalIncome").text(data.totalIncome);
        $("#totalPlatformMoney").text(data.totalPlatformMoney);
    }, function (data) {
    });
    ajax.set("driverName",$("#driverName").val());
    ajax.set("time",$("#time").val());
    ajax.set("companyId",$("#company").val());
    ajax.start();
    var queryData = {};
    queryData['driverName'] = $("#driverName").val();
    queryData['time'] = $("#time").val();
@@ -61,5 +74,19 @@
        type: 1,
        time: rangeDate
    })
    console.log("统计统计统计统计统计统计统计")
    // 统计
    var ajax = new $ax(Feng.ctxPath + "/report/queryDriverIncomeDataSum", function (data) {
        // 将金额设置进label文本
        $("#totalOrderCount").text(data.totalOrderCount);
        $("#totalPayMoney").text(data.totalPayMoney);
        $("#totalIncome").text(data.totalIncome);
        $("#totalPlatformMoney").text(data.totalPlatformMoney);
    }, function (data) {
    });
    ajax.set("driverName",$("#driverName").val());
    ajax.set("time",$("#time").val());
    ajax.set("companyId",$("#company").val());
    ajax.start();
    DriverIncomelData.table = table.init();
});