From f9146d548a809cb93e852065f541da5e540bcf6c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 22 一月 2026 13:16:20 +0800
Subject: [PATCH] 操作日志记录操作人
---
src/main/webapp/views/pakStore/emptyOut.html | 30 ++++++++++++++++++++++++++++--
1 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pakStore/emptyOut.html b/src/main/webapp/views/pakStore/emptyOut.html
index 4674627..14516f5 100644
--- a/src/main/webapp/views/pakStore/emptyOut.html
+++ b/src/main/webapp/views/pakStore/emptyOut.html
@@ -7,9 +7,22 @@
<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>
+ html {
+ height: 100%;
+ padding: 10px;
+ background-color: #f1f1f1;
+ box-sizing: border-box;
+ }
+ body {
+ background-color: #fff;
+ border-radius: 5px;
+ box-shadow: 0 0 3px rgba(0,0,0,.3);
+ padding-bottom: 20px;
+ }
#search-box {
padding: 30px 0 20px 0;
}
@@ -31,7 +44,7 @@
#staNoSpan {
text-align: center;
display: inline-block;
- width: 70px;
+ width: 100px;
font-size: 13px;
}
.layui-btn-container .layui-form-select {
@@ -51,7 +64,7 @@
}
#btn-outbound {
- margin-left: 50px;
+ margin-left: 60px;
display: none;
}
@@ -68,6 +81,19 @@
</div>
<div class="layui-inline">
<div class="layui-input-inline">
+ <select name="barcode" lay-search>
+ <option value="">鎵樼洏绫诲瀷</option>
+ <option value="11">瑙掓灦鎵樼洏</option>
+ <option value="12">璋冭妭铻烘潌</option>
+ <option value="13">璋冭妭铻哄</option>
+ <option value="14">妯悜杩炴潌</option>
+ <option value="15">绾靛悜杩炴潌</option>
+ <!-- 鍚庣画鍙互缁х画鍔� -->
+ </select>
+ </div>
+ </div>
+ <div class="layui-inline">
+ <div class="layui-input-inline">
<input class="layui-input" type="text" name="row1" placeholder="鎺�" lay-verify="number" autocomplete="off">
</div>
</div>
--
Gitblit v1.9.1