|
|
@@ -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();
|
|
|
}
|