From 2d4ca873930d066c05ee5cfeb9d934a04ce19f59 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Fri, 06 Sep 2024 11:04:09 +0800 Subject: [PATCH] 云众医疗 增加经办人 --- src/main/resources/templates/febs/views/modules/mallMember/shopApply.html | 31 +++++++------------------------ 1 files changed, 7 insertions(+), 24 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..d7edf53 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/shopApply.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/shopApply.html @@ -52,27 +52,9 @@ <a lay-event="edit" shiro:hasPermission="user:update"><i class="layui-icon febs-edit-area febs-blue"></i></a> </script> -<script type="text/html" id="card-url"> - {{# - var imgUrl = d.idcard; - if(imgUrl) { - imgUrl = imgUrl.substring(imgUrl.indexOf(',') + 1); - } - }} - <img src="{{ imgUrl }}" alt="" /> -</script> <script type="text/html" id="license-url"> {{# var imgUrl = d.businessLicense; - if(imgUrl) { - imgUrl = imgUrl.substring(imgUrl.indexOf(',') + 1); - } - }} - <img src="{{ imgUrl }}" alt="" /> -</script> -<script type="text/html" id="area-url"> - {{# - var imgUrl = d.saleArea; if(imgUrl) { imgUrl = imgUrl.substring(imgUrl.indexOf(',') + 1); } @@ -84,7 +66,7 @@ var status = { 1: {title: '审核通过'}, 2: {title: '等待审核'}, - 3: {title: '审核驳回'} + 3: {title: '驳回'} }[d.status]; }} <span>{{ status.title }}</span> @@ -148,12 +130,13 @@ url: ctx + 'admin/mallMember/shopApplyList', cols: [[ {field: 'vipName', title: '会员名称', minWidth: 100}, - {field: 'inviteId', title: '邀请码', minWidth: 100}, - {field: 'name', title: '法人姓名', minWidth: 100}, - {field: 'phone', title: '联系方式', minWidth: 100}, - {templet: '#card-url', title: '身份证', minWidth: 100}, + // {field: 'inviteId', title: '邀请码', minWidth: 100}, + {field: 'workMan', title: '经办人', minWidth: 100}, + {field: 'name', title: '姓名', minWidth: 100}, + {field: 'phone', title: '电话', minWidth: 100}, + {field: 'shopName', title: '店铺名称', minWidth: 100}, + {field: 'address', title: '店铺地址', minWidth: 100}, {templet: '#license-url', title: '营业执照', minWidth: 100}, - {templet: '#area-url', title: '经营场地', minWidth: 100}, {templet: '#apply-status', title: '状态', minWidth: 100}, {title: '操作', templet: function (d) { -- Gitblit v1.9.1