| src/main/webapp/views/pda/locNormalIn.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/pda/locNormalIn.html
@@ -272,6 +272,14 @@ function confirm() { var matNo = $('#matNo').val(); var count = $('#count').val(); if (count > maxCount) { alert("数量不能超过" + maxCount); return; } if (count < minCount) { alert("数量不能低于" + minCount); return; } var mnemonic = $("#mnemonic").val() === '' ? null : $("#mnemonic").val(); for (var j = 0; j < matData.length; j++) { if (mnemonic) {