浏览代码

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

MaiXinRong 11 月之前
父节点
当前提交
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) {