From 88fc713144a877a4257b4173fbfadafd926c94de Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 09 一月 2026 20:35:19 +0800
Subject: [PATCH] 出库再入库
---
src/main/webapp/views/orderPakout/out.html | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/orderPakout/out.html b/src/main/webapp/views/orderPakout/out.html
index 42c7f1a..1d8a45f 100644
--- a/src/main/webapp/views/orderPakout/out.html
+++ b/src/main/webapp/views/orderPakout/out.html
@@ -107,9 +107,9 @@
</div>
</div>
<div class="layui-inline">
- <label class="layui-form-label">搴忓垪鐮�:</label>
+ <label class="layui-form-label">鍙版満鍙�:</label>
<div class="layui-input-inline">
- <input name="batch" class="layui-input" placeholder="搴忓垪鐮�"/>
+ <input name="standby1" class="layui-input" placeholder="鍙版満鍙�"/>
</div>
</div>
<!-- <div class="layui-inline">-->
@@ -210,6 +210,15 @@
{{# } }}
</script>
+<script type="text/html" id="locFrozenLoc">
+ <span name="frozenLoc"
+ {{# if( d.lack === false){ }}
+ class="layui-badge layui-badge-green" >{{d.frozenLoc$}}</span>
+ {{# } else { }}
+ class="layui-badge layui-badge-red" >鏈煡</span>
+ {{# } }}
+</script>
+
<!-- 琛屾牱寮� -->
<script type="text/html" id="orderNoTpl">
<span name="orderNo" class="layui-badge layui-badge-gray">{{d.orderNo}}</span>
--
Gitblit v1.9.1