Commit 84b76a05 by 朱继来

Merge branch 'zjl_freight_20210129'

parents 5b5d8567 561b2000
Showing with 1 additions and 1 deletions
......@@ -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 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