apzl_leasing/WebContent/AppMain/Welcome/BusinessNotices.jsp
2018-06-03 22:26:41 +08:00

17 lines
932 B
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.

<%@ page language="java" contentType="text/html; charset=GBK" %>
<%@ include file="/IncludeBegin.jsp"%>
<html>
<head>
<title>业务通知</title>
<link rel="stylesheet" href="<%=sWebRootPath%>/AppMain/resources/css/notice.css">
</head>
<body>
<div class="container">
<a href="javascript:void(0)" hidefocus>1、2013/12/12 测试业务放行通知XXX公司BP2013102000<span class="icon_new">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></a>
<a href="javascript:void(0)" hidefocus>2、2013/12/11 测试业务笔数超限合同审核待挑选任务超过20笔<span class="icon_new">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></a>
<a href="javascript:void(0)" hidefocus>3、2013/12/10 测试业务笔数超限放款审核阶段待处理业务笔数过20笔<span class="icon_new">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></a>
<a href="javascript:void(0)" hidefocus>4、2013/12/10 测试业务放行通过XXX有限公司BP2014052000</a>
</div>
</body>
</html>
<%@ include file="/IncludeEnd.jsp"%>