etms/WEB-INF/view/cetc54/research/research_project_main_useradd.ftl

41 lines
2.0 KiB
Plaintext
Raw Normal View History

<script id="grid_form_temp2" type="text/html">
<input type="hidden" id="hdID" value="{{id}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>调研活动</div>
<table class="fromTable">
<tr>
<th>活动:</th>
<td><input id="name" name="name" class="ui_validate" type="text"
ui-config="required:true,width:400" value="{{name}}"/></td>
</tr>
<tr>
<th>调研开放时间:</th>
<td><input id="startDate" name="startDate" class="ui_validate" type="text"
value="{{startDate | dateFilter}}" />-
<input id="endDate" name="endDate" class="ui_validate" type="text"
value="{{endDate | dateFilter}}" />
</td>
</tr>
<tr>
<th>人员范围:</th>
<td>
<input name="like1" id="cb3" type="radio" ui-config="required:true" onclick="updateuserrange('0') "/><label for="cb3">全院</label>
<input name="like1" id="cb4" type="radio" ui-config="required:true" onclick="updateuserrange('1') "/><label for="cb4">指定部门</label>
<input name="like1" id="cb5" type="radio" ui-config="required:true" onclick="updateuserrange('2') "/><label for="cb5">指定人员</label>
</td>
</tr>
</table>
<div id="div_Listusertitle" class="formTitle" style="display: none"><span class="icon icon_menu"></span>指定人员:</div>
<div id="div_corpListtitle" class="formTitle" style="display: none"><span class="icon icon_menu"></span>指定部门:</div>
<div id="div_Listuser" style="width: 100%;height: 180px;bottom:0px;"></div>
<div id="div_Listcorp" style="width: 100%;height: 180px;bottom:0px;"></div>
</script>
<form id="grid_form2" enctype="multipart/form-data" method="post">
</form>
<#include "research_project_main_useradd_list.ftl">
<#include "research_project_main_useradd_group_list.ftl">