自动化立体仓库 - WMS系统
#
LSH
2023-12-27 53d5d2fb91c6dd33eece3a92590a553ebfef521c
src/main/webapp/static/js/orderLog/orderLog.js
@@ -556,7 +556,7 @@
            layer.closeAll();
            layer.load(1, {shade: [0.1,'#fff']});
            // location.href = "http://192.168.4.121:8082/stwms/orderCheck/printExport/auth?orderNo="+data.orderNo;
            location.href = "http://10.114.97.100:8080/stwms/orderLog/printExport/auth?orderNo="+data.orderNo;
            location.href = baseUrl+"/orderLog/printExport/auth?orderNo="+data.orderNo;
            layer.closeAll('loading');
        });
    }