|
@@ -14,8 +14,8 @@
|
|
|
<select name="itype">
|
|
|
<option value="">全部类型</option>
|
|
|
<option value="1">推荐奖励</option>
|
|
|
- <option value="2">聘豆充值</option>
|
|
|
- <option value="3">聘豆兑现</option>
|
|
|
+ <option value="2">积分充值</option>
|
|
|
+ <option value="3">积分兑现</option>
|
|
|
<option value="4">招聘相关</option>
|
|
|
<option value="5">订单相关</option>
|
|
|
<option value="6">供人相关</option>
|
|
@@ -116,11 +116,11 @@
|
|
|
{ field: 'bankcardopenbank', title: '开户行', templet: '#useropenbankTpl', hide: true },
|
|
|
{ field: 'bankcardaccount', title: '帐户名', templet: '#useraccountTpl', hide: true },
|
|
|
{ field: 'bankcardnumber', title: '账户号', templet: '#usernumberTpl', hide: true },
|
|
|
- { field: 'title', title: '聘豆标题', edit: 'text', width: 200 },
|
|
|
+ { field: 'title', title: '积分标题', edit: 'text', width: 200 },
|
|
|
{ field: 'itype_text', width: 150, title: '类型', align: 'center' },
|
|
|
{ field: 'status_text', width: 150, title: '状态', align: 'center' },
|
|
|
- { field: 'intvalue', title: '聘豆变更值', edit: 'text', width: 120, sort: true },
|
|
|
- { field: 'intmoney', title: '聘豆金额', edit: 'text', width: 120, sort: true },
|
|
|
+ { field: 'intvalue', title: '积分变更值', edit: 'text', width: 120, sort: true },
|
|
|
+ { field: 'intmoney', title: '积分金额', edit: 'text', width: 120, sort: true },
|
|
|
{ field: 'remark', title: '备注', edit: 'text', width: 200 },
|
|
|
{ field: 'createtime', title: '记录时间', width: 170, sort: true },
|
|
|
{ title: '操作', minWidth: 230, align: 'right', fixed: 'right', toolbar: '#setTpl' }
|
|
@@ -176,7 +176,7 @@
|
|
|
for (var i = 0; i < checkData.length; i++) {
|
|
|
idarr.push(checkData[i].id);
|
|
|
}
|
|
|
- layer.confirm('确定删除所选用户聘豆记录吗?', function(index) {
|
|
|
+ layer.confirm('确定删除所选用户积分记录吗?', function(index) {
|
|
|
admin.req({
|
|
|
url: setter.baseAdminUrl + 'user/delintegral',
|
|
|
data: {
|
|
@@ -219,7 +219,7 @@
|
|
|
table.on('tool(LAY-user-integrallist-table)', function(obj) {
|
|
|
var data = obj.data;
|
|
|
if (obj.event === 'del') {
|
|
|
- layer.confirm('确定删除此用户聘豆记录吗?', function(index) {
|
|
|
+ layer.confirm('确定删除此用户积分记录吗?', function(index) {
|
|
|
admin.req({
|
|
|
url: setter.baseAdminUrl + 'user/delintegral',
|
|
|
data: {
|
|
@@ -235,7 +235,7 @@
|
|
|
} else if (obj.event === 'edit') {
|
|
|
var index = layer.open({
|
|
|
type: 2,
|
|
|
- title: '编辑用户聘豆',
|
|
|
+ title: '编辑用户积分',
|
|
|
content: 'integralupdate.html?id=' + data.id,
|
|
|
maxmin: true,
|
|
|
area: ['550px', '550px']
|