From ff6b4ca2a45e57df38f5d6e5f55456854f7d455c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 02 Dec 2022 14:09:43 +0800
Subject: [PATCH] 20221130
---
src/main/resources/templates/febs/views/dapp/system-profit.html | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/system-profit.html b/src/main/resources/templates/febs/views/dapp/system-profit.html
index b756efd..3a2c7e2 100644
--- a/src/main/resources/templates/febs/views/dapp/system-profit.html
+++ b/src/main/resources/templates/febs/views/dapp/system-profit.html
@@ -9,6 +9,11 @@
<div class="layui-form-item">
<div class="layui-inline">
<div class="layui-input-inline">
+ <input type="text" name="id" autocomplete="off" placeholder="输入动能编号" class="layui-input">
+ </div>
+ </div>
+ <div class="layui-inline">
+ <div class="layui-input-inline">
<input type="text" name="address" autocomplete="off" placeholder="输入地址" class="layui-input">
</div>
</div>
@@ -122,7 +127,7 @@
id: 'systemProfitTable',
url: ctx + 'member/systemProfitList',
cols: [[
- {field: 'id', title: '序列号', minWidth: 400},
+ {field: 'id', title: '动能编号', minWidth: 400},
{field: 'address', title: '地址', minWidth: 400},
{field: 'amount', title: '金额', minWidth: 130},
{title: '状态', templet: '#state-able', minWidth: 100},
@@ -137,6 +142,7 @@
function getQueryParams() {
return {
+ id: $searchForm.find('input[name="id"]').val().trim(),
address: $searchForm.find('input[name="address"]').val().trim(),
state: $searchForm.find("select[name='state']").val()
};
--
Gitblit v1.9.1