DuGuYang 3 år sedan
förälder
incheckning
f59769531b

+ 1 - 1
Areas/Admin/Views/MainServer/MerchantDepositReturns/Index.cshtml

@@ -199,7 +199,7 @@
                         } *@
                 </div>
                 <blockquote class="layui-elem-quote layui-text">
-                    退押总金额:<span style="color: #f00;" id="ReturnAmount">0.00</span> | 实际总金额:<span style="color: #f00;"
+                    服务费总金额:<span style="color: #f00;" id="ReturnAmount">0.00</span> | 达标奖总金额:<span style="color: #f00;"
                         id="fReturnAmount">0.00</span>
                 </blockquote>
                 <table id="LAY-list-manage" lay-filter="LAY-list-manage"></table>

+ 1 - 1
Areas/Admin/Views/MainServer/MerchantDepositReturns/Indexs.cshtml

@@ -201,7 +201,7 @@
                         } *@
                 </div>
                 <blockquote class="layui-elem-quote layui-text">
-                    退押总金额:<span style="color: #f00;" id="ReturnAmount">0.00</span> | 实际总金额:<span style="color: #f00;"
+                    服务费总金额:<span style="color: #f00;" id="ReturnAmount">0.00</span> | 达标奖总金额:<span style="color: #f00;"
                         id="fReturnAmount">0.00</span>
                 </blockquote>
                 <table id="LAY-list-manage" lay-filter="LAY-list-manage"></table>

+ 3 - 3
wwwroot/layuiadmin/modules_main/MerchantDepositReturns_Admin.js

@@ -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 = '';

+ 3 - 3
wwwroot/layuiadmin/modules_main/MerchantDepositReturnsn_Admin.js

@@ -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 = '';

+ 0 - 0
wwwroot/users/达标奖退还结果模版.xlsx → wwwroot/users/达标奖领取结果模版.xlsx