From 6f7a815b2d6e4f30e7ccf901b24d5103aaa72078 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期一, 25 十二月 2023 10:23:08 +0800 Subject: [PATCH] Merge branch 'tzskasrs-1' of http://47.97.1.152:5880/r/zy-asrs into tzskasrs-1 --- src/main/webapp/views/pakStore/stockAdjust.html | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/views/pakStore/stockAdjust.html b/src/main/webapp/views/pakStore/stockAdjust.html index 2a50bd3..bd758e9 100644 --- a/src/main/webapp/views/pakStore/stockAdjust.html +++ b/src/main/webapp/views/pakStore/stockAdjust.html @@ -7,6 +7,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> + <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all"> <link rel="stylesheet" href="../../static/css/cool.css" media="all"> <link rel="stylesheet" href="../../static/css/common.css" media="all"> <style> @@ -14,6 +15,7 @@ height: 100%; padding: 10px; background-color: #f1f1f1; + box-sizing: border-box; } body { background-color: #fff; @@ -65,6 +67,12 @@ color: #fff; } + #mat-query { + display: none; + } + #btn-adjust { + display: none; + } </style> </head> <body style="padding-bottom: 30px"> @@ -73,7 +81,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> <!-- 寰呮坊鍔� --> @@ -82,12 +90,12 @@ <button id="reset" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="reset">閲嶇疆</button> </div> <!-- 搴撲綅鎻愮ず --> - <div style="display: inline-block; font-size: 16px"> - <div class="not-retrieve" style="color: red"> + <div style="display: inline-block; font-size: 20px;font-weight: 300"> + <div class="not-retrieve" style="color: #ff0000;font-family: '榛戜綋';"> 璇峰厛妫�绱㈠簱浣� </div> - <div class="retrieve" style="display: none;color: blue"> - 褰撳墠妫�绱㈠簱浣�: <span id="locMsg"></span> + <div class="retrieve" style="display: none;color: #0097ff;font-family: '榛戜綋';"> + 褰撳墠妫�绱㈠簱浣�: <span id="locMsg" style=""></span> </div> </div> @@ -97,7 +105,7 @@ <!-- 鍔熻兘鍖� --> <div class="function-area"> - <button id="mat-query" class="function-btn" onclick="getMat()">鏂板搴撳瓨</button> + <button id="mat-query" class="function-btn">鏂板搴撳瓨</button> </div> <!-- 澶撮儴 --> -- Gitblit v1.9.1