Bladeren bron

no message

DuGuYang 3 jaren geleden
bovenliggende
commit
78ad4b0817
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      wwwroot/layuiadmin/modules_main/PosMerchantInforgList_Admin.js

+ 4 - 0
wwwroot/layuiadmin/modules_main/PosMerchantInforgList_Admin.js

@@ -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("无数据");
         }
     });