|
|
@@ -124,6 +124,8 @@ layui.config({
|
|
|
, { field: 'MerchantName', width: 200, title: '商户名称', sort: true }
|
|
|
, { field: 'MerchantMobile', width: 200, title: '手机号', sort: true }
|
|
|
, { field: 'KqSnNo', width: 220, title: '机具SN号', sort: true }
|
|
|
+ , { field: 'SeoKeyword', width: 220, title: '实际押金', sort: true }
|
|
|
+ , { field: 'PrizeParams', width: 220, title: '设置押金', sort: true }
|
|
|
, { field: 'Remark', width: 220, title: '已退金额', sort: true }
|
|
|
]]
|
|
|
, where: {
|
|
|
@@ -133,6 +135,8 @@ layui.config({
|
|
|
, height: 'full-' + String($('.layui-card-header').height() + 130)
|
|
|
, text: '对不起,加载出现异常!'
|
|
|
, done: function (res, curr, count) {
|
|
|
+ $("#ReturnAmount").text(res.other.ReturnAmount);
|
|
|
+ $("#ReturnAmounts").text(res.other.ReturnAmounts);
|
|
|
$(".layui-none").text("无数据");
|
|
|
}
|
|
|
});
|