username@email.com
2025-05-12 ae6e40362a745caef9ead36f81f38313fb8c2c66
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeckillBusinessEdit.aspx.cs" Inherits="CY.WebForm.Pages.business.SeckillBusinessEdit" %>
 
<!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 id="Head1" runat="server">
    <title>特价业务编辑</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
    <script src="../../js/business/SeckillBusiness.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 style='margin: 0; padding: 0;'>
    <form id="form1" runat="server" onsubmit="return false;" class='form2'>
    <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' />
    <div class='printTypeEdit'>
        <table>
            <tr>
                <td>
                    <strong>&#12288;印刷类型:</strong>
                </td>
                <td>
                    <span id='spnPrintType'></span>
                    <select id='selPrintTypes' class='Sreq firstfocus' runat="server" datatextfield="PrintName" datavaluefield="Keyid" keepdefaultstyle='true' onchange='printTypeChange(this)'>
                    </select>
                </td>
            </tr>
        </table>
    </div>
    <table class="table2">
        <thead>
            <tr>
                <th colspan="6">
                    基本信息
                </th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td class='col_third' title='每单印刷数量'>
                    每单数量:<input type="text" id='txtPrintCount' maxlength='50' class='req positiveint w130px' maxlength="8" title="每单数量需填写大于0的整数"/><input type="text" id='txtBusinessName' maxlength='50' class='w130px' style="display: none;" value="DM单"  />
                </td>
                <td class='col_third'>
                    总订单数:<input type="text" id='txtOrderCount' maxlength='50' class='req positiveint w130px' max="99" title="每单数量需填写大于0小于99的整数" />
                </td>
                <td class='col_third'>
                    特价价格:<input type="text" id='txtPrice' maxlength='50' class='req rechargemoney w130px' />
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan="2">
                    截止日期:<input type="text" id='txtEndTime' maxlength='50' class='date req w130px' datefmt="yyyy-MM-dd HH:mm" />
                </td>
                <td class='col_third'>
                    <div id="EditStatus">
                        需求状态:<select id='selState' runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
                    </div>
                </td>
            </tr>
            <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='txtContactPhone' maxlength='20' class='req w130px' />
                </td>
                <td class='col_third'>
                    &nbsp;&nbsp;联系QQ:<input type="text" id='txtQQ' maxlength='20' class='req qq w130px' />
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='3'>
                    订单规格:<textarea id='txtSpecifications' onblur='Restrict(this,500)' rows="2" cols="50" class='remark req' style='height: 30px; width: 84%;'></textarea>
                </td>
            </tr>
            <tr style="display: none;">
                <td class='col_third' colspan='2'>
                    备注信息:<textarea id='txtRemark' onblur='Restrict(this,200)' rows="2" cols="50" class='remark' style='height: 50px;'></textarea>
                </td>
                <td class='col_third'>
                </td>
            </tr>
            <tr style='display: none;' id='tr_sap'>
                <td class='col_third'>
                </td>
                <td class='col_third'>
                    <input type="checkbox" id='ckIsSaveAndPublish' value='1' checked="checked" /><label for='ckIsSaveAndPublish'>保存时发布</label>
                </td>
                <td class='col_third'>
                </td>
            </tr>
        </tbody>
        <tfoot>
            <tr>
                <td class="contentLeft" colspan='3'>
                    <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();" runat="server" />&nbsp;&nbsp;&nbsp;<input type="button" id='btnReset' value="重 置" onclick="ClearData();" />&nbsp;&nbsp;&nbsp;<input type="button" id='btnQuit' value="关 闭" onclick="CloseOpenWindow(window.Saved);" style='display<%=Request["isbackstage"]%>: none;' />
                </td>
            </tr>
        </tfoot>
    </table>
    </form>
</body>
</html>
<%--
 
业务编号    Keyid     
会员编号    MemberId     
印刷业务类型编号    PrintTypeId     
特价名称    BusinessName     
订单规格(详细)    Specifications     
总订单数    OrderCount     
每单印刷数量    PrintCount     
特价价格    Price     
剩余订单数    SurplusOrderCount     
联系人    Contacts 
联系电话    ContactPhone 
QQ            QQ 
发布时间    CreateTime 
截止日期    EndTime 
状态    State 
最后修改时间    LastUpdateTime 
操作人    Operator 
备注    Remark     
--%>