1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CreditLineLevelRuleDetail.aspx.cs" Inherits="CY.WebForm.Pages.sysglobal.CreditLineLevelRuleDetail" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>查看规则</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
        <div>
    <table class="tableStyle">
                <tr><td class="ali03 w100px">规则编号:</td><td><span runat="server" id="spnKeyid"></span></td></tr>
                <tr><td class="ali03 ">等级名称:</td><td><span runat="server" id="spnLevelName"></span></td></tr>
                <tr><td class="ali03 ">等级图标:</td><td> <img runat="server"  id="imgLevelIcon" width="100" height="100" /></td></tr>
                <tr><td class="ali03 ">晋升金额:</td><td><span runat="server" id="spnMaxScore"></span></td></tr>
                <tr><td class="ali03 ">下一规则:</td><td><span runat="server" id="spnNextLevelRule"></span></td></tr>
                <tr><td class="ali03 ">可用授信额度:</td><td><span runat="server" id="spnCredit"></span></td></tr>
                <tr><td class="ali03 ">返点比例:</td><td><span runat="server" id="spnRebateProportion"></span></td></tr>
                <tr><td class="ali03 ">最后修改时间:</td><td><span runat="server" id="spnLastUpdateTime"></span></td></tr>
                <tr><td class="ali03 ">操作人:</td><td><span runat="server" id="spnOperator"></span></td></tr>
                <tr style=" display:none;"><td class="ali03 ">备注:</td><td><label  runat="server"  id="lblRemark"></label></td></tr>
            </table>
</div>
    </form>
</body>
</html>