935090232@qq.com
2021-10-25 1d8b7df974e1fbdacff7632b05bdc30d78a6a8c1
zq-erp/src/main/resources/static/js/function/vip.js
@@ -73,7 +73,6 @@
            $("#levelName").html(loj.getString(0, "vipLevel.levelName"));
            vipId = loj.getString(0, "id");
            updateHistory();
            if (isActive) {
                $(".isActive").removeAttr("disabled");
                isActive = false;
@@ -83,25 +82,7 @@
    }
}
/**
 * 更新最近查询客户
 */
function updateHistory() {
    $
        .AjaxProxy()
        .invoke(
            basePath + "/admin/showHistoryUser",
            function (loj) {
                var html = "";
                for (var i = 0; i < loj.getRowCount(); i++) {
                    html += "<li class='list-group-item'onclick='selectHistory(\""
                        + loj.getString(i, "phone")
                        + "\")' >"
                        + loj.getString(i, "vipName") + "</li>";
                }
                $("#historyList").html(html);
            });
}
/*
 * 点击切换最近查询用户
@@ -125,7 +106,7 @@
        title: "修改预约排班",
        maxmin: true,
        area: [MUI.SIZE_L, '500px'],
        content: [basePath + '/admin/projService/yypb?pageFlae=1&id=' + id]
        content: [basePath + '/admin/projService/yypb?pageFlae=2&id=' + id]
    }));
}