|
|
@@ -139,8 +139,8 @@ layui.config({
|
|
|
, { field: 'BankCardNo', width: 200, title: '银行卡号', sort: true }
|
|
|
, { field: 'BankName', width: 200, title: '开户行', sort: true }
|
|
|
, { field: 'PayKindName', width: 200, title: '退款类型', sort: true }
|
|
|
- , { field: 'ReturnAmount', width: 200, title: '返还金额', sort: true }
|
|
|
- , { field: 'ReturnAmounts', width: 200, title: '实际返还金额', sort: true }
|
|
|
+ , { field: 'ReturnAmount', width: 200, title: '服务费金额', sort: true }
|
|
|
+ , { field: 'ReturnAmounts', width: 200, title: '达标奖金额', sort: true }
|
|
|
, { field: 'SeoTitle', width: 200, title: '操作人', sort: true }
|
|
|
|
|
|
// , { title: '操作', align: 'center', width: 400, fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
@@ -367,7 +367,7 @@ layui.config({
|
|
|
cancel: function () {
|
|
|
}
|
|
|
});
|
|
|
- $("#excelTemp").html('<a href="/users/达标奖退还结果模版.xlsx">点击下载达标奖退还结果模版</a>');
|
|
|
+ $("#excelTemp").html('<a href="/users/达标奖领取结果模版.xlsx">点击下载达标奖领取结果模版</a>');
|
|
|
}
|
|
|
, ExportExcel: function () {
|
|
|
var userdata = '';
|