From aaf2e5aed7df2d082935cf91a538a037557c368e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 02 三月 2022 15:09:44 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/issue/issue.js | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/issue/issue.js b/src/main/webapp/static/js/issue/issue.js
index cea3eea..e77cd1f 100644
--- a/src/main/webapp/static/js/issue/issue.js
+++ b/src/main/webapp/static/js/issue/issue.js
@@ -88,6 +88,17 @@
table.on('toolbar(issueTable)', function (obj) {
var checkStatus = table.checkStatus(obj.config.id).data;
switch(obj.event) {
+ case 'add':
+ layer.open({
+ type: 1,
+ title: false,
+ closeBtn: 0,
+ area: ['auto'],
+ skin: 'layui-layer-nobg', //娌℃湁鑳屾櫙鑹�
+ shadeClose: true,
+ content: $('#mobileQr')
+ });
+ break
case 'del':
if (checkStatus.length === 0) {
layer.msg('璇烽�夋嫨瑕佸垹闄ょ殑鏁版嵁', {icon: 2});
@@ -107,7 +118,15 @@
switch (obj.event) {
case 'detl':
top.issueByDetl = data.id;
- break;
+ admin.popupRight({
+ type: 1,
+ window: "top",
+ area: "1250px",
+ url: "issue_detl.html",
+ end: function () {
+ $(".layui-laypage-btn")[0].click();
+ }
+ })
break;
case "del":
var ids = [data.id];
--
Gitblit v1.9.1