From ba8f0957e66eebe71bae091ab23128ff075d37f9 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 09 十二月 2025 18:01:00 +0800
Subject: [PATCH] #出库单

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

diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index 3e88192..6b14702 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -301,6 +301,9 @@
 
 
 </script>
+<script type="text/html" id="orderItem">
+    <table id="itemTable" lay-filter="itemTable"></table>
+</script>
 <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
 <script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
 <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>

--
Gitblit v1.9.1