无关风月
2025-09-04 26dda54fd5fee791e5469df0c37bdba5797a80d7
ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tIncome/balance.js
@@ -45,7 +45,6 @@
 * 打开查看专车订单详情
 */
TIncome.orderDetail = function (value) {
    if (this.check()) {
        var index = layer.open({
            type: 2,
            title: '专车订单详情',
@@ -55,7 +54,6 @@
            content: Feng.ctxPath + '/tOrderPrivateCar/tOrderPrivateCar_orderDetailByOrderNumber/' + value
        });
        this.layerIndex = index;
    }
};
/**
 * 点击添加
@@ -121,7 +119,6 @@
TIncome.resetSearch = function () {
    $("#insertTime").val("");
    $("#handleType").val("");
    $("#id").val("");
    TIncome.search();
};
$(function () {