活动管理-抽奖次数使用明细修改

This commit is contained in:
dy 2021-03-31 15:20:15 +08:00
parent 887165b128
commit 8376bbb21e
1 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head> <head>
<th:block th:include="include :: header('抽奖次数消费信息列表')"/> <th:block th:include="include :: header('抽奖次数使用明细')"/>
</head> </head>
<body class="gray-bg"> <body class="gray-bg">
<div class="container-div"> <div class="container-div">
@ -47,14 +47,14 @@
<!-- <label>使用主键:</label>--> <!-- <label>使用主键:</label>-->
<!-- <input type="text" name="TRADEORDERID"/>--> <!-- <input type="text" name="TRADEORDERID"/>-->
<!-- </li>--> <!-- </li>-->
<li> <!-- <li>-->
<label>状态:</label> <!-- <label>状态:</label>-->
<select name="STATE" th:with="type=${@dict.getType('status')}" style="width: 80px"> <!-- <select name="STATE" th:with="type=${@dict.getType('status')}" style="width: 80px">-->
<option value="">所有</option> <!-- <option value="">所有</option>-->
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" <!-- <option th:each="dict : ${type}" th:text="${dict.dictLabel}"-->
th:value="${dict.dictValue}"></option> <!-- th:value="${dict.dictValue}"></option>-->
</select> <!-- </select>-->
</li> <!-- </li>-->
<li> <li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i <a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i
class="fa fa-search"></i>&nbsp;搜索</a> class="fa fa-search"></i>&nbsp;搜索</a>
@ -155,13 +155,13 @@
title: '使用主键', title: '使用主键',
visible: false visible: false
}, },
{ // {
field: 'state', // field: 'state',
title: '状态', // title: '状态',
formatter: function (value, row, index) { // formatter: function (value, row, index) {
return $.table.selectDictLabel(STATEDatas, value); // return $.table.selectDictLabel(STATEDatas, value);
} // }
}, // },
// { // {
// field: 'lastupdatetimestamp', // field: 'lastupdatetimestamp',
// title: '最后修改时间' // title: '最后修改时间'