From c542bc64636b92d3abc266c6ad513ec9861322ec Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Mon, 02 May 2022 09:34:30 +0800
Subject: [PATCH] fead:缓存存储到数据库,合并本店产品与总部产品

---
 zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html b/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html
index 6eeab8f..99e8c74 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html
@@ -161,7 +161,6 @@
             alarmNum = row.alarmNum;
         }
         var storeNum = parseInt(value);
-        console.log(alarmNum,storeNum);
         if (alarmNum > storeNum) {
             html = '<span class="label-danger" >&nbsp;&nbsp;' + value
                 + '&nbsp;&nbsp;</span>';
@@ -173,8 +172,9 @@
     }
 
     function savePl() {
-        var select = $("#mgrid").bootstrapTable('getAllSelections');
-        parent.selectPl(select);
+        var rows = $("#mgrid").bootstrapTable('getAllSelections');
+        parent.selectPl(rows);
+        parent.layer.close(parent.layer.getFrameIndex(window.name));
     }
 </script>
 

--
Gitblit v1.9.1