username@email.com
2025-05-14 99ddfbcecf0fa2881eb3a91028257eef87dab6de
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GraphicDesignerFast.aspx.cs" Inherits="CY.WebForm.Pages.sysInquiry.GraphicDesignerFast" %>
 
<!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 type="text/javascript">
        $(
            function () {
                parent.iframeHeight('Ifr2');
                parent.parent.iframeHeight('frmrightChild');   
            }
        );
    </script>
</head>
<body>
    <form id="form1" runat="server">
        <div id="scrollContent">
            <table class="table2">
             <tr>
            <td align="left"><span style="color:Red"><%=GetFastSetMsg(34)%></span></td>
            <td style="width: 50px;">
                   <asp:Button ID="btnSave" Text="保存" runat="server" CssClass="Btn" OnClick="btnSave_Click" OnClientClick="showWait();"/>
            </td>
            </tr>
            </table>
            <asp:Repeater ID="RepGraphicDesignerFastList" runat="server">
                <HeaderTemplate>
                    <table class="tableStyle" useMultColor="true" id="tbGraphicDesignerList">
                        <tr>
                            <th>设计类别</th>
                            <th>文字书版</th>
                            <th>图文书版</th>
                            <th>画册</th>
                            <th>DM单</th>
                            <th>海报</th>
                            <th>LOGO</th>
                            <th>Vi识别手册</th>
                        </tr>
                </HeaderTemplate>
                <ItemTemplate>
                    <tr>
                    <td><asp:Label ID="lblPriceType" Text='<%#Eval("PriceType")%>' runat="server"></asp:Label></td>
                    <td><asp:TextBox id="txtPrice53" Text='<%#GetDecimalStr(Eval("Price53"))%>'  runat="server" CssClass="validateFloat" style="width:60px"/></asp:TextBox></td>
                    <td><asp:TextBox id="txtPrice54" Text='<%#GetDecimalStr(Eval("Price54"))%>'  runat="server" CssClass="validateFloat" style="width:60px"></asp:TextBox></td>
                    <td><asp:TextBox id="txtPrice55" Text='<%#GetDecimalStr(Eval("Price55"))%>'  runat="server" CssClass="validateFloat" style="width:60px"/></asp:TextBox></td>
                    <td><asp:TextBox id="txtPrice56" Text='<%#GetDecimalStr(Eval("Price56"))%>'  runat="server" CssClass="validateFloat" style="width:60px"></asp:TextBox></td>
                    <td><asp:TextBox id="txtPrice57" Text='<%#GetDecimalStr(Eval("Price57"))%>'  runat="server" CssClass="validateFloat" style="width:60px"></asp:TextBox></td>
                    <td><asp:TextBox id="txtPrice58" Text='<%#GetDecimalStr(Eval("Price58"))%>'  runat="server" CssClass="validateFloat" style="width:60px"></asp:TextBox></td>
                    <td><asp:TextBox id="txtPrice59" Text='<%#GetDecimalStr(Eval("Price59"))%>'  runat="server" CssClass="validateFloat" style="width:60px"></asp:TextBox></td>
                    </tr>
                </ItemTemplate>
                <FooterTemplate>
                    </table>
                </FooterTemplate>
            </asp:Repeater>
        </div>
    </form>
</body>
</html>