新增收支项目和结算账户功能

This commit is contained in:
季圣华
2016-11-26 23:22:59 -06:00
parent 55135acaaa
commit 2aaad2bc74
62 changed files with 2727 additions and 204 deletions

View File

@@ -12,35 +12,6 @@
<title>ERP系统</title>
<link href="<%=path%>/js/HoorayOS_mini/js/HoorayLibs/hooraylibs.css" rel="stylesheet" />
<link href="<%=path%>/js/HoorayOS_mini/img/ui/index.css" rel="stylesheet" />
<style type="text/css">
.newsTitle {
text-align: center;
color: red;
font-weight: bold;
font-size: 20px;
}
.newsContent {
padding-top: 10px;
color: red;
font-weight: bold;
height: 140px;
overflow: hidden;
line-height: 20px;
}
.newsFoot {
text-align: right;
color: red;
font-weight: bold;
}
.newsTime {
text-align: right;
color: red;
font-weight: bold;
}
</style>
</head>
<body>
<div class="loading"></div>
@@ -134,16 +105,6 @@
//加载桌面
HROS.base.init();
}
if ('@ViewData["News"].ToString()'.length > 0) {
$.messager.show({
title: '公 告',
msg: '最新公告',
timeout: 20000,
showType: 'slide',
width: 500,
height: 280
});
}
function JSGetCookie(Name) {
var search = Name + "="
if (document.cookie.length > 0) {