|
|
|
@ -35,13 +35,18 @@
|
|
|
|
|
|
|
|
|
|
<!--课程类别-->
|
|
|
|
|
<script type="text/html" id="select_courseLabelTypeSelect">
|
|
|
|
|
<select lay-filter="select_courseLabelType" name="courseLabelType">
|
|
|
|
|
<option value="">请选择</option>
|
|
|
|
|
{{# layui.each(window.disLabelTypeSelectList, function(index, item){ }}
|
|
|
|
|
<option value="{{item}}" {{ item== d.courseLabelType ?
|
|
|
|
|
'selected' : '' }}>{{item}}</option>
|
|
|
|
|
{{# }); }}
|
|
|
|
|
</select>
|
|
|
|
|
{{#if(d.sourceType == 1){}}
|
|
|
|
|
-
|
|
|
|
|
{{#}else{}}
|
|
|
|
|
<select lay-filter="select_courseLabelType" name="courseLabelType">
|
|
|
|
|
<option value="">请选择{{d.courseLabelType}}</option>
|
|
|
|
|
{{# layui.each(window.disLabelTypeSelectList, function(index, item){ }}
|
|
|
|
|
<option value="{{item}}" {{ item== d.courseLabelType ?
|
|
|
|
|
'selected' : '' }}>{{item}}</option>
|
|
|
|
|
{{# }); }}
|
|
|
|
|
</select>
|
|
|
|
|
{{#}}}
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<!--绑定模块-->
|
|
|
|
@ -54,19 +59,23 @@
|
|
|
|
|
</select>
|
|
|
|
|
</script>-->
|
|
|
|
|
<script type="text/html" id="select_courseLabelIdSelect">
|
|
|
|
|
{{# if(d.courseLabelType == '理论课程类'){ }}
|
|
|
|
|
<input lay-event="labelSelect" name="courseLabelId" placeholder="请选择" class="layui-input"
|
|
|
|
|
value="课程中心 / {{d.courseLabelName}}"/>
|
|
|
|
|
{{# }else{ }}
|
|
|
|
|
<select lay-filter="select_courseLabelId" name="courseLabelId">
|
|
|
|
|
<option value="">请选择</option>
|
|
|
|
|
{{# if(d.courseLabelType == '应用课程类'){ }}
|
|
|
|
|
<option value="应用中心" selected>应用中心</option>
|
|
|
|
|
{{# }else if(d.courseLabelType == '考证课程类'){ }}
|
|
|
|
|
<option value="考证辅导" selected>考证辅导</option>
|
|
|
|
|
{{# } }}
|
|
|
|
|
</select>
|
|
|
|
|
{{# } }}
|
|
|
|
|
{{#if(d.sourceType == 1){}}
|
|
|
|
|
-
|
|
|
|
|
{{#}else{}}
|
|
|
|
|
{{# if(d.courseLabelType == '理论课程类'){ }}
|
|
|
|
|
<input lay-event="labelSelect" name="courseLabelId" placeholder="请选择" class="layui-input"
|
|
|
|
|
value="课程中心 / {{d.courseLabelName}}"/>
|
|
|
|
|
{{# }else{ }}
|
|
|
|
|
<select lay-filter="select_courseLabelId" name="courseLabelId">
|
|
|
|
|
<option value="">请选择</option>
|
|
|
|
|
{{# if(d.courseLabelType == '应用课程类'){ }}
|
|
|
|
|
<option value="应用中心" selected>应用中心</option>
|
|
|
|
|
{{# }else if(d.courseLabelType == '考证课程类'){ }}
|
|
|
|
|
<option value="考证辅导" selected>考证辅导</option>
|
|
|
|
|
{{# } }}
|
|
|
|
|
</select>
|
|
|
|
|
{{# } }}
|
|
|
|
|
{{#}}}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<!--绑定应用-->
|
|
|
|
|