2025-03-27 15:05:14 +08:00

19 lines
894 B
Plaintext

<%@ Control Language="C#" CodeBehind="SALEOFF.ascx.cs" AutoEventWireup="true"
Inherits="SuperMap.RealEstate.HighWay.Storage.SALEOFF" %>
<%@ Register assembly="RealEstate.Web" namespace="SuperMap.RealEstate.Web.UI.WebControls" tagprefix="smwc" %>
<ul class="ListItem Col3">
<li>
<smwc:TextBoxEx ID="SALEOFF_ID" width="100%" runat="server" CaptionText="内码:" ValidType="Integer" ReadOnly="True" ></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="SALEOFF_CONTENT" width="100%" runat="server" CaptionText="促销内容:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="STARTDATE" width="100%" runat="server" CaptionText="开始时间:" ValidType="DateTime"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="ENDDATE" width="100%" runat="server" CaptionText="结束时间:" ValidType="DateTime"></smwc:TextBoxEx>
</li>
</ul>