提交修改

pg_adapter
dshclm 8 months ago
parent 7c97636a33
commit f87f993b52

@ -23,8 +23,8 @@
</select>
</li>
<li>
<label>使用人</label>
<input type="text" name="username"/>
<label>设备品牌</label>
<input type="text" name="propertyBrand"/>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>

@ -15,12 +15,22 @@
<input type="text" name="id"/>
</li>
<li>
<label>设备品牌</label>
<input type="text" name="propertyBrand"/>
<label>名称</label>
<input type="text" name="name"/>
</li>
<li>
<label>密品型号:</label>
<input type="text" name="propertyNo"/>
<label>维修状态:</label>
<select name="maintainState" th:with="type=${@dict.getType('sys_maintain_state')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<label>报废状态:</label>
<select name="destoryType" th:with="type=${@dict.getType('sys_baofei_type')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>

@ -15,12 +15,15 @@
<input type="text" name="id"/>
</li>
<li>
<label>设备品牌</label>
<input type="text" name="propertyBrand"/>
<label>名称</label>
<input type="text" name="name"/>
</li>
<li>
<label>密品型号:</label>
<input type="text" name="propertyNo"/>
<label>销毁状态:</label>
<select name="destoryState" th:with="type=${@dict.getType('sys_property_destory')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>

@ -16,15 +16,8 @@
<input type="hidden" name="useId" th:value="*{useId}"/>
</li>
<li>
<label>密品种类:</label>
<select name="propertyType" th:with="type=${@dict.getType('sys_sm_property')}">
<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"/>
<label>名称:</label>
<input type="text" name="name"/>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>

@ -37,7 +37,7 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label is-required">使用部门</label>
<label class="col-sm-3 control-label is-required">使用单位</label>
<div class="col-sm-8">
<div class="input-group">
<input class="form-control" required type="text" name="useDepart" onclick="selectDeptTree()" id="treeName" th:field="*{useDepart}">

@ -11,7 +11,7 @@
<div class="select-list">
<ul>
<li>
<label>单位名称</label>
<label>使用单位:</label>
<input type="text" name="frameworkId"/>
</li>
<li>
@ -27,6 +27,13 @@
</option>
</select>
</li>
<li>
<label>密品分类:</label>
<select name="secretsType" th:with="type=${@dict.getType('sys_secrets_type')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i>&nbsp;重置</a>
@ -109,7 +116,7 @@
},
{
field: 'useDepart',
title: '使用部门'
title: '使用单位'
},
{
field: 'userName',
@ -121,7 +128,7 @@
},
{
field: 'recoverDate',
title: '配发日期'
title: '登记日期'
},
{
title: '操作',

@ -11,8 +11,8 @@
<div class="select-list">
<ul>
<li>
<label>单位名称</label>
<input type="text" name="frameworkId"/>
<label>使用单位:</label>
<input type="text" name="useDepart"/>
</li>
<li>
<label>密品编号:</label>
@ -27,6 +27,13 @@
</option>
</select>
</li>
<li>
<label>密品分类:</label>
<select name="secretsType" th:with="type=${@dict.getType('sys_secrets_type')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i>&nbsp;重置</a>
@ -94,7 +101,7 @@
},
{
field: 'useDepart',
title: '使用部门'
title: '使用单位'
},
{
field: 'userName',

@ -11,8 +11,8 @@
<div class="select-list">
<ul>
<li>
<label>单位名称</label>
<input type="text" name="frameworkId"/>
<label>使用单位:</label>
<input type="text" name="useDepart"/>
</li>
<li>
<label>密品编号:</label>
@ -27,6 +27,13 @@
</option>
</select>
</li>
<li>
<label>密品分类:</label>
<select name="secretsType" th:with="type=${@dict.getType('sys_secrets_type')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i>&nbsp;重置</a>
@ -94,7 +101,7 @@
},
{
field: 'useDepart',
title: '使用部门'
title: '使用单位'
},
{
field: 'userName',

Loading…
Cancel
Save