From 509d10498313921fd795f73b8e7ae9ee43b0a81a Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 16 Apr 2021 14:24:29 +0800 Subject: [PATCH] Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into score_shop --- 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" > ' + value + ' </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