#
luxiaotao1123
2021-03-13 381cfbd6632bf952f3615deedbd158a33bfe2f62
#
3个文件已修改
6 ■■■■■ 已修改文件
src/main/webapp/views/pda/comb.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/stockIn.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/stockOut.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/comb.html
@@ -199,6 +199,7 @@
    // 组托
    function comb() {
        layer.confirm('组托当前物料明细?', {shadeClose: true}, function(){
        var zpallet = $('#code').val();
        if (isEmpty(zpallet)) {
            tips("托盘条码为空", true);
@@ -234,6 +235,7 @@
                }
            }
        })
        });
    }
    /*************************************  数量  ****************************************/
src/main/webapp/views/pda/stockIn.html
@@ -245,6 +245,7 @@
    // 上架
    function pakIn() {
        layer.confirm('上架当前托盘?', {shadeClose: true}, function(){
        var zpallet = $('#code').val();
        if (isEmpty(zpallet)) {
            tips("托盘条码为空", true);
@@ -280,6 +281,7 @@
                }
            }
        })
        })
    }
    /**
src/main/webapp/views/pda/stockOut.html
@@ -151,6 +151,7 @@
    // 拣货确认
    function pakoutConfirm() {
        layer.confirm('确认拣货完成?', {shadeClose: true}, function(){
        if (pakoutData == null || pakoutData.length === 0) {
            tips("请确认单据编号!", true);
            return;
@@ -179,6 +180,7 @@
                }
            }
        })
        });
    }
    // 重置