|
@@ -144,7 +144,7 @@ const BaseSetCol = {
|
|
|
{ key: 'unit_price', name: '单价', fixed: ['alias'], bills: 1, pos: 0 },
|
|
|
{ key: 'deal_calc', name: '签约', fixed: [], bills: 1, pos: 0 },
|
|
|
{ key: 'tz_calc', name: '台账', fixed: [], bills: 1, pos: 1},
|
|
|
- { key: 'tz2_calc', name: '变更后台账', fixed: [], bills: 1, pos: 1},
|
|
|
+ { key: 'tz2_calc', name: '变更后', fixed: [], bills: 1, pos: 1},
|
|
|
{ key: 'real_qty', name: '现场实际数量', fixed: ['valid', 'alias'], bills: 0, pos: 1},
|
|
|
{ key: 'estimate_qty', name: '预计变更数量', fixed: ['valid', 'alias'], bills: 0, pos: 1},
|
|
|
{ key: 'cur_calc', name: '本期计量', fixed: ['alias'], bills: 1, pos: 1, },
|
|
@@ -195,7 +195,7 @@ const BaseSetCol = {
|
|
|
{ key: 'unit_price', name: '单价', fixed: ['alias'], bills: 1, pos: 0 },
|
|
|
{ key: 'deal_calc', name: '签约', fixed: [], bills: 1, pos: 0 },
|
|
|
{ key: 'tz_calc', name: '台账', fixed: [], bills: 1, pos: 1},
|
|
|
- { key: 'tz2_calc', name: '变更后台账', fixed: [], bills: 1, pos: 1},
|
|
|
+ { key: 'tz2_calc', name: '变更后', fixed: [], bills: 1, pos: 1},
|
|
|
{ key: 'real_qty', name: '现场实际数量', fixed: ['valid', 'alias'], bills: 0, pos: 1},
|
|
|
{ key: 'estimate_qty', name: '预计变更数量', fixed: ['valid', 'alias'], bills: 0, pos: 1},
|
|
|
{ key: 'cur_calc', name: '本期计量', fixed: ['alias'], bills: 1, pos: 1, },
|
|
@@ -610,7 +610,7 @@ const BaseSpreadColSetting = {
|
|
|
{title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'total_price', hAlign: 2, width: 60, readOnly: true, type: 'Number'},
|
|
|
],
|
|
|
tz2_calc: [
|
|
|
- {title: '变更后台账|数量', colSpan: '2|1', rowSpan: '1|1', field: 'tz2_qty', hAlign: 2, width: 60, readOnly: true, type: 'Number', aliasFormat: '{%s}|数量'},
|
|
|
+ {title: '变更后|数量', colSpan: '2|1', rowSpan: '1|1', field: 'tz2_qty', hAlign: 2, width: 60, readOnly: true, type: 'Number', aliasFormat: '{%s}|数量'},
|
|
|
{title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'tz2_tp', hAlign: 2, width: 60, readOnly: true, type: 'Number'},
|
|
|
],
|
|
|
deal_calc: [
|
|
@@ -774,7 +774,7 @@ const BaseSpreadColSetting = {
|
|
|
{title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'total_price', hAlign: 2, width: 60, readOnly: true, type: 'Number'},
|
|
|
],
|
|
|
tz2_calc: [
|
|
|
- {title: '变更后台账|数量', colSpan: '2|1', rowSpan: '1|1', field: 'tz2_qty', hAlign: 2, width: 60, readOnly: true, type: 'Number', aliasFormat: '{%s}|数量'},
|
|
|
+ {title: '变更后|数量', colSpan: '2|1', rowSpan: '1|1', field: 'tz2_qty', hAlign: 2, width: 60, readOnly: true, type: 'Number', aliasFormat: '{%s}|数量'},
|
|
|
{title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'tz2_tp', hAlign: 2, width: 60, readOnly: true, type: 'Number'},
|
|
|
],
|
|
|
deal_calc: [
|