|
|
@@ -22,7 +22,7 @@ $(document).ready(function() {
|
|
|
isLeaf: 'tree_is_leaf',
|
|
|
fullPath: 'tree_full_path',
|
|
|
rootId: -1,
|
|
|
- calcFields: ['cur_tp', 'pre_tp', 'end_tp'],
|
|
|
+ calcFields: ['sf_tp', 'in_tp', 'in_excl_tax_tp'],
|
|
|
keys: ['id', 'stage_id', 'tree_id'],
|
|
|
};
|
|
|
this.tree = createNewPathTree('ledger', this.treeSetting);
|
|
|
@@ -32,6 +32,7 @@ $(document).ready(function() {
|
|
|
{title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 185, formatter: '@', cellType: 'autoTip', readOnly: true},
|
|
|
{title: '单位', colSpan: '1', rowSpan: '1', field: 'unit', hAlign: 1, width: 50, formatter: '@', cellType: 'unit', readOnly: true},
|
|
|
{title: '税率(%)', colSpan: '1', rowSpan: '1', field: 'tax', hAlign: 2, width: 80, type: 'Number', readOnly: true},
|
|
|
+ {title: '实付金额', colSpan: '1', rowSpan: '1', field: 'sf_tp', hAlign: 2, width: 80, type: 'Number', readOnly: true},
|
|
|
{title: '入账金额', colSpan: '1', rowSpan: '1', field: 'in_tp', hAlign: 2, width: 80, type: 'Number'},
|
|
|
{title: '入账金额(不含税)', colSpan: '1', rowSpan: '1', field: 'in_excl_tax_tp', hAlign: 2, width: 100, type: 'Number', readOnly: true},
|
|
|
{title: '本期批注', colSpan: '1', rowSpan: '1', field: 'postil', hAlign: 0, width: 100, formatter: '@'},
|