<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AdhesivePaperPrice.aspx.cs" Inherits="CY.WebForm.Pages.sysInquiry.AdhesivePaperPrice" %>
|
|
<!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 id="scrollContent" style="width:600px; margin:0px auto">
|
<table>
|
<tr>
|
<td align="left"><span style="color:Red"><%=GetFastSetMsg(20)%></span></td>
|
</tr>
|
</table>
|
<table class="tableStyle">
|
<tr>
|
<td class="ali03" style=" width:38%;">每平方米不干胶纸张单价:</td><td><input type="text" id="txtPrice" class="validateFloat" value="0" runat="server" />元</td>
|
</tr>
|
<tr>
|
<td ></td><td><asp:Button ID="btnSave" Text="保存" runat="server" CssClass="Btn" OnClick="btnSave_Click" OnClientClick="showWait();"/></td>
|
</tr>
|
</table>
|
</div>
|
</form>
|
</body>
|
</html>
|