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

📄 discountdo.asp

📁 财务管理系统 报账等基本功能实现 有完整的实现
💻 ASP
字号:
<!--#include file="../conndb.asp"-->
<html>
<head>
<title>固定资产计提折旧</title>
</head>
<body>
<%
  Dim aid
  aid = Request.QueryString("aid")
  '更新此固定资产折旧标志
  sql = "Update AssetsInfo Set IsDiscount=1 Where AId='" & aid & "'"
  Set rs = Conn.Execute(sql)
  Response.Write "<h3>固定资产成功计提折旧</h3>"
  Set rs = Nothing
%>
</body>
<script language="javascript">
  // 刷新父级窗口,延迟此关闭
  opener.location.reload();
  setTimeout("window.close()",600);
</script>
</html>

⌨️ 快捷键说明

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