无关风月
2025-01-14 e6d027eb78f32fec9a9788976f694a85fa3b768a
ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tWithdrawal/tWithdrawal.js
@@ -167,19 +167,18 @@
/**
 * 查看
 */
TWithdrawal.detail = function () {
    if (this.check()) {
        var index = layer.open({
            type: 2,
            title: '查看详情',
            area: ['100%', '100%'], //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/withdrawal/tWithdrawal_detail/' + TWithdrawal.seItem.id
        });
        this.layerIndex = index;
    }
TWithdrawal.detail = function (id) {
    var index = layer.open({
        type: 2,
        title: '查看详情',
        area: ['100%', '100%'], //宽高
        fix: false, //不固定
        maxmin: true,
        content: Feng.ctxPath + '/withdrawal/tWithdrawal_update/' + id
    });
    this.layerIndex = index;
};
/**
 * 删除分公司管理
@@ -219,7 +218,14 @@
        });
    }
};
/**
 * 导出
 */
TWithdrawal.export = function () {
    window.location.href=Feng.ctxPath + "/withdrawal/excel?insertTime="+$("#insertTime").val()+
        "&driverName="+$("#driverName").val()+
        "&status="+$("#status").val();
};
/**
 * 查询分公司管理列表
 */