点晴模切ERP-提交前校验生产日期与批号是否一致的功能JS
当前位置:点晴教程→点晴ERP企业管理信息系统
→『 经验分享&操作答疑 』
:点晴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,联系电话:4001861886 该文章在 2023/11/24 16:11:29 编辑过 |
关键字查询
相关文章
正在查询... |