diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.html index b46fee571..e3d11fd70 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.html @@ -17,11 +17,13 @@
专业
班级
教室
+
学号
+
寝室号
-
+
辅导员姓名
辅导员电话
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.js index 555a73aad..78bd195f3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.js @@ -12,6 +12,10 @@ learun.layer.loading(true, '获取数据中'); learun.httpget(config.webapi + "StuInfoFresh/stuInfoFreshEntity", userinfo.baseinfo.account, (data) => { if (data) { + //辅导员 + $('.sQrText span').eq(0).html(data.StuInfoFreshEntity.ClassTutorName != null ? data.StuInfoFreshEntity.ClassTutorName.slice(0, 1) + "老师" : ""); + $('.sQrText span').eq(1).html(data.StuInfoFreshEntity.ClassTutorMobile); + //判断是否显示报到二维码:未确认报到,且已完善信息,且缴费三有一; var entity = data["StuInfoFreshEntity"]; if (entity.RegisterStatus == "1") { @@ -29,11 +33,14 @@ return false; } if (entity.PayFeeStatus != "1" && entity.StudentLoanStatus != "1" && entity.OnsitePayFeeStatus != "1") { - learun.layer.loading(false); - learun.layer.confirm('新生未缴费,无法报到!', function (_index) { - learun.nav.closeCurrent(); - }, '智慧校园提示', ['确定']); - return false; + if(!entity.StudentLoanBLStatus) + { + learun.layer.loading(false); + learun.layer.confirm('新生未缴费且未设置贷款状态,无法报到!', function (_index) { + learun.nav.closeCurrent(); + }, '智慧校园提示', ['确定']); + return false; + } } //学生 @@ -42,12 +49,12 @@ $('.sQrList strong').eq(2).html(data.StuInfoFreshEntity.MajorNo); $('.sQrList strong').eq(3).html(data.StuInfoFreshEntity.ClassNo); $('.sQrList strong').eq(4).html(data.StuInfoFreshEntity.DefaultClassRoomName); + $('.sQrList strong').eq(5).html(data.StuInfoFreshEntity.StuNo); + $('.sQrList strong').eq(6).html(data.StuInfoFreshEntity.DormitoryName); //班主任 - $('.sQrText span').eq(0).html(data.StuInfoFreshEntity.ClassDiredctorName != null ? data.StuInfoFreshEntity.ClassDiredctorName.slice(0, 1) + "老师" : ""); - $('.sQrText span').eq(1).html(data.StuInfoFreshEntity.ClassDiredctorMobile); - //辅导员 - $('.sQrText span').eq(2).html(data.StuInfoFreshEntity.ClassTutorName != null ? data.StuInfoFreshEntity.ClassTutorName.slice(0, 1) + "老师" : ""); - $('.sQrText span').eq(3).html(data.StuInfoFreshEntity.ClassTutorMobile); + // $('.sQrText span').eq(0).html(data.StuInfoFreshEntity.ClassDiredctorName != null ? data.StuInfoFreshEntity.ClassDiredctorName.slice(0, 1) + "老师" : ""); + // $('.sQrText span').eq(1).html(data.StuInfoFreshEntity.ClassDiredctorMobile); + //二维码 learun.code.encode({ id: 'lr_mycode_qrcode', text: data.StuInfoFreshEntity.StuNo }); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.html index 48b742e7c..366b2d5bf 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.html @@ -1,11 +1,16 @@ -
+
-
-
+
+ +
+ 办理贷款状态 + +
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.js index a07fb1e1d..1e4ad60e8 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.js @@ -1,4 +1,4 @@ -(function () { +(function () { var page = { isScroll: false, init: function ($page) { @@ -9,7 +9,8 @@ for (var id in data) { if (id == "StuInfoFreshEntity") { $page.find("#ID").val(data[id].ID); - $page.find("#StudentLoan").val(data[id].StudentLoan); + $page.find("#StudentLoanBLStatus").lrpickerSet(data[id].StudentLoanBLStatus); + //$page.find("#StudentLoan").val(data[id].StudentLoan); if (data[id].StudentLoanStatus == "1") { learun.layer.loading(false); learun.layer.confirm('新生助学贷款已审核!', function (_index) { @@ -28,17 +29,23 @@ $page.find('#saveBtn').on('tap', function () { var postdata = { ID: $('#ID').val(), - StudentLoan: $('#StudentLoan').val(), - StudentLoanStatus: "0" + // StudentLoan: $('#StudentLoan').val(), + StudentLoan: '', + StudentLoanStatus: "0", + StudentLoanBLStatus:$("#StudentLoanBLStatus").lrpickerGet() }; - if ($('#StudentLoan').val().trim() != null && $('#StudentLoan').val().trim() != "" && $('#StudentLoan').val().trim() != undefined) { - postdata.StudentLoanStatus = "1"; - } + // if ($('#StudentLoan').val().trim() != null && $('#StudentLoan').val().trim() != "" && $('#StudentLoan').val().trim() != undefined) { + // postdata.StudentLoanStatus = "1"; + // } + if ($('#StudentLoanBLStatus').lrpickerGet().trim() != null && $('#StudentLoanBLStatus').lrpickerGet().trim() != "" && $('#StudentLoanBLStatus').lrpickerGet().trim() != undefined) { + postdata.StudentLoanBLStatus = "2"; + } learun.httpget(config.webapi + "StuInfoFresh/saveLoan", postdata, (data) => { if (data) { learun.layer.toast('保存成功'); setTimeout(function () { learun.nav.closeCurrent(); + learun.nav.go({ path: '/EducationalAdministration/StuInfoFresh/RegisterQRCode', title: '生成报到二维码', isBack: true, isHead: true, param: {}, type: 'right' }); }, 2000); } }); @@ -47,7 +54,11 @@ }, bind: function ($page) { - + $page.find('#StudentLoanBLStatus').lrpickerex({ + code: 'StudentLoanBLStatus', + type:'dataItem' + }); + } }; diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/login/IdCardLogin/IdCardLogin.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/login/IdCardLogin/IdCardLogin.js index 5c155699d..23b7d9a92 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/login/IdCardLogin/IdCardLogin.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/login/IdCardLogin/IdCardLogin.js @@ -41,7 +41,7 @@ var up = false; if (account === "") { learun.layer.warning('身份证号不能为空!', function () { }, '提示', '关闭'); - }else if(account.length<=6){ + }else if(account.length<=8){ learun.layer.warning('身份证号输入有误!', function () { }, '提示', '关闭'); } else if (password === "") { learun.layer.warning('密码不能为空!', function () { }, '提示', '关闭'); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypassword/modifypassword.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypassword/modifypassword.html index 8d46e259d..2f2b38a1a 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypassword/modifypassword.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/modifypassword/modifypassword.html @@ -1,4 +1,4 @@ -<
+
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/notice/notice.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice/notice.html index 0299d65aa..02ef97191 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice/notice.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice/notice.html @@ -21,10 +21,10 @@ 班级:
- 辅导员: + 辅导员:
- 电话: + 电话:
宿舍: diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice/notice.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice/notice.js index c989d93cd..9574e05a9 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice/notice.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice/notice.js @@ -16,8 +16,8 @@ $('#DeptNo').html(entity.DeptNo); $('#MajorNo').html(entity.MajorNo); $('#ClassNo').html(entity.ClassNo); - $('#ClassTutorName').html(entity.ClassTutorName); - $('#ClassTutorMobile').html(entity.ClassTutorMobile); + $('#ClassDiredctorName').html(entity.ClassDiredctorName); + $('#ClassDiredctorMobile').html(entity.ClassDiredctorMobile); $('#PayFeeStatus').html(entity.PayFeeStatus == "1" ? "已缴费" : "未缴费"); $('#CollectFileStatus').html(entity.CollectFileStatus == "1" ? "已提交" : "未提交"); $('#GetKeyStatus').html(entity.GetKeyStatus == "1" ? "已领取" : "未领取"); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.html index c46ad1698..927576b07 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.html @@ -3,7 +3,7 @@
-
2020
+
2021
新生入校流程
@@ -24,7 +24,7 @@
线上缴费 - ( 已缴费、未缴费 ) + (地址:http://onlinepay.xcmzyz.com/)
未完成
@@ -32,18 +32,18 @@
助学贷款 - ( 填写贷款回执码 ) + ( 选择办理贷款状态 )
未完成
-
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.js index ec11bc7c0..b0e8a2b96 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/notice2/notice2.js @@ -24,16 +24,16 @@ } else { notCompleteStyle("#PayFeeStatus", "images/enter2-2.png"); } - if (data["StuInfoFreshEntity"].StudentLoanStatus == "1") { + if (data["StuInfoFreshEntity"].StudentLoanBLStatus) { completeStyle("#StudentLoan", "images/enter1-3.png"); } else { notCompleteStyle("#StudentLoan", "images/enter2-3.png"); } - if (data["StuInfoFreshEntity"].OnsitePayFeeStatus == "1") { - completeStyle("#OnsitePayFeeStatus", "images/enter1-4.png"); - } else { - notCompleteStyle("#OnsitePayFeeStatus", "images/enter2-4.png"); - } + // if (data["StuInfoFreshEntity"].OnsitePayFeeStatus == "1") { + // completeStyle("#OnsitePayFeeStatus", "images/enter1-4.png"); + // } else { + // notCompleteStyle("#OnsitePayFeeStatus", "images/enter2-4.png"); + // } if (data["StuInfoFreshEntity"].RegisterStatus == "1") { completeStyle("#RegisterStatus", "images/enter1-5.png"); } else { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.css index 821273699..ce30c3eb5 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.css +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.css @@ -1,3 +1,9 @@ + + + .red{ + color: red; + } + .welcome { height: 100%; overflow: auto; @@ -47,8 +53,10 @@ /* padding: 0px 12px 20px; */ } .welbox2{ - padding: 0px 12px 0px; + padding: 0px 20px 0px; background-color: #fff; + position: relative; + } .welBox.active { display: block; @@ -60,14 +68,19 @@ font-size: 16px; line-height: 26px; } - +.welT span{ + font-weight: 400; + font-size: 12px; + line-height: 26px; +} .welT2 { height: 46px; line-height: 46px; font-size: 16px; margin: 0 -12px; padding: 0 12px; - background-color: #EFF2F3; + font-weight: 800; + } .welT i { @@ -92,6 +105,8 @@ font-size: 14px; margin-top: 8px; line-height: 0; + border-bottom: 1px solid #EFF2F3; + padding-bottom: 5px; } .welText div { @@ -162,18 +177,22 @@ .welInput .lr-picker { line-height: 30px; } +.welUrgent{ + position: relative; +} .welCon { margin-top: 18px; - position: relative; + margin: 0 -12px; } .welDel { - background: #EFF2F3; + text-align: right; padding: 5px 12px 10px; - text-align: right; + } + .welDel i,.welAdd i { text-align: center; width: 26px; @@ -183,12 +202,13 @@ border-radius: 3px; background: #ffff; color: #0C86D8; + margin-right:10px; } .welAdd{ - background: #EFF2F3; - margin: 0 -12px; - padding: 5px 12px; + + position: absolute; + bottom: 12px; font-size: 14px; color: #0C86D8; } @@ -215,7 +235,8 @@ } .welImgAdd { - width: 225px; + + height:300px; margin: 60px auto; border: 1px solid #0C86D8; border-radius: 6px; @@ -225,6 +246,7 @@ .welImgAdd img { width: 100%; + height: 100%; } /* #PhotoImg { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html index 7f851cd28..705ab3014 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html @@ -10,8 +10,8 @@
-
基本信息
-
下次请使用学号和密码登录
+
基本信息(下次请使用学号和密码登录)
+
学号
@@ -80,9 +80,9 @@
3 . 文件大小165320KB以下
-
+
@@ -102,7 +102,8 @@
联系电话 - +
紧急联系人
@@ -118,7 +119,9 @@
手机号码 - +
座机号码 @@ -128,14 +131,24 @@ 联系地址
-
+
+ 联系地址 + +
+ + +
+
-
添加紧急联系人
+
-
+
@@ -143,21 +156,21 @@
开户银行 -
+
银行卡号
- 开 户 行 + 开 户 行
-
+
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 = '
' + '
' + '姓名' + @@ -118,6 +118,12 @@ data) => { //console.log('datadata',data); if (data) { + if(!data['StuInfoFreshEntity']) + { + learun.layer.loading(false); + learun.layer.toast('未查询到新生数据,请确认是否为新生。'); + return; + } //基本信息 for (var id in data['StuInfoFreshEntity']) { var dom = $('#' + id)[0]; @@ -212,24 +218,57 @@ '
' + '
' + '手机号码' + - '' + '
' + '
' + '座机号码' + - '' + '
' + '
' + '联系地址' + '' + '
' + - '
' + + //'
' + '
'; + $('#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 @@ - + + + + +
+ + + + + + +
+
+
+
+ + +
+
我的收藏
+
+
+
+ + +
+
可用应用
+
+
+
+ + +
+
可用卡片
+
+
+
+
+ +
+
+
+ + 我的收藏 +
+
+ + 可用应用 +
+
+ + 可用卡片 +
+
+
+
+
+ + + + + + +
+
+ + + + +
    + +
    +
    + + + + +
    +
    +
    + + 数据看板 + +
    +
    + + 办公事项 + +
    +
    + + 学校公文 + +
    +
    + + 专业总览 + +
    +
    + + 常用链接 + +
    +
    + + 常用服务 + +
    +
    + + 校园总览 + +
    +
    + + 宣传报道 + +
    +
    + + 办公邮件 + +
    +
    + + 通知公告 + +
    +
    + + 智慧教育 + +
    +
    + + 专题推荐 + +
    +
    + + 办公业务流量 + +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    待办任务
    +
    +
    +
    + + +
    +
    我发起的
    +
    +
    +
    + + +
    +
    未读消息
    +
    +
    +
    +
    + +
    +
    +
    + + 任务 +
    +
    + + 消息 +
    +
    +
    +
    +
    +
    +
      +
    • + @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 + { +
    +
    +
    暂时没有数据
    +
    + } + } + +
    +
    +
    +
    +
    +
    +
    暂时没有数据
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    + @foreach (SSO_Drag_DesktopManageEntity desktopItem in ViewBag.DesktopList) + { +
    +
    @desktopItem.DesktopName
    +
    +
    + } +
    + @{ + var DesktopList = ViewBag.DesktopList as IEnumerable; + if (DesktopList.Count() < 5) + { +
    + +
    +
    + } + } +
    + +
    +
    +
    + @foreach (SSO_Drag_DesktopManageEntity desktopItem in ViewBag.DesktopList) + { +
    + @if (string.IsNullOrEmpty(desktopItem.CardSort)) + { + + } + else + { + if (desktopItem.CardSort.IndexOf(',') == -1) + { + switch (desktopItem.CardSort) + { + case "card1": + + break; + case "card2": + + break; + case "card3": + + break; + case "card4": + + break; + case "card5": + + break; + case "card6": + + break; + case "card7": + + break; + case "card8": + + break; + case "card9": + + break; + case "card10": + + break; + case "card11": + + break; + case "card12": + + break; + case "card13": + + break; + default: + break; + } + } + else + { + foreach (var item in desktopItem.CardSort.Split(',')) + { + switch (item) + { + case "card1": + + break; + case "card2": + + break; + case "card3": + + break; + case "card4": + + break; + case "card5": + + break; + case "card6": + + break; + case "card7": + + break; + case "card8": + + break; + case "card9": + + break; + case "card10": + + break; + case "card11": + + break; + case "card12": + + break; + case "card13": + + break; + default: + break; + } + } + } + } + +
    + + } + +
    +
    +
    +
    + + +
    +
    +
    + +
    桌面设置
    +
    0/3 个自建桌面
    +
    + @foreach (SSO_Drag_DesktopManageEntity item in ViewBag.DesktopList) + { +
    + +
    +
    @item.DesktopName@(item.DefaultFlag == "1" ? "(默认桌面)" : "")
    +
    + + 8/8 +
    +
    + +
    + @(item.DefaultFlag == "1" ? "确认恢复默认设置?" : "确认删除该桌面?") +
    + +
    +
    + +
    +
    +
    + } +
    + @if (DesktopList.Count() < 5) + { +
    + +
    +
    新建桌面
    +
    + + 8/8 +
    +
    +
    + 保存该桌面? +
    + +
    +
    + +
    +
    +
    + } +
    完成
    +
    +
    + + +
    +
    +
    + +
    +
    + +
    + + + + +@**@ + + + 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"; +} + + + + + +
    + + + + +
    +
    +
    +
    + + +
    +
    我的收藏
    +
    +
    +
    + + +
    +
    可用应用
    +
    +
    +
    +
    + +
    +
    +
    + + 我的收藏 +
    +
    + + 可用应用 +
    +
    +
    +
    +
    + + + + + + +
    +
    + + + + +
      + +
      +
      +
      +
      + + +
      +
      +
      +
      +
      +
      +
      + 专业总览 + +
      +
      +
      +
      +
      班级总数
      +
      @ViewBag.ClassInfoTotalNum
      +
      +
      +
      专业学生
      +
      @ViewBag.StuInfoTotalNum
      +
      +
      +
      专业教室
      +
      @ViewBag.ClassRoomTotalNum
      +
      +
      +
      +
      +
      +
      +
      + 学生总览 + +
      +
      +
      +
      在校学生总数 @ViewBag.StuInfoTotalNum
      +
      +
      + 男 @ViewBag.StuInfoTotalNumOfMan
      +
      +
      +
      +
      + 女 @(ViewBag.StuInfoTotalNum - ViewBag.StuInfoTotalNumOfMan)
      +
      +
      +
      +
      +
      +
      学生成绩预警
      +
      @ViewBag.StuScoreWarnTotalNum 人
      +
      + +
      +
      +
      +
      + 学生到课率预警20% +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + 80%~100% +
      +
      + 60%~80% +
      +
      + 0%~60% +
      +
      +
      +
      +
      +
      +
      学生逃课预警
      +
      +
      +
      +
      +
      + 80%~100% +
      +
      + 60%~80% +
      +
      + 0%~60% +
      +
      +
      +
      +
      +
      +
      +
      +
      + 校园总览 + +
      +
      +
      +
      + + 专业总数 +
      +
      @ViewBag.MajorTotalNum
      +
      +
      +
      + + 班级总数 +
      +
      @ViewBag.ClassInfoTotalNum
      +
      +
      +
      + + 在校学生 +
      +
      @ViewBag.StuInfoTotalNum
      +
      +
      +
      + + 在校教师 +
      +
      @ViewBag.TeacherTotalNum
      +
      +
      +
      + + 在用教室 +
      +
      @ViewBag.ClassRoomTotalNum
      +
      +
      +
      + + 课程总数 +
      +
      @ViewBag.LessonTotalNum
      +
      +
      +
      +
      +
      +
      +
      + 教师总览 + +
      +
      +
      +
      教师总数 @ViewBag.TeacherTotalNum
      +
      +
      + 男 @ViewBag.TeacherTotalNumOfMan
      +
      +
      +
      +
      + 女 @(ViewBag.TeacherTotalNum - ViewBag.TeacherTotalNumOfMan)
      +
      +
      +
      +
      +
      +
      教师年龄
      比例
      +
      +
      +
      +
      教师学历比例
      +
      +
      +
      +
      +
      教师编制比例
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      在编教师
      +
      @ViewBag.TeacherTotalNumOfBianNei
      +
      +
      +
      +
      非在编教师
      +
      @(ViewBag.TeacherTotalNum - ViewBag.TeacherTotalNumOfBianNei)
      +
      +
      +
      +
      +
      + +
      +
      +
      +
      +
      +
      + 课程总览 + +
      +
      +
      +
      + +
      +
      课程建设总数
      +
      @ViewBag.LessonTotalNum
      +
      +
      +
      + +
      +
      本学期开课总数
      +
      @ViewBag.OpenLessonTotalNum
      +
      +
      +
      + +
      +
      课程运行预警
      +
      @ViewBag.OpenLessonTotalNum
      +
      +
      +
      +
      +
      课程分类
      + @*
      + +
      *@ +
      +
      +
      +
      +
      +
      +
      + + +
      +
      +
      + +
      +
      + +
      + + + + + + 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"; +} + + + + + + + +
      + + + + + + +
      +
      +
      +
      + + +
      +
      我的收藏
      +
      +
      +
      + + +
      +
      可用应用
      +
      +
      +
      + + +
      +
      可用卡片
      +
      +
      +
      +
      + +
      +
      +
      + + 我的收藏 +
      +
      + + 可用应用 +
      +
      + + 可用卡片 +
      +
      +
      +
      +
      + + + + + + +
      +
      + + + + +
        + +
        +
        + + + + +
        +
        +
        + + 数据看板 + +
        +
        + + 办公事项 + +
        +
        + + 学校公文 + +
        +
        + + 专业总览 + +
        +
        + + 常用链接 + +
        +
        + + 常用服务 + +
        +
        + + 校园总览 + +
        +
        + + 宣传报道 + +
        +
        + + 办公邮件 + +
        +
        + + 通知公告 + +
        +
        + + 智慧教育 + +
        +
        + + 专题推荐 + +
        +
        + + 办公业务流量 + +
        +
        +
        + + +
        +
        +
        +
        + + +
        +
        +
        +
        + + +
        +
        网站设置
        +
        +
        +
        + + +
        +
        用户管理
        +
        +
        +
        + + +
        +
        权限分配
        +
        +
        +
        +
        + +
        +
        +
        + 网站设置 +
        +
        + 用户管理 +
        +
        + 权限分配 +
        +
        +
        +
        + +
        +
        +
        +
        暂时没有数据
        +
        +
        +
        +
        +
        +
        暂时没有数据
        +
        +
        +
        +
        +
        + + +
        +
        +
        +
        +
        + @foreach (SSO_Drag_DesktopManageEntity desktopItem in ViewBag.DesktopList) + { +
        +
        @desktopItem.DesktopName
        +
        +
        + } +
        + @{ + var DesktopList = ViewBag.DesktopList as IEnumerable; + if (DesktopList.Count() < 5) + { +
        + +
        +
        + } + } +
        + +
        +
        +
        + @foreach (SSO_Drag_DesktopManageEntity desktopItem in ViewBag.DesktopList) + { +
        + @if (string.IsNullOrEmpty(desktopItem.CardSort)) + { + + } + else + { + if (desktopItem.CardSort.IndexOf(',') == -1) + { + switch (desktopItem.CardSort) + { + case "card1": + + break; + case "card2": + + break; + case "card3": + + break; + case "card4": + + break; + case "card5": + + break; + case "card6": + + break; + case "card7": + + break; + case "card8": + + break; + case "card9": + + break; + case "card10": + + break; + case "card11": + + break; + case "card12": + + break; + case "card13": + + break; + default: + break; + } + } + else + { + foreach (var item in desktopItem.CardSort.Split(',')) + { + switch (item) + { + case "card1": + + break; + case "card2": + + break; + case "card3": + + break; + case "card4": + + break; + case "card5": + + break; + case "card6": + + break; + case "card7": + + break; + case "card8": + + break; + case "card9": + + break; + case "card10": + + break; + case "card11": + + break; + case "card12": + + break; + case "card13": + + break; + default: + break; + } + } + } + } + +
        + + } + +
        +
        +
        +
        + + +
        +
        +
        + +
        桌面设置
        +
        0/3 个自建桌面
        +
        + @foreach (SSO_Drag_DesktopManageEntity item in ViewBag.DesktopList) + { +
        + +
        +
        @item.DesktopName@(item.DefaultFlag == "1" ? "(默认桌面)" : "")
        +
        + + 8/8 +
        +
        + +
        + @(item.DefaultFlag == "1" ? "确认恢复默认设置?" : "确认删除该桌面?") +
        + +
        +
        + +
        +
        +
        + } +
        + @if (DesktopList.Count() < 5) + { +
        + +
        +
        新建桌面
        +
        + + 8/8 +
        +
        +
        + 保存该桌面? +
        + +
        +
        + +
        +
        +
        + } +
        完成
        +
        +
        + + +
        +
        +
        + +
        +
        + +
        + + + + + +@**@ + + + 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 + { + 登录 + } + + +
        + @*
        +
        +
        王明
        +
        +
        +
        退出
        +
        +
        +
        +
        +
        +
        工号 123456
        +
        教务部 主任
        +
        *@ + +
        +
        + +
        +
        皮肤
        +
        +
        +
        + +
        +
        选用皮肤
        +
        + + 使用中 +
        +
        +
        +
        +
        + +
        +
        选用皮肤
        +
        + + 使用中 +
        +
        +
        +
        +
        + +
        绿
        +
        选用皮肤
        +
        + + 使用中 +
        +
        +
        +
        +
        +
        +
        +
        + + 飞星下载 +
        + +
        +
        +
        + + +
        + + + + +
        +
        +
        +
        + + +
        +
        我的收藏
        +
        +
        +
        + + +
        +
        可用应用
        +
        +
        +
        + + +
        +
        可用卡片
        +
        +
        +
        +
        + +
        +
        +
        + + 我的收藏 +
        +
        + + 可用应用 +
        +
        + + 可用卡片 +
        +
        +
        +
        +
        + + + + +
          + +
          +
          + + + + +
            + +
            +
            + + + + +
            +
            +
            + + 数据看板 + +
            +
            + + 办公事项 + +
            +
            + + 学校公文 + +
            +
            + + 专业总览 + +
            +
            + + 常用链接 + +
            +
            + + 常用服务 + +
            +
            + + 校园总览 + +
            +
            + + 宣传报道 + +
            +
            + + 办公邮件 + +
            +
            + + 通知公告 + +
            +
            + + 智慧教育 + +
            +
            + + 专题推荐 + +
            +
            + + 办公业务流量 + +
            +
            +
            + + +
            +
            +
            +
            + + +
            +
            +
            +
            + + +
            +
            待办任务
            +
            +
            +
            + + +
            +
            我发起的
            +
            +
            +
            + + +
            +
            未读消息
            +
            +
            +
            +
            + +
            +
            +
            + + 任务 +
            +
            + + 消息 +
            +
            +
            +
            +
            +
            +
              +
            • + 0 + 待办任务 +
            • +
            • + 0 + 我发起的 +
            • +
            • + 0 + 已办任务 +
            • +
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            + + +
            +
            +
            +
            +
            +
            +
            教师桌面
            +
            +
            +
            +
            OA办公桌面
            +
            +
            +
            +
            + +
            +
            +
            + +
            +
            +
            +
            +
            +
            +
            + 数据看板 + +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 办公事项 + +
            +
            +
            +
              +
            • +
              + +
              + 待办任务 + 0 +
            • +
            • +
              + +
              + 已办任务 +
            • +
            • +
              + +
              + 我发起的 +
            • +
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            +
            +
            + 学校公文 + 10 + +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 专业总览 + +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 常用链接 + +
            +
            +
            +
              +
            • +
              + +
              + 系统直通 + 0 +
            • +
            • +
              + +
              + 系统链接 +
            • +
            • +
              + +
              + 网站链接 +
            • +
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            +
            +
            + 常用服务 + +
            +
            +
            +
              +
            • +
              + +
              + 校级服务 + 0 +
            • +
            • +
              + +
              + 人事微服务 + 0 +
            • +
            • +
              + +
              + 教育微服务 + 0 +
            • +
            • +
              + 公共微服务 + 0 +
            • +
            • +
              + 研究生微服务 + 0 +
            • +
            • +
              + 科研微服务 + 0 +
            • +
            • +
              + 教科研微服务 + 0 +
            • +
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            +
            +
            + 校园总览 + +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 宣传报道 + +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 办公邮件 + +
            +
            +
            +
              +
            • +
              + +
              + 收件箱 + 0 +
            • +
            • +
              + +
              + 已发送 +
            • +
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            +
            +
            + 通知公告 + +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 智慧教育 + +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 专题推荐 + +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            + 办公业务流量 + +
            +
            +
            +
            +
            +
            请登录查看
            +
            +
            +
            +
            +
            +
            +
            +
            +
            +
            +
            +
            +
            从左侧选择需要的应用卡片
            +
            +
            +
            +
            +
            +
            +
            +
            +
            + + +
            +
            +
            + +
            桌面设置
            +
            0/3 个自建桌面
            +
            +
            + +
            +
            教师桌面(默认桌面)
            +
            + + 8/8 +
            +
            + +
            + 确认恢复默认设置? +
            + +
            +
            + +
            +
            +
            +
            + +
            +
            OA桌面(默认桌面)
            +
            + + 8/8 +
            +
            + +
            + 确认恢复默认设置? +
            + +
            +
            + +
            +
            +
            +
            +
            + +
            +
            新建桌面
            +
            + + 8/8 +
            +
            +
            + 保存该桌面? +
            + +
            +
            + +
            +
            +
            +
            完成
            +
            +
            + + +
            +
            +
            + +
            +
            + +
            + + + + + @**@ + @**@ + + + + + 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 + { + 登录 + } + + +
            + @*
            +
            +
            王明
            +
            +
            +
            退出
            +
            +
            +
            +
            +
            +
            工号 123456
            +
            教务部 主任
            +
            *@ + +
            +
            + +
            +
            皮肤
            +
            +
            +
            + +
            +
            选用皮肤
            +
            + + 使用中 +
            +
            +
            +
            +
            + +
            +
            选用皮肤
            +
            + + 使用中 +
            +
            +
            +
            +
            + +
            绿
            +
            选用皮肤
            +
            + + 使用中 +
            +
            +
            +
            +
            +
            +
            +
            + + 飞星下载 +
            + +
            +
            +
            + + +
            + + + + +
            +
            +
            +
            + + +
            +
            我的收藏
            +
            +
            +
            + + +
            +
            可用应用
            +
            +
            +
            + + +
            +
            可用卡片
            +
            +
            +
            +
            + +
            +
            +
            + + 我的收藏 +
            +
            + + 可用应用 +
            +
            + + 可用卡片 +
            +
            +
            +
            +
            + + + + +
              + +
              +
              + + + + +
                + +
                +
                + + + + +
                +
                +
                + + 数据看板 + +
                +
                + + 办公事项 + +
                +
                + + 学校公文 + +
                +
                + + 专业总览 + +
                +
                + + 常用链接 + +
                +
                + + 常用服务 + +
                +
                + + 校园总览 + +
                +
                + + 宣传报道 + +
                +
                + + 办公邮件 + +
                +
                + + 通知公告 + +
                +
                + + 智慧教育 + +
                +
                + + 专题推荐 + +
                +
                + + 办公业务流量 + +
                +
                +
                + + +
                +
                +
                +
                + + +
                +
                +
                +
                + + +
                +
                待办任务
                +
                +
                +
                + + +
                +
                我发起的
                +
                +
                +
                + + +
                +
                未读消息
                +
                +
                +
                +
                + +
                +
                +
                + + 任务 +
                +
                + + 消息 +
                +
                +
                +
                +
                +
                +
                  +
                • + 0 + 待办任务 +
                • +
                • + 0 + 我发起的 +
                • +
                • + 0 + 已办任务 +
                • +
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                + + +
                +
                +
                +
                +
                +
                +
                教师桌面
                +
                +
                +
                +
                OA办公桌面
                +
                +
                +
                +
                + +
                +
                +
                + +
                +
                +
                +
                +
                +
                +
                + 数据看板 + +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 办公事项 + +
                +
                +
                +
                  +
                • +
                  + +
                  + 待办任务 + 0 +
                • +
                • +
                  + +
                  + 已办任务 +
                • +
                • +
                  + +
                  + 我发起的 +
                • +
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                +
                +
                + 学校公文 + 10 + +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 专业总览 + +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 常用链接 + +
                +
                +
                +
                  +
                • +
                  + +
                  + 系统直通 + 0 +
                • +
                • +
                  + +
                  + 系统链接 +
                • +
                • +
                  + +
                  + 网站链接 +
                • +
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                +
                +
                + 常用服务 + +
                +
                +
                +
                  +
                • +
                  + +
                  + 校级服务 + 0 +
                • +
                • +
                  + +
                  + 人事微服务 + 0 +
                • +
                • +
                  + +
                  + 教育微服务 + 0 +
                • +
                • +
                  + 公共微服务 + 0 +
                • +
                • +
                  + 研究生微服务 + 0 +
                • +
                • +
                  + 科研微服务 + 0 +
                • +
                • +
                  + 教科研微服务 + 0 +
                • +
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                +
                +
                + 校园总览 + +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 宣传报道 + +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 办公邮件 + +
                +
                +
                +
                  +
                • +
                  + +
                  + 收件箱 + 0 +
                • +
                • +
                  + +
                  + 已发送 +
                • +
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                +
                +
                + 通知公告 + +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 智慧教育 + +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 专题推荐 + +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                + 办公业务流量 + +
                +
                +
                +
                +
                +
                请登录查看
                +
                +
                +
                +
                +
                +
                +
                +
                +
                +
                +
                +
                +
                从左侧选择需要的应用卡片
                +
                +
                +
                +
                +
                +
                +
                +
                +
                + + +
                +
                +
                + +
                桌面设置
                +
                0/3 个自建桌面
                +
                +
                + +
                +
                教师桌面(默认桌面)
                +
                + + 8/8 +
                +
                + +
                + 确认恢复默认设置? +
                + +
                +
                + +
                +
                +
                +
                + +
                +
                OA桌面(默认桌面)
                +
                + + 8/8 +
                +
                + +
                + 确认恢复默认设置? +
                + +
                +
                + +
                +
                +
                +
                +
                + +
                +
                新建桌面
                +
                + + 8/8 +
                +
                +
                + 保存该桌面? +
                + +
                +
                + +
                +
                +
                +
                完成
                +
                +
                + + +
                +
                +
                + +
                +
                + +
                + + + + + @**@ + @**@ + + + + + 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 @@ + +