|
@@ -0,0 +1,210 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
+<head>
|
|
|
+ <th:block th:include="include :: header('真兰收费系统-表具信息列表')" />
|
|
|
+</head>
|
|
|
+<body class="gray-bg">
|
|
|
+ <div class="container-div">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-12 search-collapse">
|
|
|
+ <form id="formId">
|
|
|
+ <div class="select-list">
|
|
|
+ <ul>
|
|
|
+ <!--<li>
|
|
|
+ <label>GUID:</label>
|
|
|
+ <input type="text" name="GUID"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>用户GUID:</label>
|
|
|
+ <input type="text" name="VC_MI_USERGUID"/>
|
|
|
+ </li>-->
|
|
|
+ <li>
|
|
|
+ <label>气表编号:</label>
|
|
|
+ <input type="text" name="VC_MI_NO"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>卡号:</label>
|
|
|
+ <input type="text" name="VC_MI_CARDNO"/>
|
|
|
+ </li>
|
|
|
+ <!--<li>
|
|
|
+ <label>左|右表:</label>
|
|
|
+ <input type="text" name="VC_MI_DIRECTION"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>表具条码:</label>
|
|
|
+ <input type="text" name="VC_MI_TIMA"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>抄表员:</label>
|
|
|
+ <input type="text" name="VC_MI_CHAOBIAO"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>气表基数:</label>
|
|
|
+ <input type="text" name="N_MI_BASECOUNT"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>初始气量:</label>
|
|
|
+ <input type="text" name="N_MI_BASELEAVE"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>表状态(0停用1使用2换表3退表4销表):</label>
|
|
|
+ <input type="text" name="VC_MI_STATE"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>累计充值次数:</label>
|
|
|
+ <input type="text" name="I_MI_SALECOUNT"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>累计无线充值次数:</label>
|
|
|
+ <input type="text" name="I_MI_WLSALECOUNT"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>累计发卡次数:</label>
|
|
|
+ <input type="text" name="I_MI_FILLCARDCOUNT"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>气表备注:</label>
|
|
|
+ <input type="text" name="VC_MI_REMARK"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>上报次数:</label>
|
|
|
+ <input type="text" name="I_MI_REPORTCOUNT"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <label>创建时间:</label>
|
|
|
+ <input type="text" name="D_MI_CREATETIME"/>
|
|
|
+ </li>-->
|
|
|
+ <li>
|
|
|
+ <a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i> 搜索</a>
|
|
|
+ <a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i> 重置</a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="btn-group-sm" id="toolbar" role="group">
|
|
|
+<!-- <a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:zenner_gas_meter_infor:add">-->
|
|
|
+<!-- <i class="fa fa-plus"></i> 添加-->
|
|
|
+<!-- </a>-->
|
|
|
+<!-- <a class="btn btn-primary single disabled" onclick="$.operate.edit()" shiro:hasPermission="system:zenner_gas_meter_infor:edit">-->
|
|
|
+<!-- <i class="fa fa-edit"></i> 修改-->
|
|
|
+<!-- </a>-->
|
|
|
+<!-- <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="system:zenner_gas_meter_infor:remove">-->
|
|
|
+<!-- <i class="fa fa-remove"></i> 删除-->
|
|
|
+<!-- </a>-->
|
|
|
+ <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:zenner_gas_meter_infor:export">
|
|
|
+ <i class="fa fa-download"></i> 导出
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-12 select-table table-striped">
|
|
|
+ <table id="bootstrap-table"></table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <th:block th:include="include :: footer" />
|
|
|
+ <script th:inline="javascript">
|
|
|
+ var editFlag = [[${@permission.hasPermi('system:zenner_gas_meter_infor:edit')}]];
|
|
|
+ var removeFlag = [[${@permission.hasPermi('system:zenner_gas_meter_infor:remove')}]];
|
|
|
+ var detailFlag = [[${@permission.hasPermi('system:zenner_gas_meter_infor:detail')}]];
|
|
|
+
|
|
|
+ var prefix = ctx + "system/gas/zenner_gas_meter_infor";
|
|
|
+
|
|
|
+ $(function() {
|
|
|
+ var options = {
|
|
|
+ url: prefix + "/list",
|
|
|
+ createUrl: prefix + "/add",
|
|
|
+ updateUrl: prefix + "/edit/{id}",
|
|
|
+ removeUrl: prefix + "/remove",
|
|
|
+ exportUrl: prefix + "/export",
|
|
|
+ detailUrl: prefix + "/detail/{id}",
|
|
|
+ modalName: "真兰收费系统-表具信息",
|
|
|
+ columns: [{
|
|
|
+ checkbox: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'id',
|
|
|
+ title: 'ID',
|
|
|
+ visible: false
|
|
|
+ },
|
|
|
+ /*{
|
|
|
+ field: 'guid',
|
|
|
+ title: 'GUID'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'vcmiuserguid',
|
|
|
+ title: '用户GUID'
|
|
|
+ },*/
|
|
|
+ {
|
|
|
+ field: 'vcmino',
|
|
|
+ title: '气表编号'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'vcmicardno',
|
|
|
+ title: '卡号'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'vcmidirection',
|
|
|
+ title: '左|右表'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'vcmitima',
|
|
|
+ title: '表具条码'
|
|
|
+ },
|
|
|
+ /*{
|
|
|
+ field: 'vcmichaobiao',
|
|
|
+ title: '抄表员'
|
|
|
+ },*/
|
|
|
+ {
|
|
|
+ field: 'nmibasecount',
|
|
|
+ title: '气表基数'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'nmibaseleave',
|
|
|
+ title: '初始气量'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'vcmistate',
|
|
|
+ title: '表状态'
|
|
|
+ },
|
|
|
+ /*{
|
|
|
+ field: 'imisalecount',
|
|
|
+ title: '累计充值次数'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'imiwlsalecount',
|
|
|
+ title: '累计无线充值次数'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'imifillcardcount',
|
|
|
+ title: '累计发卡次数'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'vcmiremark',
|
|
|
+ title: '气表备注'
|
|
|
+ },*/
|
|
|
+ {
|
|
|
+ field: 'imireportcount',
|
|
|
+ title: '上报次数'
|
|
|
+ },
|
|
|
+ /*{
|
|
|
+ field: 'dmicreatetime',
|
|
|
+ title: '创建时间'
|
|
|
+ },*/
|
|
|
+ {
|
|
|
+ title: '操作',
|
|
|
+ align: 'center',
|
|
|
+ formatter: function(value, row, index) {
|
|
|
+ var actions = [];
|
|
|
+ // actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');
|
|
|
+ // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>删除</a>');
|
|
|
+ actions.push('<a class="btn btn-warning btn-xs ' + detailFlag + '" href="javascript:void(0)" onclick="$.operate.detail(\'' + row.id + '\')"><i class="fa fa-search"></i>详细</a>');
|
|
|
+ return actions.join('');
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ };
|
|
|
+ $.table.init(options);
|
|
|
+ });
|
|
|
+ </script>
|
|
|
+</body>
|
|
|
+</html>
|