From f799ba784826ca473a788f2d167f9eda0a86aac3 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 02 Aug 2022 16:33:58 +0800 Subject: [PATCH] 20220727 编辑商铺申请 --- src/main/resources/templates/febs/views/modules/mallMember/shopApply.html | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/mallMember/shopApply.html b/src/main/resources/templates/febs/views/modules/mallMember/shopApply.html index 4db2520..dd0b1f5 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/shopApply.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/shopApply.html @@ -116,16 +116,21 @@ if (layEvent === 'shopApplyInfo') { febs.modal.open('查看详情', 'modules/mallMember/applyDetail/' + data.id, { - btn: ['通过申请', '驳回申请'], - area : $(window).width() <= 750 ? '95%' : '660px', + btn: ['通过申请', '驳回申请','保存'], + area:['100%','100%'], + // area : $(window).width() <= 750 ? '95%' : '660px', yes: function (index, layero) { $('#shop-apply-detail').find('#agree').trigger('click'); }, btn2: function () { $('#shop-apply-detail').find('#disagree').trigger('click'); + }, + btn3: function () { + $('#shop-apply-detail').find('#applyUpdate').trigger('click'); } }); } + }); // 查询按钮 @@ -157,7 +162,7 @@ {templet: '#apply-status', title: '状态', minWidth: 100}, {title: '操作', templet: function (d) { - return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="shopApplyInfo" shiro:hasPermission="user:update">查看详情</button>' + return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="shopApplyInfo" shiro:hasPermission="user:update">审核</button>' },align:'center'} ]] }); -- Gitblit v1.9.1