Browse Source

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

MaiXinRong 11 months ago
parent
commit
9a984fef0d
1 changed files with 4 additions and 4 deletions
  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() {
     $('[name=gather-anc-gcl]').change(function() {
         const checkOption = $('[name=gather-anc-gcl]:checked');
         const checkOption = $('[name=gather-anc-gcl]:checked');
-        if (checkOption.length === 0) {
-            toastr.warning('请至少选择一个汇总条件');
-            return;
-        }
+        // if (checkOption.length === 0) {
+        //     toastr.warning('请至少选择一个汇总条件');
+        //     return;
+        // }
 
 
         const fields = [];
         const fields = [];
         for (const co of checkOption) {
         for (const co of checkOption) {