username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeckillInfoEdit.aspx.cs" Inherits="CY.WebForm.Pages.business.SeckillInfoEdit" %>
 
<!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" />
    <script src="../../js/business/SeckillInfo.js" type="text/javascript"></script>
    <link href="../../Styles/ParticularWQJ.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        .w130px { width: 130px; }
    </style>
</head>
<body>
    <form id="form1" runat="server" class='form2' onsubmit="return false;">
    <input type="hidden" id="txtModeldata" value='<%=Request.RequestContext.RouteData.DataTokens["jmodel"] %>' />
    <input type="hidden" id='txtKeyid' runat="server" /><input type="hidden" id='txtSurplusOrderCount' value='0' />
    <table class="table2" width="100%">
        <thead>
            <tr>
                <th colspan="2">
                    基本信息
                </th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td class='col_third'>
                    &#12288;联系人:<input type="text" id='txtContacts' maxlength='50' class="req  w130px" />
                </td>
                <td class='col_third'>
                    截止日期:<input type="text" id='txtEndTime' maxlength='50' class='req date w130px' title='截止日期必须大于当前日期' datefmt="yyyy-MM-dd HH:mm" />
                    <div id='div_date'>
                    </div>
                </td>
            </tr>
            <tr>
                <td class='col_third'>
                    &nbsp;&nbsp;联系QQ:<input type="text" id='txtQQ' maxlength='20' class='req qq w130px' />
                </td>
                <td class='col_third'>
                    联系电话:<input type="text" id='txtContactPhone' maxlength='20' class='req w130px' />
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='2'>
                    特价内容:<textarea id='txtBusinessContent' onblur='Restrict(this,80)' rows="2" cols="50" class='remark req' style='height: 50px;' title='该项长度不能超过80<br/>(长度:中文字符=2,英文字符=1)' maxlength="500"></textarea>
                </td>
            </tr>
            <tr style="display: none;" id="stateTr">
                <td class='col_third' colspan='2'>
                    信息状态:<select id='selState' runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
                    <%--信息名称:<input type="text" id='txtBusinessInfoName' maxlength='50' />
                    备注信息:<textarea id='txtRemark' onblur='Restrict(this,200)' rows="2" cols="50" class='remark' style='height: 50px;' title='该项长度不能超过200<br/>(长度:中文字符=2,英文字符=1)'></textarea>--%>
                </td>
            </tr>
            <tr id='tr_sap' style='display: none;'>
                <td class='col_third'>
                </td>
                <td class='col_third'>
                    <span title='选中该项时信息保存后将为已发布状态'>
                        <input type="checkbox" id='ckIsSaveAndPublish' value='1' checked="checked" /><label for='ckIsSaveAndPublish'>保存时发布</label>
                    </span>
                </td>
            </tr>
        </tbody>
        <tfoot>
            <tr>
                <td class="contentLeft" colspan='2'>
                    <input name="Target" value='SaveInfo' type="hidden" />
                    <input name="RequestParams" id='txtSubmitData' value='' type="hidden" />
                    &#12288;&#12288;&#12288;&#12288;&#12288;<input name="txtBillMode" type="hidden" id="txtBillMode" value="0" />
                    <input type="button" id="btnSave" value="保 存" onclick="Save();return false;" runat="server" />&nbsp;&nbsp;&nbsp;<input type="button" value="重 置" id='btnReset' onclick="ClearData();" />&nbsp;&nbsp;&nbsp;<input type="button" value="关 闭" id='btnQuit' onclick="CloseOpenWindow(window.Saved);" style='display<%=Request["isbackstage"]%>: none;' />
                </td>
            </tr>
        </tfoot>
    </table>
    </form>
</body>
</html>