فهرست منبع

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

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) {