sunhao 5 years ago
parent
commit
c0ebcd0ab8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/views/order/orderedit.blade.php

+ 3 - 0
resources/views/order/orderedit.blade.php

@@ -447,6 +447,9 @@
447 447
       });
448 448
 
449 449
      $('body').on('click', function(){
450
+        $('input[name=goods_name]').on('click',function(e){
451
+            e.stopPropagation();
452
+        });
450 453
         document.getElementById('good_sku').style.display='none'
451 454
      })
452 455