From 9b6a50bf1288d2f7f06a67bec0c902d1256e44fe Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 05 七月 2025 11:15:54 +0800
Subject: [PATCH] 1.订单出库改物料多的先出 2.新增订单明细打印功能

---
 zy-asrs-wms/src/main/webapp/views/apiLog/apiLog.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/views/apiLog/apiLog.html b/zy-asrs-wms/src/main/webapp/views/apiLog/apiLog.html
index 3864162..e2640ab 100644
--- a/zy-asrs-wms/src/main/webapp/views/apiLog/apiLog.html
+++ b/zy-asrs-wms/src/main/webapp/views/apiLog/apiLog.html
@@ -62,7 +62,7 @@
 <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
-<script type="text/javascript" src="../../static/js/apiLog/apiLog.js" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/adjDetl/adjDetl.js" charset="utf-8"></script>
 
 <iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe>
 

--
Gitblit v1.9.1