點晴模切ERP-提交前校驗生產日期與批號是否一致的功能JS
:點晴ERP-提交前校驗生產日期與批號是否一致的功能JS 提交前校驗生產日期與批號是否一致的功能JS(適用于采購入庫) 如下圖: var tr_num=document.getElementById("num").value; for(no_i=0;no_i<=tr_num-1;no_i++){ var isroll_quantity=document.getElementById("roll_quantity"+no_i).value; if(isroll_quantity>300){ alert("不允許錄入超300卷"); return false; } } var n = document.getElementById('other_num').value; var other_in_stock_roll_quantity_count=0; if (n>0){ for(no_i=0;no_i<=n-1;no_i++){ other_in_stock_roll_quantity_count=document.getElementById("other_in_stock_roll_quantity"+no_i).value-(-other_in_stock_roll_quantity_count); if(other_in_stock_roll_quantity>300){ alert("不允許錄入超300卷"); return false; } var other_produce_time=document.getElementById("other_produce_time"+no_i).value; var other_batch_no=document.getElementById("other_batch_no"+no_i).value; other_produce_time=other_produce_time.substring(0,10); other_produce_time=other_produce_time.replace(/-/g,""); other_batch_no=other_batch_no.substring(12,20); if(other_batch_no!=other_produce_time){ alert("第"+(no_i+1)+"行的日期與批號不對應"); return false; } } } 把以上代碼加上提交前的JS。 如下圖:
點晴模切ERP更多信息:http://moqie.clicksun.cn,聯(lián)系電話:4001861886 該文章在 2023/11/24 16:11:29 編輯過 |
關鍵字查詢
相關文章
正在查詢... |