From 1d39a8a4a084eede13d58d29d77edafd5413ef9c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 15 六月 2020 10:00:42 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pakStore/pakStore.html | 36 +++++++++---------------------------
1 files changed, 9 insertions(+), 27 deletions(-)
diff --git a/src/main/webapp/views/pakStore/pakStore.html b/src/main/webapp/views/pakStore/pakStore.html
index 01e40f7..3e617d1 100644
--- a/src/main/webapp/views/pakStore/pakStore.html
+++ b/src/main/webapp/views/pakStore/pakStore.html
@@ -47,22 +47,25 @@
position: relative;
overflow: visible !important;
}
+
+ #mat-query {
+ display: none;
+ }
+ #btn-comb {
+ display: none;
+ }
</style>
</head>
<body>
<!-- 鍔熻兘鍖� -->
<div class="function-area">
<button id="mat-query" class="function-btn" onclick="getMat()">鏂板</button>
-
- <!-- 绔欑偣閫夋嫨妗� group by -- 绌哄簱浣� -->
-
-<!-- <button id="mat-put" class="function-btn" onclick="putMat()">鍚姩鍏ュ簱</button>-->
</div>
<hr>
<!-- 琛ㄦ牸 -->
-<div style="padding-bottom: 5px">
+<div style="padding-bottom: 5px; margin-bottom: 45px">
<!-- 澶撮儴 -->
<script type="text/html" id="toolbar">
@@ -73,7 +76,7 @@
<!-- 琛� -->
<script type="text/html" id="operate">
- <a class="layui-btn layui-btn-warm layui-btn-xs" lay-event="remove">绉婚櫎</a>
+ <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="remove">绉婚櫎</a>
</script>
<table class="layui-table" id="chooseData" lay-filter="chooseData"></table>
@@ -107,27 +110,6 @@
{{#each data}}
<option value="{{this}}">{{this}}</option>
{{/each}}
-</script>
-<script>
- $(function(){
- $.ajax({
- url: baseUrl+"/available/put/site",
- headers: {'token': localStorage.getItem('token')},
- method: 'POST',
- success: function (res) {
- if (res.code === 200){
- var tpl = $("#putSiteSelectTemplate").html();
- var template = Handlebars.compile(tpl);
- var html = template(res);
- $('#putSiteSelect').append(html);
- } else if (res.code === 403){
- top.location.href = baseUrl+"/";
- }else {
- layer.msg(res.msg)
- }
- }
- })
- })
</script>
</body>
</html>
--
Gitblit v1.9.1