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/orderPakout/order.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/orderPakout/order.html b/src/main/webapp/views/orderPakout/order.html index f87b9bc..f5d3d1a 100644 --- a/src/main/webapp/views/orderPakout/order.html +++ b/src/main/webapp/views/orderPakout/order.html @@ -309,6 +309,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