自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-10 f9013535c9578337761f4cd58deb8466100e1532
#
2个文件已修改
36 ■■■■ 已修改文件
src/main/webapp/views/pdaCe/index.html 32 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pdaCe/login.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pdaCe/index.html
@@ -3,7 +3,7 @@
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, target-densitydpi=high-dpi, initial-scale=1.0, user-scalable=no"/>
    <title>中扬物流</title>
    <title>浙江中扬储存设备有限公司</title>
    <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
    <style>
        * {
@@ -228,7 +228,7 @@
    function comb() {
        var barcode = code.value;
        if (isEmpty(barcode)) {
            tips("托盘条码为空", true);
            tips("请输入托盘条码", true);
            // document.getElementById("code").focus();
            return;
        }
@@ -259,7 +259,7 @@
        })
    }
    initCrnMsgTable();
    // initCrnMsgTable();
    function initCrnMsgTable(row) {
        var line;
        if (row === undefined){
@@ -468,14 +468,6 @@
        } else if (key === 13) {
            confirmBtn.focus();
        }
        // if (code1 === 13) {
        //     if (window.getComputedStyle(matDetail).display === 'block') {
        //         confirm()
        //     } else if (window.getComputedStyle(btnCon).display === 'block') {
        //         comb()
        //     }
        // }
    }
    document.onkeydown = function (e) {
@@ -485,26 +477,8 @@
        if (key === 114) {
            comb()
        }
        // if (code1 === 13) {
        //     if (window.getComputedStyle(matDetail).display === 'block') {
        //         confirm()
        //     } else if (window.getComputedStyle(btnCon).display === 'block') {
        //         comb()
        //     }
        // }
    }
    // todo
    // setTimeout(function () {
    //     code.value = "888"
    //     addTableData({
    //         matNo: "1902980-11/14",
    //         matName: "铝带|1100-O|0.33*475|",
    //         str1: "件",
    //         count: 1
    //     })
    // }, 200)
    function help() {
        window.alert("① 按F1输入条码\n" +
            "② 按F2输入物料号,按ENTER查询,选择数量后提取\n" +
src/main/webapp/views/pdaCe/login.html
@@ -3,7 +3,7 @@
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, target-densitydpi=high-dpi, initial-scale=1.0, user-scalable=no"/>
    <title>系统登录</title>
    <title>浙江中扬储存设备有限公司</title>
    <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
    <style>
        html {
@@ -26,7 +26,7 @@
    </style>
</head>
<body>
    <h2>中扬物流</h2>
    <h2>系统登录</h2>
    <div class="login-form">
        <div>
            <span>账号</span>