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 | 34 +++++++++++++++++++++++++++++++---
1 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/pakStore/emptyOut.html b/src/main/webapp/views/pakStore/emptyOut.html
index f991eb4..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,8 +64,10 @@
}
#btn-outbound {
- margin-left: 50px;
+ margin-left: 60px;
+ display: none;
}
+
</style>
</head>
<body>
@@ -62,6 +77,19 @@
<div class="layui-inline">
<div class="layui-input-inline">
<input class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off">
+ </div>
+ </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">
@@ -96,7 +124,7 @@
<div class="layui-form">
<div class="layui-btn-container">
<!-- 1.閫夋嫨鍑哄簱鍙� -->
- <span id="staNoSpan">鍑哄簱鍙o細</span>
+ <span id="staNoSpan">绌烘澘鍑哄簱鍙o細</span>
<select id="staNoSelect" lay-verify="required">
<option value="">璇烽�夋嫨绔欑偣</option>
</select>
--
Gitblit v1.9.1