|
@@ -0,0 +1,273 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="format-detection" content="telephone=no">
|
|
|
+ <th:block th:include="include :: header('领取核销记录')" />
|
|
|
+ <th:block th:include="include :: layout-latest-css" />
|
|
|
+ <th:block th:include="include :: ztree-css" />
|
|
|
+</head>
|
|
|
+<style>
|
|
|
+ /* 设置 ul 的基本样式 */
|
|
|
+ ul {
|
|
|
+ list-style-type: none; /* 去掉项目符号 */
|
|
|
+ padding: 0; /* 去掉默认的内边距 */
|
|
|
+ display: grid; /* 使用网格布局 */
|
|
|
+ grid-template-columns: repeat(5, 1fr); /* 设置三列 */
|
|
|
+ }
|
|
|
+ ul-list ul{
|
|
|
+ list-style-type: none; /* 去掉项目符号 */
|
|
|
+ padding: 0; /* 去掉默认的内边距 */
|
|
|
+ display: grid; /* 使用网格布局 */
|
|
|
+ grid-template-columns: repeat(4, 1fr); /* 设置三列 */
|
|
|
+ }
|
|
|
+ ul-list ul li{
|
|
|
+ /*padding: 10px;*/ /* 内边距 */
|
|
|
+ text-align: left; /* 文本居中 */
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 设置 li 的基本样式 */
|
|
|
+ li {
|
|
|
+ /*background-color: lightblue; *//* 背景颜色 */
|
|
|
+ /*padding: 1px; !* 内边距 *!*/
|
|
|
+ text-align: right; /* 文本居中 */
|
|
|
+ }
|
|
|
+</style>
|
|
|
+
|
|
|
+<body class="gray-bg">
|
|
|
+<div class="ui-layout-center">
|
|
|
+ <div class="container-div">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-12 search-collapse" >
|
|
|
+ <form id="SYxglKjglHxjlRecord-form">
|
|
|
+ <input type="hidden" id="deptId" name="deptId">
|
|
|
+ <input type="hidden" id="parentId" name="parentId">
|
|
|
+ <div class="select-list" >
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ 优惠券名称:<input type="text" class="styled-input" name="couponName" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 优惠券编号:<input type="text" class="styled-input" name="couponNumber" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 优惠券面值:<input type="text" class="styled-input" name="faceValue" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 抵扣金额:<input type="text" class="styled-input" name="deductionAmount" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 优惠券类型:<input type="text" class="styled-input" name="type" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 折扣率:<input type="text" class="styled-input" name="discountRate" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 领券时间:<input type="text" class="styled-input" name="getTime" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 领取门店:<input type="text" class="styled-input" name="issuingStore" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 领取门店MDM编码:<input type="text" class="styled-input" name="issuingStoreMDMCode" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 核销时间:<input type="text" class="styled-input" name="redemptionTime" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 核销状态:<input type="text" class="styled-input" name="redemptionStatus" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 核销门店:<input type="text" class="styled-input" name="redeemingStore" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 核销门店MDM编码:<input type="text" class="styled-input" name="redeemingStoreMDMCode" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 核销门店所在区域:<input type="text" class="styled-input" name="storeRegion" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 核销人:<input type="text" class="styled-input" name="redemptionUser" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ ERP会员卡号:<input type="text" class="styled-input" name="erpMemberCardNo" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 使用人:<input type="text" class="styled-input" name="usedBy" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 手机号:<input type="text" class="styled-input" name="phoneNumber" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 订单号:<input type="text" class="styled-input" name="orderNo" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ 是否领销一致:<input type="text" class="styled-input" name="sameStoreRedemption" autocomplete="off"/>
|
|
|
+ </li>
|
|
|
+ <li style="text-align: center">
|
|
|
+ <a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i> 搜索</a>
|
|
|
+ <a class="btn btn-warning btn-rounded btn-sm" onclick="resetPre()"><i class="fa fa-refresh"></i> 重置</a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="btn-group-sm" id="toolbar" role="group">
|
|
|
+ <a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:user:add">
|
|
|
+ <i class="fa fa-plus"></i> 新增
|
|
|
+ </a>
|
|
|
+ <a class="btn btn-primary single disabled" onclick="$.operate.edit()" shiro:hasPermission="system:user:edit">
|
|
|
+ <i class="fa fa-edit"></i> 修改
|
|
|
+ </a>
|
|
|
+ <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="system:user:remove">
|
|
|
+ <i class="fa fa-remove"></i> 删除
|
|
|
+ </a>
|
|
|
+ <a class="btn btn-info" onclick="$.table.importExcel()" shiro:hasPermission="system:user:import">
|
|
|
+ <i class="fa fa-upload"></i> 导入
|
|
|
+ </a>
|
|
|
+ <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:user:export">
|
|
|
+ <i class="fa fa-download"></i> 导出
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-sm-12 select-table table-striped">
|
|
|
+ <table id="bootstrap-table"></table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<th:block th:include="include :: footer" />
|
|
|
+<th:block th:include="include :: layout-latest-js" />
|
|
|
+<th:block th:include="include :: ztree-js" />
|
|
|
+<script th:inline="javascript">
|
|
|
+ var editFlag = [[${@permission.hasPermi('dtp:pmService:edit')}]];
|
|
|
+ var removeFlag = [[${@permission.hasPermi('dtp:pmService:remove')}]];
|
|
|
+ var prefix = ctx + "yxgl/syxglkjglhxjlrecord";
|
|
|
+ $(function() {
|
|
|
+ var panehHidden = false;
|
|
|
+ if ($(this).width() < 1590) {
|
|
|
+ panehHidden = true;
|
|
|
+ }
|
|
|
+ $('body').layout({ initClosed: panehHidden, west__size: 185, resizeWithWindow: false });
|
|
|
+ // 回到顶部绑定
|
|
|
+ if ($.fn.toTop !== undefined) {
|
|
|
+ var opt = {
|
|
|
+ win:$('.ui-layout-center'),
|
|
|
+ doc:$('.ui-layout-center')
|
|
|
+ };
|
|
|
+ $('#scroll-up').toTop(opt);
|
|
|
+ }
|
|
|
+ queryArchivesList();
|
|
|
+ });
|
|
|
+
|
|
|
+ function queryArchivesList() {
|
|
|
+ var options = {
|
|
|
+ url: prefix + "/sYxglKjglHxjlRecordList",
|
|
|
+ viewUrl: prefix + "/sYxglKjglHxjlRecordView/{id}",
|
|
|
+ createUrl: prefix + "/sYxglKjglHxjlRecordAdd",
|
|
|
+ updateUrl: prefix + "/sYxglKjglHxjlRecordEdit/{id}",
|
|
|
+ removeUrl: prefix + "/sYxglKjglHxjlRecordRemove",
|
|
|
+ /*exportUrl: prefix + "/export",
|
|
|
+ importUrl: prefix + "/importData",
|
|
|
+ importTemplateUrl: prefix + "/importTemplate",*/
|
|
|
+ sortName: "id",
|
|
|
+ sortOrder: "asc",
|
|
|
+ modalName: "领取核销记录",
|
|
|
+ fitColumns: true,
|
|
|
+ striped: true,
|
|
|
+ autoRowHeight: true,
|
|
|
+ rowNumbers: true,
|
|
|
+ showFooter:true, //是否显示表格底部区域。
|
|
|
+ clickToSelect: true, //是否启用点击行时选中整行的功能。
|
|
|
+ singleSelect: true, //是否仅允许选择一行
|
|
|
+ columns: [{
|
|
|
+ checkbox: true
|
|
|
+ },
|
|
|
+ { field: 'id', title: '主键', align: 'center' ,visible:false},
|
|
|
+ { field: 'couponName', title: '优惠券名称', align: 'center' },
|
|
|
+ { field: 'couponNumber', title: '优惠券编号', align: 'center' },
|
|
|
+ { field: 'faceValue', title: '优惠券面值', align: 'center' },
|
|
|
+ { field: 'deductionAmount', title: '抵扣金额', align: 'center' },
|
|
|
+ { field: 'type', title: '优惠券类型', align: 'center' },
|
|
|
+ { field: 'discountRate', title: '折扣率', align: 'center' },
|
|
|
+ { field: 'getTime', title: '领券时间', align: 'center' },
|
|
|
+ { field: 'issuingStore', title: '领取门店', align: 'center' },
|
|
|
+ { field: 'issuingStoreMDMCode', title: '领取门店MDM编码', align: 'center' },
|
|
|
+ { field: 'redemptionTime', title: '核销时间', align: 'center' },
|
|
|
+ { field: 'redemptionStatus', title: '核销状态', align: 'center' },
|
|
|
+ { field: 'redeemingStore', title: '核销门店', align: 'center' },
|
|
|
+ { field: 'redeemingStoreMDMCode', title: '核销门店MDM编码', align: 'center' },
|
|
|
+ { field: 'storeRegion', title: '核销门店所在区域', align: 'center' },
|
|
|
+ { field: 'redemptionUser', title: '核销人', align: 'center' },
|
|
|
+ { field: 'erpMemberCardNo', title: 'ERP会员卡号', align: 'center' },
|
|
|
+ { field: 'usedBy', title: '使用人', align: 'center' },
|
|
|
+ { field: 'phoneNumber', title: '手机号', align: 'center' },
|
|
|
+ { field: 'orderNo', title: '订单号', align: 'center' },
|
|
|
+ { field: 'sameStoreRedemption', title: '是否领销一致', align: 'center' },
|
|
|
+
|
|
|
+ {
|
|
|
+ title: '操作',
|
|
|
+ align: 'center',
|
|
|
+ formatter: function(value, row, index) {
|
|
|
+ if (row.serviceId != 1) {
|
|
|
+ var actions = [];
|
|
|
+ actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="edit_page(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');
|
|
|
+ actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>删除</a> ');
|
|
|
+ var more = [];
|
|
|
+ /*more.push("<a class='btn btn-default btn-xs " + resetPwdFlag + "' href='javascript:void(0)' onclick='resetPwd(" + row.userId + ")'><i class='fa fa-key'></i>重置密码</a> ");
|
|
|
+ more.push("<a class='btn btn-default btn-xs " + editFlag + "' href='javascript:void(0)' onclick='authRole(" + row.userId + ")'><i class='fa fa-check-square-o'></i>分配角色</a>");
|
|
|
+ actions.push('<a tabindex="0" class="btn btn-info btn-xs" role="button" data-container="body" data-placement="left" data-toggle="popover" data-html="true" data-trigger="hover" data-content="' + more.join('') + '"><i class="fa fa-chevron-circle-right"></i>更多操作</a>');*/
|
|
|
+ return actions.join('');
|
|
|
+ } else {
|
|
|
+ return "";
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ };
|
|
|
+ $.table.init(options);
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 自定义重置-表单重置/隐藏框/树节点选择色/搜索 */
|
|
|
+ function resetPre() {
|
|
|
+ resetDate();
|
|
|
+ $("#SYxglKjglHxjlRecord-form")[0].reset();
|
|
|
+ $("#deptId").val("");
|
|
|
+ $("#parentId").val("");
|
|
|
+ $(".curSelectedNode").removeClass("curSelectedNode");
|
|
|
+ $.table.search();
|
|
|
+ var resetButton = document.getElementById('SYxglKjglHxjlRecord-form');
|
|
|
+ resetButton.addEventListener('click', function() {
|
|
|
+ _refresh();
|
|
|
+ });
|
|
|
+ }
|
|
|
+ function edit_page(id){
|
|
|
+ table.set();
|
|
|
+ var url = "/404.html";
|
|
|
+ if ($.common.isNotEmpty(id)) {
|
|
|
+ url = table.options.updateUrl.replace("{id}", id);
|
|
|
+ } else {
|
|
|
+ var id = $.common.isEmpty(table.options.uniqueId) ? $.table.selectFirstColumns() : $.table.selectColumns(table.options.uniqueId);
|
|
|
+ if (id.length == 0) {
|
|
|
+ $.modal.alertWarning("请至少选择一条记录");
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ url = table.options.updateUrl.replace("{id}", id);
|
|
|
+ }
|
|
|
+ $.modal.openTab("修改" + table.options.modalName, url + "?status=1" );
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 用户状态显示 */
|
|
|
+ function statusTools(row) {
|
|
|
+ if (row.status == 1) {
|
|
|
+ return '<i class=\"fa fa-toggle-off text-info fa-2x\" onclick="enable(\'' + row.userId + '\')"></i> ';
|
|
|
+ } else {
|
|
|
+ return '<i class=\"fa fa-toggle-on text-info fa-2x\" onclick="disable(\'' + row.userId + '\')"></i> ';
|
|
|
+ }
|
|
|
+ }
|
|
|
+</script>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|