From ce6b5be6c0e1544bcc66f9fce9efec3ced724d95 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 11 七月 2020 15:46:29 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pakStore/stockAdjust.html | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pakStore/stockAdjust.html b/src/main/webapp/views/pakStore/stockAdjust.html
index 2a50bd3..03b0b16 100644
--- a/src/main/webapp/views/pakStore/stockAdjust.html
+++ b/src/main/webapp/views/pakStore/stockAdjust.html
@@ -65,6 +65,12 @@
color: #fff;
}
+ #mat-query {
+ display: none;
+ }
+ #btn-adjust {
+ display: none;
+ }
</style>
</head>
<body style="padding-bottom: 30px">
@@ -73,7 +79,7 @@
<div id="search-box" class="layui-form layui-card-header">
<div class="layui-inline">
<div class="layui-input-inline">
- <input id="searchLocNo" value="0100202" class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off" style="height: 45px;border-color: #b8b8b8">
+ <input id="searchLocNo" class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off" style="height: 45px;border-color: #b8b8b8">
</div>
</div>
<!-- 寰呮坊鍔� -->
@@ -107,7 +113,9 @@
<!-- 琛� -->
<script type="text/html" id="operate">
+ {{# if(d.removeBtn){ }}
<a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="remove">绉婚櫎</a>
+ {{# } }}
</script>
<!-- 琛ㄦ牸 -->
--
Gitblit v1.9.1