Commit 561b2000 by 朱继来

调整

parent 02d928ff
Showing with 1 additions and 1 deletions
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
}) })
// 输入数量校验 // 输入数量校验
$(document).off().delegate('.change_number', 'keyup', function(){ $('.order-change-table tr').off().delegate('.change_number', 'keyup', function(){
var val = $(this).val(); var val = $(this).val();
var reg = /^\d{0,8}$/g; var reg = /^\d{0,8}$/g;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment