src/main/webapp/views/pda/stockCheck.html
@@ -299,10 +299,14 @@ tips("货位不能为空", true); return; } if (locDetlData.length === 0) { tips("请提取物料", true); 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", headers: {'token': localStorage.getItem('token')},