自动化立体仓库 - WMS系统
lty
7 天以前 8e943b7104561c3b14cf223016698709c5ade4b5
src/main/webapp/views/saas/locMove.html
@@ -101,7 +101,7 @@
<script type="text/javascript" src="../../static/js/saas/locMove.js" charset="utf-8"></script>
<script type="text/template" id="emptyLocStock">
    <option value="">请输入并选择</option>
    <option value="" data-i18n="please_enter_and_select">请输入并选择</option>
    {{#each data}}
    <option value="{{this.uuid}}">{{this.uuid}}</option>
    {{/each}}
@@ -110,28 +110,22 @@
<div id="locMoveWindow" style="height: 100%;display: none">
    <div style="float: left;width: 35%;height: 100%">
        <div>
            <span style="display: block">源库位</span>
            <span style="display: block" data-i18n="source_location">源库位</span>
            <input type="text">
        </div>
    </div>
    <div style="float: left;width: 30%;height: 100%;position: relative;">
        <span style="position:absolute;top: 45%;left: 50%;color: #666;transform: translateX(-50%);;display: block">移转至</span>
        <span style="position:absolute;top: 45%;left: 50%;color: #666;transform: translateX(-50%);;display: block" data-i18n="transfer_to">移转至</span>
        <hr style="position: absolute; top: 50%;width: 100%;border: none;height: 1px;background-color: #666">
    </div>
    <div style="float: right;width: 35%;height: 100%">
        <div>
            <span style="display: block">目标库位</span>
            <span style="display: block" data-i18n="target_location">目标库位</span>
            <input type="text">
        </div>
    </div>
</div>
</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>