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

76 lines
4.2 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="ATTACHMENT.ascx.cs" AutoEventWireup="true"
Inherits="SuperMap.RealEstate.HighWay.Modules.ProinstCompact.ATTACHMENT" %>
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
<div id="queue">
<div id="text" runat="server" style="display: none;">
<div>
<asp:Label ID="Label1" runat="server" ForeColor="Red" Text="注上传文件大小小于4M。" Font-Size="Larger"></asp:Label>
</div>
<div>
<asp:Label ID="Label2" runat="server" ForeColor="Red" Text="询价合同:上传询价过程纪要。" Font-Size="Larger"></asp:Label>
</div>
<div>
<asp:Label ID="Label3" runat="server" ForeColor="Red" Text="竞争性谈判合同:上传公司批复、竞争性谈判会议纪要。" Font-Size="Larger"></asp:Label>
</div>
<div>
<asp:Label ID="Label4" runat="server" ForeColor="Red" Text="招标合同:上传公司批复、招标过程纪要、中标通知书。" Font-Size="Larger"></asp:Label>
</div>
</div>
<div id="trade" runat="server" style="display: none;">
<div>
<asp:Label ID="Label5" runat="server" ForeColor="Red" Text="注:展销方案须作为附件上传。" Font-Size="Larger"></asp:Label>
</div>
<div>
<asp:Label ID="Label6" runat="server" ForeColor="Red" Text="内容包括但不限于展销名称、具体展位情况、往期情况、展销时间、合作模式、" Font-Size="Larger"></asp:Label>
</div>
<div>
<asp:Label ID="Label7" runat="server" ForeColor="Red" Text="具体商务条件及依据、合作商具体信息、相关证照、初拟合同、现场效果图。" Font-Size="Larger"></asp:Label>
</div>
</div>
<asp:Button ID="Fresh" runat="server" Text="刷新" OnClick="Fresh_Click" Visible="false" />
</div>
<input id="file_uploadEnd" name="file_uploadEnd" type="file" multiple="true" >
<input type="hidden" value="<%=this.PROINST_ID.Text %>" id="hidden_proinst_id_reg" />
<script type="text/javascript" src="/HighWay/Resources/v1_0/uploadify/jquery.uploadify.min.js"></script>
<script type="text/javascript" src="/HighWay/Resources/v1_0/uploadify/upload.js?T=1"></script>
<input type="hidden" value="<%=this.CallBackButton1.ClientID %>" id="hidden_proinst_id_button" />
<div style="display: none;">
<asp:Button ID="CallBackButton1" runat="server" CausesValidation="false" Text="保存" CssClass="ButtonNew" OnClick="CallBackButton1_Click" />
</div>
<ul class="ListItem" style="margin-top: 20px;" id="filecollection_Content">
<asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="Repeater1_ItemDataBound">
<ItemTemplate>
<li>
<asp:LinkButton ID="LinkButton" runat="server" OnClick="LinkButton_Click"
CssClass="ButtonNew margin100"><span>测试文本</span></asp:LinkButton>
<asp:LinkButton ID="DelButton" runat="server" OnClick="DelButton_Click"></asp:LinkButton>
</li>
</ItemTemplate>
</asp:Repeater>
</ul>
<ul style="display: none;">
<li>
<smwc:TextBoxEx ID="ATTACHMENT_ID" Width="100%" runat="server" CaptionText="内码:" ValidType="Integer" ReadOnly="True"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="ATTACHMENT_CONTENT" Width="100%" runat="server" CaptionText="附件内容:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="ATTACHMENT_NAME" Width="100%" runat="server" CaptionText="附件名称:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="ATTACHMENT_DESC" Width="100%" runat="server" CaptionText="附件说明:" TextMode="MultiLine" Rows="4"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="CREATEDATE" Width="100%" runat="server" CaptionText="上传日期:" ValidType="DateTime"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="PROINST_ID" Width="100%" runat="server" CaptionText="流程内码:" ValidType="Integer"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="PRESONNAME" Width="100%" runat="server" CaptionText="上传人:"></smwc:TextBoxEx>
</li>
</ul>