From a25ca87edcfd4c8ef831f2af31d7aed0f9d6f625 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期六, 27 十二月 2025 16:41:01 +0800
Subject: [PATCH] 越库相关sql

---
 src/main/webapp/views/orderPakout/order.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/orderPakout/order.html b/src/main/webapp/views/orderPakout/order.html
index e212ed2..99ab6b4 100644
--- a/src/main/webapp/views/orderPakout/order.html
+++ b/src/main/webapp/views/orderPakout/order.html
@@ -111,7 +111,7 @@
     {{# if (d.settle == 2) { }}
     <a class="layui-btn layui-btn-primary layui-border-blue layui-btn-xs btn-complete" lay-event="complete">瀹岀粨</a>
     {{# } }}
-    {{# if (d.settle == 1 || d.settle == 2) { }}
+    {{# if (d.settle == 1) { }}
     <a class="layui-btn layui-btn-warm layui-btn-xs btn-edit" lay-event="reserve">棰勭暀</a>
     {{# } }}
 </script>

--
Gitblit v1.9.1