|
|
@@ -120,21 +120,18 @@ $('#TradeDate').val(value);
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, {field:'Id', fixed: 'left', title:'ID', width:80, sort: true, unresize: true}
|
|
|
,{field:'TradeMonth', width: 200, title:'交易月', sort: true}
|
|
|
-,{field:'CreateDate', width: 200, title:'创建时间', sort: true}
|
|
|
-,{field:'UserId', width: 200, title:'创客', sort: true}
|
|
|
-,{field:'UserIdMakerCode', width: 200, title:'创客创客编号', sort: true}
|
|
|
-,{field:'UserIdRealName', width: 200, title:'创客真实姓名', sort: true}
|
|
|
-,{field:'BrandId', width: 200, title:'品牌', sort: true}
|
|
|
-,{field:'RewardType', width: 200, title:'奖励类型', sort: true}
|
|
|
-,{field:'CreditTradeAmt', width: 200, title:'贷记卡交易总金额', sort: true}
|
|
|
-,{field:'CreditRewardAmount', width: 200, title:'贷记卡交易奖励金额', sort: true}
|
|
|
-,{field:'OpenRewardNo', width: 200, title:'开机奖励单号', sort: true}
|
|
|
-,{field:'RewardDesc', width: 200, title:'奖励描述', sort: true}
|
|
|
-,{field:'Remark', width: 200, title:'备注', sort: true}
|
|
|
-,{field:'CheckStatus', width: 200, title:'验证和同步账户状态', sort: true}
|
|
|
+ ,{field:'SeoTitle', width: 200, title:'交易日', sort: true}
|
|
|
+ ,{field:'CreateDate', width: 200, title:'创建时间', sort: true}
|
|
|
+ ,{field:'UserIdMakerCode', width: 200, title:'创客创客编号', sort: true}
|
|
|
+ ,{field:'UserIdRealName', width: 200, title:'创客真实姓名', sort: true}
|
|
|
+ ,{field:'BrandId', width: 200, title:'品牌', sort: true}
|
|
|
+ ,{field:'RewardType', width: 200, title:'奖励类型', sort: true}
|
|
|
+ ,{field:'CreditTradeAmt', width: 200, title:'贷记卡交易总金额', sort: true}
|
|
|
+ ,{field:'CreditRewardAmount', width: 200, title:'贷记卡交易奖励金额', sort: true}
|
|
|
+ ,{field:'RewardDesc', width: 200, title:'奖励描述', sort: true}
|
|
|
+ ,{field:'Remark', width: 200, title:'备注', sort: true}
|
|
|
+ ,{field:'Status', width: 200, title:'验证和同步账户状态', sort: true}
|
|
|
|
|
|
- , {field:'Sort', fixed: 'right', title:'排序', width:80, edit: 'text'}
|
|
|
- , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
|
, where: {
|
|
|
|