瀏覽代碼

Merge branch 'iao_team' of http://host.webmagistri.biz:3000/parisio/iao_team into iao_team

FabioFratini 8 月之前
父節點
當前提交
979d25dbb7
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      resources/views/livewire/records_in.blade.php

+ 3 - 1
resources/views/livewire/records_in.blade.php

@@ -1012,7 +1012,9 @@
         }
 
         function setChangedAmount() {
-            @this.setAmount();
+            @if(!$isDuplicate)
+                @this.setAmount();
+            @endif
         }
 
     </script>