17 lines
932 B
Plaintext
17 lines
932 B
Plaintext
<%@ 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"> </span></a>
|
||
<a href="javascript:void(0)" hidefocus>2、2013/12/11 测试业务笔数超限:合同审核待挑选任务超过20笔<span class="icon_new"> </span></a>
|
||
<a href="javascript:void(0)" hidefocus>3、2013/12/10 测试业务笔数超限:放款审核阶段待处理业务笔数过20笔<span class="icon_new"> </span></a>
|
||
<a href="javascript:void(0)" hidefocus>4、2013/12/10 测试业务放行通过:XXX有限公司(BP2014052000)</a>
|
||
</div>
|
||
</body>
|
||
</html>
|
||
<%@ include file="/IncludeEnd.jsp"%> |