소스 검색

清单对比,辅助工程,汇总调整

MaiXinRong 1 년 전
부모
커밋
9a984fef0d
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      app/public/js/ledger_gather.js

+ 4 - 4
app/public/js/ledger_gather.js

@@ -415,10 +415,10 @@ $(document).ready(() => {
     });
     $('[name=gather-anc-gcl]').change(function() {
         const checkOption = $('[name=gather-anc-gcl]:checked');
-        if (checkOption.length === 0) {
-            toastr.warning('请至少选择一个汇总条件');
-            return;
-        }
+        // if (checkOption.length === 0) {
+        //     toastr.warning('请至少选择一个汇总条件');
+        //     return;
+        // }
 
         const fields = [];
         for (const co of checkOption) {