Authored by dongjunjie

yoho币

... ... @@ -60,7 +60,7 @@ var COLUMNS = {
{display: '吊牌价', name: 'retailPrice'},
{display: '销售价', name: 'salesPrice'},
{display: '执行返币金额', name: 'returnCoin', render: function(item) {
return item.productPrice.returnCoin;
return item.productPrice.returnCoinMoney;
}},
{display: '审核返币金额', name: 'needAuditCoin', render: function(item) {
return item.productPrice.needAuditCoin;
... ... @@ -102,7 +102,7 @@ var COLUMNS = {
{display: '吊牌价', name: 'retailPrice'},
{display: '销售价', name: 'salesPrice'},
{display: '执行返币金额', name: 'returnCoin', render: function(item) {
return item.productPrice.returnCoin;
return item.productPrice.returnCoinMoney;
}},
{display: '审核返币金额', name: 'needAuditCoin', render: function(item) {
return item.productPrice.needAuditCoin;
... ...
... ... @@ -56,7 +56,7 @@ exports.res = [
url: "/yohoCoin/set",
params:[
{name: 'productSkn', type: 'Number'},
{name: 'returnCoin', type: 'Number'},
{name: 'returnCoinMoney', type: 'Number'},
{name: 'salesPrice', type: 'Number'},
{name: 'auditorId', type: 'Number'}
]
... ...