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",