Переглянути джерело

给首页添加跳转网上办事大厅功能

个人信息提示西昌
临城职教中职
ndbs 2 роки тому
джерело
коміт
aed63616ac
6 змінених файлів з 22 додано та 4 видалено
  1. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/ResourceFile/Index.js
  2. BIN
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/wsbsdt.png
  3. +16
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault.cshtml
  4. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml
  5. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/IndexForDC.cshtml
  6. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Accommodation/AccommodationService.cs

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/ResourceFile/Index.js Переглянути файл

@@ -303,10 +303,12 @@ var bootstrap = function ($, learun) {
break;
case "myShare":
_url = "/LR_OAModule/ResourceFile/GetMyShareListJson";
$(".crumb-path").find('[data-folderid=allfile]').html('我的共享');
$("#lr-cancelshare").show();
break;
case "othersShare":
_url = "/LR_OAModule/ResourceFile/GetOthersShareListJson";
$(".crumb-path").find('[data-folderid=allfile]').html('他人共享');
//$gridTable.setGridParam().showCol("CreateUserName");
$("#lr-download").show();
break;


BIN
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/wsbsdt.png Переглянути файл

Перед Після
Ширина: 18  |  Висота: 18  |  Розмір: 2.0 KiB

+ 16
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault.cshtml Переглянути файл

@@ -3,6 +3,19 @@
Layout = "~/Views/Shared/_Admin.cshtml";
}
@Html.AppendCssFile("/Views/Home/AdminDefault/index.css")
<style>
.lr-im-bell2 {
width: 80px;
right: 123px;
display: flex;
justify-content: space-around;
align-items: center;
}
.lr-im-bell2 .point {
left: 23px;
right: auto;
}
</style>
<script>
function request(d) { for (var c = location.search.slice(1).split("&"), a = 0; a < c.length; a++) { var b = c[a].split("="); if (b[0] == d) if ("undefined" == unescape(b[1])) break; else return unescape(b[1]) } return "" };
</script>
@@ -45,6 +58,9 @@
<li><a href="javascript:void(0);" id="btn_studentleavezc"><i class="fa fa-tag"></i>中层请假归档 @ViewBag.UnfileLeaveZC 条</a></li>
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;共 @ViewBag.UnreadNum 条</li>
</ul>
<div style="display: inline-block; line-height: 18px; position: relative; top: -3px;" title="网上办事大厅">
<a href="/SSOSystem/DragModelOne" class="down downsso"><img src="~/Content/images/wsbsdt.png" /></a>
</div>
</div>

@* 即时通讯窗体 *@


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml Переглянути файл

@@ -713,7 +713,7 @@
@if (ViewBag.UserType == "学生")
{
<div class="lr-layout-wrap-item " id="lr_layout_item6" style="padding: 10;">
<center><h3> 西昌民族幼儿师范高等专科学校</h3></center>
<center><h3> 长阳土家族自治县职业教育中心</h3></center>
<center>
<h3>
选修课选课流程


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/IndexForDC.cshtml Переглянути файл

@@ -742,8 +742,8 @@
@if (ViewBag.UserType == "学生")
{
<div class="lr-layout-wrap-item " id="lr_layout_item6" style="padding: 10;">
<center><h3> 西昌民族幼儿师范高等专科学校</h3></center>
<center>
<center><h3> 长阳土家族自治县职业教育中心</h3></center>
<center>
<h3>
选修课选课流程
</h3>


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Accommodation/AccommodationService.cs Переглянути файл

@@ -737,7 +737,7 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
bedInfo.Dept = stuInfo.DeptNo;
bedInfo.Major = stuInfo.MajorNo;
bedInfo.Class = stuInfo.ClassNo;
bedInfo.Sex = stuInfo.GenderNo != null && stuInfo.GenderNo.Value ? "男" : "女";
bedInfo.Sex = Convert.ToString(stuInfo.GenderNo);
this.BaseRepository("CollegeMIS").Update(bedInfo);
return true;
}


Завантаження…
Відмінити
Зберегти