人员申报

pg_adapter
20918 8 months ago
parent 335b25b8cf
commit e6392dc1e7

@ -10,20 +10,6 @@
<form id="formId">
<div class="select-list">
<ul>
<li>
<label>人员状态:</label>
<select name="status" th:with="type=${@dict.getType('sys_normal_disable')}">
<option value="">---请选择---</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<label>状态:</label>
<select name="examine" th:with="type=${@dict.getType('sys_user_examine')}">
<option value="">---请选择---</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<label>人员姓名:</label>
<input type="text" name="userName"/>
@ -63,6 +49,10 @@
field: 'loginName',
title: '人员编号',
},
{
field: 'userName',
title: '人员姓名',
},
{
field: 'examine',
title: '状态',
@ -70,10 +60,6 @@
return $.table.selectDictLabel(examineState, value);
}
},
{
field: 'userName',
title: '人员姓名',
},
{
title: '操作',
align: 'center',

@ -10,20 +10,6 @@
<form id="formId">
<div class="select-list">
<ul>
<li>
<label>人员状态:</label>
<select name="status" th:with="type=${@dict.getType('sys_normal_disable')}">
<option value="">---请选择---</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<label>审核状态:</label>
<select name="examine" th:with="type=${@dict.getType('sys_user_examine')}">
<option value="">---请选择---</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<label>人员姓名:</label>
<input type="text" name="userName"/>

Loading…
Cancel
Save