src/main/webapp/views/pda/comb.html @@ -118,6 +118,10 @@ document.getElementById("code").focus(); return; } if (barcode.length !== 8) { tips("条码必须为8位", true); return; } if (matData.length === 0) { tips("请提取物料", true); return;