#
luxiaotao1123
2021-03-24 df142079833e357624e64bd327e40e1f5f2e8fa9
src/main/webapp/views/pda/stockCheck.html
@@ -299,9 +299,13 @@
            tips("货位不能为空", true);
            return;
        }
        if (locDetlData.length === 0) {
            tips("请提取物料", true);
            return;
        if (locDetlData.length > 0) {
            for (var i = 0; i<locDetlData.length; i++) {
                if (locDetlData[i].count === null || locDetlData[i].count === 0) {
                    tips(locDetlData[i].matnr + "商品数量错误", true);
                    return;
                }
            }
        }
        $.ajax({
            url: baseUrl+"/work/stock/check",