diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypasswordandnotice/modifypasswordandnotice.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypasswordandnotice/modifypasswordandnotice.html
index a111c93c9..8a55e45b5 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypasswordandnotice/modifypasswordandnotice.html
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypasswordandnotice/modifypasswordandnotice.html
@@ -1,4 +1,4 @@
-<
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js
index a580dac62..d1c2c0959 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js
@@ -14,7 +14,7 @@
$('.welBox').css('display', 'none').eq(ind).fadeIn()
})
//增加联系人
- $page.find('.welAdd i').on('tap', function () {
+ $page.find('.welAdd').on('tap', function () {
var FamilyHtml = '
';
+
$('#StuInfoFreshEmergePeople').append(html);
- });
-}
+ });
+ }
+$('.Telephone').on('blur',function(item){
+var reg = new RegExp("^[0-9]*$")
+ if(!reg.test($(".Telephone").val())){
+
+ $(".Telephone").val("")
+ $('.Telephone').attr('placeholder',"手机号只能为数字");
+ learun.layer.loading(true, '手机号只能为数字');
+ setTimeout(function(){
+ learun.layer.loading(false);
+ },1000)
+
+
+
+ }
+
+
+})
+
+ $('.Telephone2').on('blur',function(item){
+ var reg = new RegExp(/^\d{3}-\d{7,8}|\d{4}-\d{7,8}$/)
+ if(!reg.test($(".Telephone2").val())){
+
+ $(".Telephone2").val("")
+ $('.Telephone2').attr('placeholder',"座机号只能为数字");
+ learun.layer.loading(true, '座机号只能为数字');
+ setTimeout(function(){
+ learun.layer.loading(false);
+ },1000)
+
+ }
+
+})
page.bind($page);
learun.layer.loading(false);
@@ -239,8 +278,11 @@
});
+
+
//保存
$page.find('.saveBtn').on('tap', function () {
+
var postdata = {
ID: $('#ID').val(),
RegionNo: $('#RegionNo').val(),
@@ -260,7 +302,8 @@
learun.layer.loading(false);
if (data) {
learun.layer.toast('保存成功');
- location.reload();
+ learun.nav.closeCurrent();
+ learun.nav.go({ path: 'notice2', title: '新生入校流程', type: 'right' });
}
});
@@ -329,6 +372,7 @@
var list = new Array();
$.each($('#StuInfoFreshEmergePeople').children('.welCon'), function (i, item) {
var o = $(item).children(".welConForm").serializeObject();
+ o.Relation = $(item).find('[name="Relation"]').lrpickerGet();
list.push(o);
});
return list;
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/modulelist/modulelist.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/modulelist/modulelist.js
index 0483b89f1..9021a2ec8 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/modulelist/modulelist.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/modulelist/modulelist.js
@@ -1,4 +1,4 @@
-(function () {
+(function () {
var page = {
isScroll: true,
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace.html
index 9bf901e5d..25ed5dc14 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace.html
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace.html
@@ -113,7 +113,7 @@
$desktop.append(_html);
chartMap[_item.F_Id] = echarts.init(document.getElementById(_item.F_Id));
- // 获取后台数据
+ // // 获取后台数据
learun.httpget(config.webapi + "learun/adms/desktop/data", { type: 'chart', id: _item.F_Id }, function (data) {
if (data) {
var type = $('#' + data.Id).attr('data-desktop');
@@ -226,7 +226,7 @@
}
if (learun.storage.get('isUpdStu') === true) {
learun.storage.set('isUpdStu',null);
- learun.nav.go({ path: 'login/IdCardLogin', title: '身份证登录', type: 'right' });
+ learun.nav.go({ path: 'welcome', title: '完善信息', type: 'right' });
//learun.nav.go({ path: 'my/modifypassword', isBack: false, isHead: true, title:'修改密码' });
}
var _html = '';
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace/workspace.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace/workspace.html
index 75c7f5d56..1a0bd88ac 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace/workspace.html
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace/workspace.html
@@ -1,4 +1,4 @@
-
+
+
+
+
+
+
+
+
+
+
+
最近使用
+
+ @{
+ Random rd = new Random();
+ foreach (ModuleEntity item in ViewBag.OffenusedAll)
+ {
+ -
+
+ @item.F_FullName
+
+
+ }
+ }
+
+
+
+ @*
+
服务角色
+
+ - 全部
+ - 校领导
+ - 游客
+ - 教师
+ - 学生
+
+
+
*@
+
+ @{
+ var searchModule = ViewBag.SearchModule as List
;
+
+
+ A-D (@searchModule.Where(x=>"abcd".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "abcd".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ E-H (@searchModule.Where(x => "efgh".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "efgh".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ I-L (@searchModule.Where(x => "ijkl".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "ijkl".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ M-P (@searchModule.Where(x => "mnop".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "mnop".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ Q-T (@searchModule.Where(x => "qrst".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "qrst".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ U-X (@searchModule.Where(x => "uvwx".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "uvwx".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ Y-Z (@searchModule.Where(x => "yz".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "yz".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
+
+
+
可用应用
+
+
+
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
可用应用
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
数据看板
+
+
+
+
+
办公事项
+
+
+
+
+
学校公文
+
+
+
+
+
专业总览
+
+
+
+
+
常用链接
+
+
+
+
+
常用服务
+
+
+
+
+
校园总览
+
+
+
+
+
宣传报道
+
+
+
+
+
办公邮件
+
+
+
+
+
通知公告
+
+
+
+
+
智慧教育
+
+
+
+
+
专题推荐
+
+
+
+
+
办公业务流量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
待办任务
+
+
+
+
+
+
+
我发起的
+
+
+
+
+
+
+
未读消息
+
+
+
+
+
+
+
+
+
+
任务
+
+
+
+
消息
+
+
+
+
+
+
+
+ -
+ @ViewBag.TaskTotalNum
+ 待办任务
+
+ -
+ @ViewBag.MyListTotalNum
+ 我发起的
+
+ -
+ @ViewBag.FinishTaskTotalNum
+ 已办任务
+
+
+
+
+
+ @{
+ var TaskListIEnumerable = ViewBag.TaskList as IEnumerable
;
+ if (TaskListIEnumerable.Any())
+ {
+ foreach (NWFProcessEntity item in ViewBag.TaskList)
+ {
+
+
@item.F_TaskName [@item.F_SchemeName]
+
@item.F_CreateDate
+
+
+ }
+ }
+ else
+ {
+
+ }
+ }
+
+
+
+ @{
+ var MyListIEnumerable = ViewBag.MyList as IEnumerable
;
+ if (MyListIEnumerable.Any())
+ {
+ foreach (NWFProcessEntity item in ViewBag.MyList)
+ {
+
+
@item.F_TaskName [@item.F_SchemeName]
+
@item.F_CreateDate
+
+
+ }
+ }
+ else
+ {
+
+ }
+ }
+
+
+
+ @{
+ var FinishTaskListIEnumerable = ViewBag.FinishTaskList as IEnumerable
;
+ if (FinishTaskListIEnumerable.Any())
+ {
+ foreach (NWFProcessEntity item in ViewBag.FinishTaskList)
+ {
+
+
@item.F_TaskName [@item.F_SchemeName]
+
@item.F_CreateDate
+
+
+ }
+ }
+ else
+ {
+
+ }
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
桌面设置
+
共 0/3 个自建桌面
+
+ @foreach (SSO_Drag_DesktopManageEntity item in ViewBag.DesktopList)
+ {
+
+
+
+
@item.DesktopName@(item.DefaultFlag == "1" ? "(默认桌面)" : "")
+
+
+ 8/8
+
+
+
+
+
@(item.DefaultFlag == "1" ? "确认恢复默认设置?" : "确认删除该桌面?")
+
+
+
+
+
+
+
+
+ }
+
+ @if (DesktopList.Count() < 5)
+ {
+
+
+
+
+
保存该桌面?
+
+
+
+
+
+
+
+
+ }
+
完成
+
+
+
+
+
+
+
+
+
+
+
+
建议使用360或谷歌浏览器
+
+
+
+
+
+
+
+
+
+
+@**@
+
+
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelThree.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelThree.cshtml
new file mode 100644
index 000000000..585de09ec
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelThree.cshtml
@@ -0,0 +1,709 @@
+@using Learun.Application.OA
+@using Learun.Application.Base.SystemModule
+@using Learun.Application.TwoDevelopment.EducationalAdministration
+@using Learun.Application.TwoDevelopment.Permission
+@using Learun.Application.WorkFlow
+@using Learun.Util
+@using Learun.Application.TwoDevelopment.LR_Desktop
+
+
+@{
+ ViewBag.Title = "网上办事大厅拖拽版";
+ Layout = "~/Views/SSOSystem/_LayoutSSODrag.cshtml";
+}
+
+
+
+
+
+
+
+
+
+
最近使用
+
+ @{
+ Random rd = new Random();
+ foreach (ModuleEntity item in ViewBag.OffenusedAll)
+ {
+ -
+
+ @item.F_FullName
+
+
+ }
+ }
+
+
+
+ @*
+
服务角色
+
+ - 全部
+ - 校领导
+ - 游客
+ - 教师
+ - 学生
+
+
+
*@
+
+ @{
+ var searchModule = ViewBag.SearchModule as List
;
+
+
+ A-D (@searchModule.Where(x => "abcd".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "abcd".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ E-H (@searchModule.Where(x => "efgh".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "efgh".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ I-L (@searchModule.Where(x => "ijkl".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "ijkl".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ M-P (@searchModule.Where(x => "mnop".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "mnop".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ Q-T (@searchModule.Where(x => "qrst".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "qrst".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ U-X (@searchModule.Where(x => "uvwx".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "uvwx".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ Y-Z (@searchModule.Where(x => "yz".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "yz".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
+
+
+
可用应用
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
可用应用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
建议使用360或谷歌浏览器
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelTwo.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelTwo.cshtml
new file mode 100644
index 000000000..1da5c8c0d
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelTwo.cshtml
@@ -0,0 +1,1613 @@
+@using Learun.Application.OA
+@using Learun.Application.Base.SystemModule
+@using Learun.Application.TwoDevelopment.EducationalAdministration
+@using Learun.Application.TwoDevelopment.Permission
+@using Learun.Application.WorkFlow
+@using Learun.Util
+@using Learun.Application.TwoDevelopment.LR_Desktop
+
+
+@{
+ ViewBag.Title = "网上办事大厅拖拽版";
+ Layout = "~/Views/SSOSystem/_LayoutSSODrag.cshtml";
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
最近使用
+
+ @{
+ Random rd = new Random();
+ foreach (ModuleEntity item in ViewBag.OffenusedAll)
+ {
+ -
+
+ @item.F_FullName
+
+
+ }
+ }
+
+
+
+ @*
+
服务角色
+
+ - 全部
+ - 校领导
+ - 游客
+ - 教师
+ - 学生
+
+
+
*@
+
+ @{
+ var searchModule = ViewBag.SearchModule as List
;
+
+
+ A-D (@searchModule.Where(x => "abcd".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "abcd".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ E-H (@searchModule.Where(x => "efgh".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "efgh".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ I-L (@searchModule.Where(x => "ijkl".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "ijkl".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ M-P (@searchModule.Where(x => "mnop".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "mnop".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ Q-T (@searchModule.Where(x => "qrst".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "qrst".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ U-X (@searchModule.Where(x => "uvwx".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "uvwx".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+
+ Y-Z (@searchModule.Where(x => "yz".Contains(x.FirstLetter)).Count())
+
+
+ @{
+ foreach (var item in searchModule.Where(x => "yz".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter))
+ {
+
+ }
+ }
+
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
+
+
+
可用应用
+
+
+
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
可用应用
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
数据看板
+
+
+
+
+
办公事项
+
+
+
+
+
学校公文
+
+
+
+
+
专业总览
+
+
+
+
+
常用链接
+
+
+
+
+
常用服务
+
+
+
+
+
校园总览
+
+
+
+
+
宣传报道
+
+
+
+
+
办公邮件
+
+
+
+
+
通知公告
+
+
+
+
+
智慧教育
+
+
+
+
+
专题推荐
+
+
+
+
+
办公业务流量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
网站设置
+
+
+
+
+
+
+
用户管理
+
+
+
+
+
+
+
权限分配
+
+
+
+
+
+
+
+
+ 网站设置
+
+
+ 用户管理
+
+
+ 权限分配
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
桌面设置
+
共 0/3 个自建桌面
+
+ @foreach (SSO_Drag_DesktopManageEntity item in ViewBag.DesktopList)
+ {
+
+
+
+
@item.DesktopName@(item.DefaultFlag == "1" ? "(默认桌面)" : "")
+
+
+ 8/8
+
+
+
+
+
@(item.DefaultFlag == "1" ? "确认恢复默认设置?" : "确认删除该桌面?")
+
+
+
+
+
+
+
+
+ }
+
+ @if (DesktopList.Count() < 5)
+ {
+
+
+
+
+
保存该桌面?
+
+
+
+
+
+
+
+
+ }
+
完成
+
+
+
+
+
+
+
+
+
+
+
+
建议使用360或谷歌浏览器
+
+
+
+
+
+
+
+
+
+
+
+@**@
+
+
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml
new file mode 100644
index 000000000..560890c46
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml
@@ -0,0 +1,1177 @@
+@using Learun.Util
+
+
+
+
+
+
+
+
+
+
网上办事大厅拖拽版
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 网上办事大厅
+
+
+
+
+
数字化智慧校园
+
+
+
+
+
+ @{
+ var loginInfo = LoginUserInfo.Get();
+ }
+ @if (loginInfo == null)
+ {
+ @*
登录*@
+
登录
+ }
+ else
+ {
+
登录
+ }
+
+
+
+ @*
+
+
*@
+
+
+
+
+
+
皮肤
+
+
+
+
+
蓝
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
红
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
绿
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
服务角色
+
+ - 全部
+ - 校领导
+ - 游客
+ - 教师
+ - 学生
+
+
+
+
+
+ A-D (0)
+
+
+
+
+ E-H (0)
+
+
+
+
+ I-L (0)
+
+
+
+
+ M-P (0)
+
+
+
+
+ Q-T (0)
+
+
+
+
+ U-X (0)
+
+
+
+
+ Y-Z (0)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
+
+
+
可用应用
+
+
+
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
可用应用
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
数据看板
+
+
+
+
+
办公事项
+
+
+
+
+
学校公文
+
+
+
+
+
专业总览
+
+
+
+
+
常用链接
+
+
+
+
+
常用服务
+
+
+
+
+
校园总览
+
+
+
+
+
宣传报道
+
+
+
+
+
办公邮件
+
+
+
+
+
通知公告
+
+
+
+
+
智慧教育
+
+
+
+
+
专题推荐
+
+
+
+
+
办公业务流量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
待办任务
+
+
+
+
+
+
+
我发起的
+
+
+
+
+
+
+
未读消息
+
+
+
+
+
+
+
+
+
+
任务
+
+
+
+
消息
+
+
+
+
+
+
+
+ -
+ 0
+ 待办任务
+
+ -
+ 0
+ 我发起的
+
+ -
+ 0
+ 已办任务
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
桌面设置
+
共 0/3 个自建桌面
+
+
+
+
+
教师桌面(默认桌面)
+
+
+ 8/8
+
+
+
+
+
确认恢复默认设置?
+
+
+
+
+
+
+
+
+
+
+
+
OA桌面(默认桌面)
+
+
+ 8/8
+
+
+
+
+
确认恢复默认设置?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
保存该桌面?
+
+
+
+
+
+
+
+
+
完成
+
+
+
+
+
+
+
+
+
+
+
+
建议使用360或谷歌浏览器
+
+
+
+
+
+
+
+
+
+
+ @**@
+ @**@
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoWxLogin.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoWxLogin.cshtml
new file mode 100644
index 000000000..daecc1bfc
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoWxLogin.cshtml
@@ -0,0 +1,1184 @@
+@using Learun.Util
+
+
+
+
+
+
+
+
+
+
网上办事大厅拖拽版
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 网上办事大厅
+
+
+
+
+
数字化智慧校园
+
+
+
+
+
+ @{
+ var loginInfo = LoginUserInfo.Get();
+ }
+ @if (loginInfo == null)
+ {
+ @*
登录*@
+
登录
+ }
+ else
+ {
+
登录
+ }
+
+
+
+ @*
+
+
*@
+
+
+
+
+
+
皮肤
+
+
+
+
+
蓝
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
红
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
绿
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
服务角色
+
+ - 全部
+ - 校领导
+ - 游客
+ - 教师
+ - 学生
+
+
+
+
+
+ A-D (0)
+
+
+
+
+ E-H (0)
+
+
+
+
+ I-L (0)
+
+
+
+
+ M-P (0)
+
+
+
+
+ Q-T (0)
+
+
+
+
+ U-X (0)
+
+
+
+
+ Y-Z (0)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
+
+
+
可用应用
+
+
+
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
我的收藏
+
+
+
+
可用应用
+
+
+
+
可用卡片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
数据看板
+
+
+
+
+
办公事项
+
+
+
+
+
学校公文
+
+
+
+
+
专业总览
+
+
+
+
+
常用链接
+
+
+
+
+
常用服务
+
+
+
+
+
校园总览
+
+
+
+
+
宣传报道
+
+
+
+
+
办公邮件
+
+
+
+
+
通知公告
+
+
+
+
+
智慧教育
+
+
+
+
+
专题推荐
+
+
+
+
+
办公业务流量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
待办任务
+
+
+
+
+
+
+
我发起的
+
+
+
+
+
+
+
未读消息
+
+
+
+
+
+
+
+
+
+
任务
+
+
+
+
消息
+
+
+
+
+
+
+
+ -
+ 0
+ 待办任务
+
+ -
+ 0
+ 我发起的
+
+ -
+ 0
+ 已办任务
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
桌面设置
+
共 0/3 个自建桌面
+
+
+
+
+
教师桌面(默认桌面)
+
+
+ 8/8
+
+
+
+
+
确认恢复默认设置?
+
+
+
+
+
+
+
+
+
+
+
+
OA桌面(默认桌面)
+
+
+ 8/8
+
+
+
+
+
确认恢复默认设置?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
保存该桌面?
+
+
+
+
+
+
+
+
+
完成
+
+
+
+
+
+
+
+
+
+
+
+
建议使用360或谷歌浏览器
+
+
+
+
+
+
+
+
+
+
+ @**@
+ @**@
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/_LayoutSSODrag.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/_LayoutSSODrag.cshtml
new file mode 100644
index 000000000..539f88590
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/_LayoutSSODrag.cshtml
@@ -0,0 +1,155 @@
+@using Learun.Util
+
+
+
+
+
+
+
+
+
+
网上办事大厅拖拽版
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @{
+ var logininfo = LoginUserInfo.Get();
+ if (logininfo == null)
+ {
+ logininfo = new UserInfo();
+ }
+ }
+
+
+ 网上办事大厅
+
+
+
+
+
数字化智慧校园
+
+
+
+
+
+
+
+
+
@logininfo.realName
+
+
+
+
+
工号 @logininfo.account
+
@logininfo.departmentName @logininfo.roleName
+
+
+
+
+
+
+
皮肤
+
+
+
+
+
蓝
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
红
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
绿
+
选用皮肤
+
+
+ 使用中
+
+
+
+
+
+
+
+
+
+
+
+
+ @RenderBody()
+ @Html.AppendJsFile(
+ "/Views/LR_Content/script/lr-base.js",
+ "/Views/LR_Content/script/lr-clientdata.js",
+ "/Views/LR_Content/script/lr-ajax.js"
+ )
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config
index 489b3b61f..ca0d018a1 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config
@@ -19,6 +19,8 @@
+
+