#
luxiaotao1123
2021-03-23 d7d00984c029fcc9e340244d2fa974a6d8b3b9e0
src/main/webapp/views/pda/stockIn.html
@@ -263,6 +263,20 @@
    function confirm() {
        var zpallet = $('#code').val();
        if (isEmpty(zpallet)) {
            tips("托盘条码为空", true);
            return;
        }
        var node = $('#node').val();
        if (isEmpty(node)) {
            tips("货位为空", true);
            return;
        }
        if (matData.length === 0) {
            tips("请提取物料", true);
            return;
        }
        layer.open({
            type: 1,
            title: '单据类型',
@@ -291,6 +305,7 @@
            tips("请提取物料", true);
            return;
        }
        layer.closeAll();
        $.ajax({
            url: baseUrl+"/work/stock/in",
            headers: {'token': localStorage.getItem('token')},
@@ -315,6 +330,10 @@
        })
    }
    function doPost() {
    }
    /**
     * 提示信息
     * @param msg 提示内容