From ec34bee74e62cd7aee25c8a207e183572d37454e Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期二, 17 十二月 2024 15:16:29 +0800 Subject: [PATCH] 1.订单出库,优先出一筐的货 2.订单打印,制令号从Mat表中拿 --- 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