Explorar o código

删除分仓列表担保额显示

DuGuYang %!s(int64=3) %!d(string=hai) anos
pai
achega
88b6b91b54

+ 2 - 2
Areas/Admin/Controllers/MainServer/StoreHouseController.cs

@@ -175,11 +175,11 @@ namespace MySystem.Areas.Admin.Controllers
                 var ValidAmount = amount.ValidAmount;
                 var FixedAmount = amount.FixedAmount;
                 var TempAmount = amount.TempAmount;
-                var LeaderBalanceAmount = amount.LeaderBalanceAmount;
+                // var LeaderBalanceAmount = amount.LeaderBalanceAmount;
                 dic["ValidAmount"] = ValidAmount.ToString();//可用额度
                 dic["FixedAmount"] = FixedAmount.ToString();//固定额度
                 dic["TempAmount"] = TempAmount.ToString();//临时额度
-                dic["LeaderBalanceAmount"] = LeaderBalanceAmount.ToString();//担保金额
+                // dic["LeaderBalanceAmount"] = LeaderBalanceAmount.ToString();//担保金额
             }
             return Json(obj);
         }

+ 0 - 5
wwwroot/layuiadmin/modules_main/StoreHouse_Admin.js

@@ -275,11 +275,6 @@ layui.config({
                 width: 110,
                 title: '临时额度',
                 sort: true
-            }, {
-                field: 'LeaderBalanceAmount',
-                width: 110,
-                title: '担保额度',
-                sort: true
             }, {
                 title: '操作',
                 width: 300,