MaiXinRong 2 هفته پیش
والد
کامیت
0d8a89ed18
3فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 3 0
      app/public/js/cost_stage_analysis.js
  2. 3 0
      app/public/js/cost_stage_book.js
  3. 3 0
      app/public/js/cost_stage_ledger.js

+ 3 - 0
app/public/js/cost_stage_analysis.js

@@ -25,6 +25,7 @@ $(document).ready(function() {
             this.tree = createNewPathTree('ledger', this.treeSetting);
             this.spreadSetting = bllsSpreadSetting;
             this.spreadSetting.readOnly = readOnly;
+            this.spreadSetting.tipsSum = true;
             sjsSettingObj.setFxTreeStyle(this.spreadSetting, sjsSettingObj.FxTreeStyle.phasePay);
 
             this.ckBillsSpread = window.location.pathname + '-billsSelect';
@@ -476,8 +477,10 @@ $(document).ready(function() {
             this.data = createAncillaryGcl({ id: 'id', masterId: 'ledger_id', sort: [['d_order', 'asc']] });
             this.dealSpreadSetting = dealSpreadSetting;
             this.dealSpreadSetting.readOnly = readOnly;
+            this.dealSpreadSetting.tipsSum = true;
             this.commonSpreadSetting = commonSpreadSetting;
             this.commonSpreadSetting.readOnly = readOnly;
+            this.commonSpreadSetting.tipsSum = true;
 
             this.initSpread();
         }

+ 3 - 0
app/public/js/cost_stage_book.js

@@ -43,6 +43,7 @@ $(document).ready(function() {
                     key: 'cost_book',
                     colWidth: true,
                 },
+                tipsSum: true,
             };
             sjsSettingObj.setFxTreeStyle(this.spreadSetting, sjsSettingObj.FxTreeStyle.phasePay);
 
@@ -394,6 +395,7 @@ $(document).ready(function() {
                     key: 'cost_book_deal',
                     colWidth: true,
                 },
+                tipsSum: true,
             };
             this.commonSpreadSetting = {
                 cols: [
@@ -417,6 +419,7 @@ $(document).ready(function() {
                     key: 'cost_book_detail',
                     colWidth: true,
                 },
+                tipsSum: true,
             };
 
             this.initSpread();

+ 3 - 0
app/public/js/cost_stage_ledger.js

@@ -76,6 +76,7 @@ $(document).ready(function() {
                         },
                     },
                 ],
+                tipsSum: true,
             };
             sjsSettingObj.setFxTreeStyle(this.spreadSetting, sjsSettingObj.FxTreeStyle.phasePay);
 
@@ -559,6 +560,7 @@ $(document).ready(function() {
                         },
                     },
                 ],
+                tipsSum: true,
             };
             this.commonSpreadSetting = {
                 cols: [
@@ -615,6 +617,7 @@ $(document).ready(function() {
                         },
                     },
                 ],
+                tipsSum: true,
             };
 
             this.initSpread();