Просмотр исходного кода

清单对比,签约-台账,变更为台账-签约

MaiXinRong 4 лет назад
Родитель
Сommit
330299cd34
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app/public/js/ledger_gather.js
  2. 1 1
      app/view/ledger/gather.ejs

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

@@ -47,7 +47,7 @@ $(document).ready(() => {
             {title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'deal_bills_tp', hAlign: 2, width: 80, type: 'Number'},
             {title: '台账|数量', colSpan: '2|1', rowSpan: '1|1', field: 'quantity', hAlign: 2, width: 80, type: 'Number'},
             {title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'total_price', hAlign: 2, width: 80, type: 'Number'},
-            {title: '签约-台账|数量', colSpan: '2|1', rowSpan: '1|1', field: 'compare_qty', hAlign: 2, width: 80, type: 'Number'},
+            {title: '台账-签约|数量', colSpan: '2|1', rowSpan: '1|1', field: 'compare_qty', hAlign: 2, width: 80, type: 'Number'},
             {title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'compare_tp', hAlign: 2, width: 80, type: 'Number'},
         ],
         emptyRows: 0,

+ 1 - 1
app/view/ledger/gather.ejs

@@ -7,7 +7,7 @@
                 <a class="btn btn-sm btn-light">
                     <div class="custom-control custom-checkbox">
                         <input type="checkbox" class="custom-control-input" id="compare-tag" checked="checked">
-                        <label class="custom-control-label text-primary" for="compare-tag">签约-台账≠0</label>
+                        <label class="custom-control-label text-primary" for="compare-tag">台账-签约≠0</label>
                     </div>
                 </a>
             </div>