人员申报

pg_adapter
20918 9 months ago
parent 335b25b8cf
commit e6392dc1e7

@ -10,20 +10,6 @@
<form id="formId"> <form id="formId">
<div class="select-list"> <div class="select-list">
<ul> <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> <li>
<label>人员姓名:</label> <label>人员姓名:</label>
<input type="text" name="userName"/> <input type="text" name="userName"/>
@ -63,6 +49,10 @@
field: 'loginName', field: 'loginName',
title: '人员编号', title: '人员编号',
}, },
{
field: 'userName',
title: '人员姓名',
},
{ {
field: 'examine', field: 'examine',
title: '状态', title: '状态',
@ -70,10 +60,6 @@
return $.table.selectDictLabel(examineState, value); return $.table.selectDictLabel(examineState, value);
} }
}, },
{
field: 'userName',
title: '人员姓名',
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',

@ -10,20 +10,6 @@
<form id="formId"> <form id="formId">
<div class="select-list"> <div class="select-list">
<ul> <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> <li>
<label>人员姓名:</label> <label>人员姓名:</label>
<input type="text" name="userName"/> <input type="text" name="userName"/>

Loading…
Cancel
Save