|
|
|
@ -19,11 +19,10 @@
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<form class="layui-form" id="addForm">
|
|
|
|
|
<layui:submitButtons id="addButton" buttonType=""/>
|
|
|
|
|
<div class="layui-row">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<div class="layui-inline">
|
|
|
|
|
权限信息/添加权限
|
|
|
|
|
院校权限添加管理/新增权限
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -66,11 +65,11 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th><input type="checkbox" name="allSelect_1" lay-skin="primary" lay-filter="allSelect_1"></th>
|
|
|
|
|
<th>应用名称</th>
|
|
|
|
|
<th>使用级别</th>
|
|
|
|
|
<th>使用层次</th>
|
|
|
|
|
<th>开始时间</th>
|
|
|
|
|
<th>结束时间</th>
|
|
|
|
|
<th>子系统<br/>登录页logo设计</th>
|
|
|
|
|
<th>子系统logo设计</th>
|
|
|
|
|
<!--<th>子系统<br/>登录页logo设计</th>
|
|
|
|
|
<th>子系统logo设计</th>-->
|
|
|
|
|
<th>子系统底栏名称</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -98,7 +97,7 @@
|
|
|
|
|
value="{{Common.getDate(item.useEndTime,'yyyy-MM-dd HH:mm')}}" name="useEndTime"
|
|
|
|
|
class="layui-input"/>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<!--<td>
|
|
|
|
|
{{#if(!$.isEmpty(item.subsystemIndexLogo)){}}
|
|
|
|
|
<img id="subsystemIndexLogo_xt_{{index}}" src="${ctxPath}{{item.subsystemIndexLogo}}"/>
|
|
|
|
|
{{#}else{}}
|
|
|
|
@ -112,7 +111,7 @@
|
|
|
|
|
{{#}else{}}
|
|
|
|
|
<i class="iconfont" id="subsystemLogo_xt_{{index}}" style="font-size: 30px;color: #73a2f8;"></i>
|
|
|
|
|
{{#}}}
|
|
|
|
|
</td>
|
|
|
|
|
</td>-->
|
|
|
|
|
<td>
|
|
|
|
|
<textarea name="subsystemBottomBar" style="min-height: 30px;"
|
|
|
|
|
id="subsystemBottomBar_xt_{{index}}" placeholder="请输入内容" class="layui-textarea">
|
|
|
|
@ -136,7 +135,7 @@
|
|
|
|
|
<div class="layui-row">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<div class="layui-inline">
|
|
|
|
|
课程系统:
|
|
|
|
|
课程资源:
|
|
|
|
|
<button type="button" class="layui-btn bg plsz" index="2">批量设置</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -155,7 +154,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th><input type="checkbox" name="allSelect_2" lay-skin="primary" lay-filter="allSelect_2"></th>
|
|
|
|
|
<th>课程名称</th>
|
|
|
|
|
<th>使用级别</th>
|
|
|
|
|
<th>使用层次</th>
|
|
|
|
|
<th>开始时间</th>
|
|
|
|
|
<th>结束时间</th>
|
|
|
|
|
<th>二级课程名设置</th>
|
|
|
|
@ -207,6 +206,8 @@
|
|
|
|
|
</script>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: center;margin-top: 100px;"><layui:submitButtons id="addButton" buttonType=""/></div>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
<!--批量设置-->
|
|
|
|
|
<div class="layui-form" id="batch_dialog" style="display: none;padding: 20px 50px;">
|
|
|
|
@ -545,7 +546,7 @@
|
|
|
|
|
universitiesCollegesId: $("select[name='universitiesCollegesId']").val() || onUniversitiesCollegesId
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (xtList[i].useType == 0 || $.isEmpty(xtList[i].useType)) {
|
|
|
|
|
/*if (xtList[i].useType == 0 || $.isEmpty(xtList[i].useType)) {
|
|
|
|
|
layer.msg("请选择实验系统【" + xtList[i].applicationName + "】使用级别!", {
|
|
|
|
|
offset: ['50%'],
|
|
|
|
|
icon: 2,
|
|
|
|
@ -553,7 +554,7 @@
|
|
|
|
|
});
|
|
|
|
|
t = false;
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
if ($.isEmpty(xtList[i].useStartTime)) {
|
|
|
|
|
layer.msg("请选择实验系统【" + xtList[i].applicationName + "】开始时间!", {
|
|
|
|
|
offset: ['50%'],
|
|
|
|
@ -599,7 +600,7 @@
|
|
|
|
|
universitiesCollegesId: $("select[name='universitiesCollegesId']").val() || onUniversitiesCollegesId
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (kcList[i].useType == 0 || $.isEmpty(kcList[i].useType)) {
|
|
|
|
|
/*if (kcList[i].useType == 0 || $.isEmpty(kcList[i].useType)) {
|
|
|
|
|
layer.msg("请选择课程系统【" + kcList[i].applicationName + "】使用级别!", {
|
|
|
|
|
offset: ['50%'],
|
|
|
|
|
icon: 2,
|
|
|
|
@ -607,7 +608,7 @@
|
|
|
|
|
});
|
|
|
|
|
t = false;
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
if ($.isEmpty(kcList[i].useStartTime)) {
|
|
|
|
|
layer.msg("请选择课程系统【" + kcList[i].courseInfoName + "】开始时间!", {
|
|
|
|
|
offset: ['50%'],
|
|
|
|
|