⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 htbasq_sld.asp

📁 OFFICE办公自动化
💻 ASP
字号:
<%
'OA 表单生成器1.0
'功能:查看合同备案受理
'参数:request("id")=int #记录ID
%>

<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->

<%
'response.buffer=false
'------------------------------------------------设置参数
LoginID=trim(Session("LoginID")) : if LoginID="" then LoginID=0 '当前用户ID
pid=request("id") '记录ID
'------------------------------------------------
'------------------------------------------------取记录
'取要查看的记录 (返回rs对象)
table="tbioaHtbasq" '表名
set rs=Server.CreateObject("ADODB.RecordSet")
sql="select * from " & table & " where ID="&pid
rs.open sql,oConn,1,1
'------------------------------------------------
%>


<HTML>

<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="../css/main.css" type=text/css>
<TITLE>合同备案受理单</TITLE>
</HEAD>

<BODY TOPMARGIN="10" LEFTMARGIN="10">
<div class="noprint">
<table border="0" cellspacing='0' cellpadding='4' width="100%" class="noprint" style="border-bottom: 1 dotted #808080">
  <tr>
    <td nowrap>
      <img src="../images/icon_title.gif" align="absMiddle"> <b>户外广告登记(变更登记)审核表</b>
    </td>
    <td width="85" nowrap>
      <object id="WebBrowser" width=0 height=0 classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" > </object>
      <img src="../images/PageSetup.gif" align="absMiddle"> <a href="#" onClick="document.all.WebBrowser.ExecWB(8,1);return false">
        页面设置</a>
    </td>
    <td width="85" nowrap>
      <img src="../images/print.gif" align="absMiddle"> <a href="#" onClick="document.all.WebBrowser.ExecWB(7,1);return false">
        打印预览</a>
    </td>
    <td width="85" nowrap>
      <img src="../images/icon_close.gif" align="absMiddle"> <a href="javascript:window.close()">
        关闭窗口</a>
    </td>
  </tr>
</table>
<br>
提交单位:<%=HtmlOut(GetTableValue("tbioaDepartment","Name","id",rs("area")))%> &nbsp;
提交人:<%=HtmlOut(GetUserName(rs("userid")))%> &nbsp;
提交时间:<%=rs("sdate")%> &nbsp;
状态:<%=GetAdMod(rs("smod"))%>
</div>

<div align="center" style="font-size: 16px; line-height: 30px">
  <p><b>广安市武胜县工商行政管理局(或所)<BR>
  合同格式条款备案<%if rs("sllb")=1 then response.write "(修改)"%>受理单</b></p>
</div>
<div align="right" style="font-size: 14px; line-height: 25px">
	————工商合同备案字第<%=HtmlOut(rs("bh"))%>号
</div>
<div style="font-size: 14px; line-height: 25px">
  <%=HtmlOut(rs("qymc"))%>(备案单位):<br>
  <%if rs("sllb")=1 then%>
  	你单位于<%=formatdatetime(rs("slsj"),1)%>将修改后的《<%=HtmlOut(rs("htmc"))%>》合同格式条款向本局(或所)申请备案,现本局(或所)已经受理。
  <%else%>
  	你单位拟定的《<%=HtmlOut(rs("htmc"))%>》合同格式条款于<%=formatdatetime(rs("slsj"),1)%>向本局(或所)申请备案,现本局(或所)已经受理。
  <%end if%>
</div>
<br><br><br><br><br>
<div align="right" style="font-size: 14px; line-height: 25px">
	(公章) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br>
	<%=formatdatetime(date,1)%>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</div>
<br><br><br><br><br><br>
<div style="font-size: 14px; line-height: 25px">
	注:未经同意,不得在合同文本中印制备案号及“已经工商局(或所)备案”等字样。本备案也不作为判定格式条款是否符合有关规定的依据。
</div>
</BODY>

</HTML>

<%'释放对象变量
rs.close
oConn.close
%> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -