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>