From d6428f6980dd0fc8cb753b1de19a18ed00fdf1a5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 08 十一月 2022 10:49:17 +0800
Subject: [PATCH] #
---
src/main/webapp/views/cstmr/cstmr_more.html | 35 ++---------------------------------
1 files changed, 2 insertions(+), 33 deletions(-)
diff --git a/src/main/webapp/views/cstmr/cstmr_more.html b/src/main/webapp/views/cstmr/cstmr_more.html
index d7b5e3b..dcac652 100644
--- a/src/main/webapp/views/cstmr/cstmr_more.html
+++ b/src/main/webapp/views/cstmr/cstmr_more.html
@@ -197,7 +197,6 @@
<div class="form-group-bottom text-right">
<button class="layui-btn" lay-filter="refresh" lay-submit><i class="layui-icon"></i> 鍒锋柊 </button>
- <button class="layui-btn layui-btn-normal" lay-filter="save" lay-submit><i class="layui-icon"></i> 淇濆瓨 </button>
</div>
</form>
@@ -297,6 +296,8 @@
var follTab = table.render({
elem: '#followersTable',
data: res.data,
+ limit: 999,
+ height: 'full-418',
cols: [[
{field: 'userName', title: '宸ヤ綔浜哄憳'},
{fixed: 'right', title:'', align: 'center', toolbar: '#followerTabOperate', width: 70}
@@ -423,38 +424,6 @@
/* 鐩戝惉琛ㄥ崟鎻愪氦 */
form.on('submit(refresh)', function (data) {
init();
- return false;
- });
- form.on('submit(save)', function (elem) {
- let data = elem.field;
- notice.msg('姝e湪鎷煎懡淇敼鏁版嵁......', {icon: 4, position: "topRight"});
- $.ajax({
- url: baseUrl + "/issue/process/auth",
- headers: {'token': localStorage.getItem('token')},
- contentType: 'application/json;charset=UTF-8',
- method: 'POST',
- data: JSON.stringify({
- id: Number(data.id),
- uuid: data.uuid,
- dealer: data.dealer,
- settle: Number(data.settle),
- endTime: top.strToDate(data.endTime$),
- // lastTime: data.lastTime,
- reason: data.reason,
- deal: data.deal,
- }),
- success: function (res) {
- notice.destroy();
- if (res.code === 200) {
- notice.success({title: '娑堟伅閫氱煡', message: res.msg});
- $('.layui-layer-close').click();
- } else if (res.code === 403) {
- top.location.href = baseUrl + "/";
- } else {
- notice.error({title: '娑堟伅閫氱煡', message: res.msg});
- }
- }
- })
return false;
});
--
Gitblit v1.9.1