From 144bc7f91f7cc6aeeb365669a6ce049405eeb321 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 31 五月 2021 13:19:45 +0800 Subject: [PATCH] # --- src/main/webapp/views/pda/stockSearch.html | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/pda/stockSearch.html b/src/main/webapp/views/pda/stockSearch.html index 12fc7fe..09e6f4a 100644 --- a/src/main/webapp/views/pda/stockSearch.html +++ b/src/main/webapp/views/pda/stockSearch.html @@ -81,7 +81,6 @@ <footer> <div class="layui-btn-container"> <button type="button" id="reset-btn" class="layui-btn layui-btn-primary" onclick="reset()">閲嶇疆</button> - <button type="button" id="comb-btn" class="layui-btn layui-btn-normal " onclick="check()" style="margin-left: 20px">纭</button> <span id="tips"></span> </div> </footer> @@ -103,7 +102,7 @@ limit: 500, cellMinWidth: 50, cols: [[ - {align: 'center', field: 'anfme', title: '鏁伴噺', style:'color: blue;', width:80}, + {align: 'center', field: 'anfme', title: '鏁伴噺', style:'font-weight: bold;', width:80}, // {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿', event: 'modify'}, {field: 'maktx', align: 'center', title: '鍟嗗搧鍚嶇О'} ]], -- Gitblit v1.9.1