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

31 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" CodeBehind="REMARKS.ascx.cs" AutoEventWireup="true"
Inherits="SuperMap.RealEstate.Contract.Storage.REMARKS" %>
<%@ Register assembly="RealEstate.Web" namespace="SuperMap.RealEstate.Web.UI.WebControls" tagprefix="smwc" %>
<ul class="ListItem Col3">
<li>
<smwc:TextBoxEx ID="REMARKS_ID" width="100%" runat="server" CaptionText="备注说明内码:" ValidType="Integer" ReadOnly="True" ></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="TABLE_ID" width="100%" runat="server" CaptionText="数据表内码:" ValidType="Integer"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="TABLE_NAME" width="100%" runat="server" CaptionText="数据表名称:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="REMARKS_CONTENT" width="100%" runat="server" CaptionText="备注说明:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="STAFF_ID" width="100%" runat="server" CaptionText="操作人内码:" ValidType="Integer"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="STAFF_NAME" width="100%" runat="server" CaptionText="操作人名称:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="OPERATE_DATE" width="100%" runat="server" CaptionText="操作时间:" ValidType="Integer"></smwc:TextBoxEx>
</li>
<li>
<smwc:DropDownListEx ID="REMARKS_STATUS" width="100%" runat="server" CaptionText="有效状态0无效1有效:" ValidType="Integer" DisableSearch="true"><smwc:ListItemEx Value="1" Selected="True">有效</smwc:ListItemEx><smwc:ListItemEx Value="0">无效</smwc:ListItemEx></smwc:DropDownListEx>
</li>
</ul>