自动化立体仓库 - WMS系统
lty
2026-01-14 1995bf7ac28f2648bd157692bf2f531ea1f6b6c9
src/main/webapp/views/report/viewStockUse.html
@@ -11,7 +11,7 @@
    <link rel="stylesheet" href="../../static/css/common.css" media="all">
    <style>
        #btn-export {
            float:initial !important;
            margin-top: 10px;
        }
    </style>
</head>
@@ -38,5 +38,12 @@
<script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/report/reportStockUse.js" charset="utf-8"></script>
</body>
<script src="../../static/js/translate.js"></script>
<script>
    translate.selectLanguageTag.show = false; //不出现的select的选择语言
    translate.service.use('client.edge'); //设置翻译服务
    translate.listener.start(); //开启页面元素动态监控,js改变的内容也会被翻译,参考文档: http://translate.zvo.cn/4067.html
    translate.execute();
</script>
</html>