138 lines
5.8 KiB
Plaintext
138 lines
5.8 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="RECEIPTDOCUMENT.ascx.cs"
|
|
Inherits="SuperMap.RealEstate.HighWay.Compents.Document.RECEIPTDOCUMENT" %>
|
|
|
|
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
|
|
|
|
<style>
|
|
.TableBill td.tdbill .ControlBox_SingleLine input {
|
|
font-size: 18px;
|
|
min-height: 32px;
|
|
}
|
|
|
|
.veg-teacher {
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.veg-teacher li {
|
|
float: left;
|
|
width: 100px;
|
|
height: 100px;
|
|
font-size: 0;
|
|
margin-right: 15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.veg-teacher li img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
.veg-popup {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 100;
|
|
display: none;
|
|
}
|
|
|
|
.veg-popup .veg-shade {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000000;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.veg-popup .veg-img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
width: 75%;
|
|
height: 90%;
|
|
text-align: center;
|
|
}
|
|
|
|
.veg-popup .veg-img img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.ThreeStyle {
|
|
font-family: "宋体";
|
|
font-weight: bolder;
|
|
font-size: 17px;
|
|
}
|
|
</style>
|
|
|
|
<ul class="ListItem Col1">
|
|
<li style="text-align: center;">
|
|
<table border="0" cellpadding="0" class="TableBill" cellspacing="0" width="60%" align="center" style="table-layout: fixed;">
|
|
<tr>
|
|
<td colspan="6" style="text-align: center; font-size: x-large; line-height: 35px; text-align: center; height: 40px; font-family: '宋体'; font-weight: bolder;">甘肃华运高速公路服务区管理有限公司公文处理单<br />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border: 1px black solid; border-right: 0px; padding-left: 10px; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: left; height: 40px;" colspan="3">
|
|
<smwc:TextBoxEx ID="DOCUMENT_CODE" runat="server" Width="100%" CaptionText="收文编号:" AllowEmpty="false"></smwc:TextBoxEx>
|
|
</td>
|
|
<td style="border: 1px black solid; border-left: 0px; border-right: 0px; padding-left: 10px; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: left; height: 40px;" colspan="1"></td>
|
|
<td style="border: 1px black solid; padding-left: 10px; border-left: 0px; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: left; height: 40px;" colspan="2">
|
|
<smwc:TextBoxEx ID="READDATE" Width="100%" runat="server" CaptionText="收文时间:" ValidType="DateTime"></smwc:TextBoxEx>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border: 1px black solid; padding-left: 10px; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: left; height: 80px;" colspan="3">
|
|
<smwc:TextBoxEx ID="UINT_NAME" runat="server" Width="100%" CaptionText="来文机关:" ReadOnly="true"></smwc:TextBoxEx>
|
|
</td>
|
|
<td style="border: 1px black solid; padding-left: 10px; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: left; height: 80px;" colspan="3">
|
|
<smwc:TextBoxEx ID="I_DOCUMENT_CODE" Width="100%" runat="server" CaptionText="文件编号:" ReadOnly="true"></smwc:TextBoxEx>
|
|
<smwc:TextBoxEx ID="I_DOCUMENT_DATE" Width="100%" runat="server" CaptionText="发文时间:" ReadOnly="true" ValidType="DateTime"></smwc:TextBoxEx>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border: 1px black solid; padding-left: 10px; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: left; height: 60px;" colspan="6">
|
|
<smwc:DropDownListEx runat="server" ID="INITIATION_DOCUMENT_ID" Width="100%" CaptionText="文件标题:"
|
|
AllowEmpty="false" OnCallBackSetControl="INITIATION_DOCUMENT_ID_CallBackSetControl" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border: 1px black solid; padding-left: 10px; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: left; height: 60px;" colspan="6">
|
|
<smwc:TextBoxEx ID="DOCUMENT_ENCLOSURE" runat="server" Width="100%" CaptionText="附 件:" ReadOnly="true"></smwc:TextBoxEx>
|
|
</td>
|
|
</tr>
|
|
<%-- <tr>
|
|
<td style="text-align: right; height: 40px;" colspan="5">
|
|
<asp:Button ID="BtnSave" CssClass="ButtonSave" CausesValidation="false" runat="server"
|
|
Text="保存" OnClick="BtnSave_Click" Visible="false" />
|
|
</td>
|
|
</tr>--%>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<ul style="display: none;">
|
|
<li>
|
|
<smwc:TextBoxEx ID="RECEIPTDOCUMENT_ID" Width="100%" runat="server" CaptionText="项目内码:" />
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="PROINST_ID" Width="100%" runat="server" CaptionText="内码:" ReadOnly="True"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="STAFF_ID" Width="100%" runat="server" CaptionText="操作人内码:" />
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="STAFF_UINT" Width="100%" runat="server" CaptionText="收文单位:"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="STAFF_NAME" Width="100%" runat="server" CaptionText="收文人:"></smwc:TextBoxEx>
|
|
</li>
|
|
</ul>
|