1
0
Переглянути джерело

author:wcq
update:查询积分变动明细的时候 多查询一列活动赠送积分

wcq 3 роки тому
батько
коміт
0ec603a1da

+ 1 - 0
kmall-admin/src/main/webapp/js/haikong/haikongmemberscorechangedetailrecord.js

@@ -12,6 +12,7 @@ $(function () {
 			{label: '销售数', name: 'sellVolume', index: 'sell_volume', align: 'center', width: 100},
 			{label: '分摊抵扣积分', name: 'deductionScore', index: 'deduction_score', align: 'center', width: 100},
 			{label: '赠送积分', name: 'giftScore', index: 'gift_score', align: 'center', width: 100},
+			{label: '活动赠送积分', name: 'activityGiftScore', index: 'activity_gift_score', align: 'center', width: 100},
 			{label: '生成规则', name: 'generateRules', index: 'generate_rules', align: 'center', width: 100,
 				formatter: function (value) {
 					if (value == '0') {