#
luxiaotao1123
2021-05-27 83c2e75757034d753d8e69a24e8713e3b84d266a
#
2个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/views/pda/pakin.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/stockCheck.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/pakin.html
@@ -169,7 +169,7 @@
            method: 'POST',
            success: function (res) {
                if (res.code === 200) {
                    if (res.data != null) {
                    if (res.data != null && res.data.length > 0) {
                        $('#node-ok').show();
                        $("#mat-btn").focus();
                    } else {
src/main/webapp/views/pda/stockCheck.html
@@ -68,7 +68,7 @@
<header>
    <div class="layui-input-inline" style="margin-top: 0px">
        <label class="layui-form-label">货位</label>
        <input class="layui-input" id="locNo" onkeyup="find(this)" placeholder="扫码 / 输入" autocomplete="off" style="width: 75%; height: 40px; margin-right: 0;">
        <input class="layui-input" id="locNo" onkeyup="find(this)" placeholder="扫码 / 输入" autocomplete="off" style="width: 65%; height: 40px; margin-right: 0;float: left">
        <span id="node-ok"></span>
    </div>
    <div style="margin: 5px 5px">
@@ -174,7 +174,7 @@
            method: 'GET',
            success: function (res) {
                if (res.code === 200) {
                    if (res.data != null) {
                    if (res.data != null && res.data > 0) {
                        locDetlData = [];
                        initTableData(res.data);
                        $('#node-ok').show();