|
@@ -19,7 +19,7 @@ let installationFeeObj={
|
|
{headerName: "记取位置", headerWidth: 200, dataCode: "position", hAlign: "left", dataType: "String",cellType:'selectButton',getText:'forPosition'}
|
|
{headerName: "记取位置", headerWidth: 200, dataCode: "position", hAlign: "left", dataType: "String",cellType:'selectButton',getText:'forPosition'}
|
|
],
|
|
],
|
|
view: {
|
|
view: {
|
|
- lockColumns: [0,1,3,4,5,6,7,8,9]
|
|
|
|
|
|
+ lockColumns: [0,1,3,4,5,6,7,8,9,10]
|
|
},
|
|
},
|
|
getText:{
|
|
getText:{
|
|
forPosition:function (item,val) {//记取位置转换
|
|
forPosition:function (item,val) {//记取位置转换
|
|
@@ -383,7 +383,7 @@ let installationFeeObj={
|
|
sheetCommonObj.showData(this.modifyFeeRuleSheet, this.modifyFeeRuleSetting, this.modifyFeeRuleData);
|
|
sheetCommonObj.showData(this.modifyFeeRuleSheet, this.modifyFeeRuleSetting, this.modifyFeeRuleData);
|
|
this.modifyFeeRuleSheet.setRowCount(this.modifyFeeRuleData.length);
|
|
this.modifyFeeRuleSheet.setRowCount(this.modifyFeeRuleData.length);
|
|
let positionCol = _.findIndex(this.modifyFeeRuleSetting.header,{ 'dataCode': "position"});
|
|
let positionCol = _.findIndex(this.modifyFeeRuleSetting.header,{ 'dataCode': "position"});
|
|
- this.modifyFeeRuleSheet.getRange(-1,positionCol, -1, 1, GC.Spread.Sheets.SheetArea.viewport).locked(ration_install.feeType=='子目费用'||ration_install.unifiedSetting==1);//设置选取位置列只读
|
|
|
|
|
|
+ this.modifyFeeRuleSheet.getRange(-1,positionCol, -1, 1, GC.Spread.Sheets.SheetArea.viewport).locked(ration_install.feeType=='子目费用');//设置选取位置列只读
|
|
},
|
|
},
|
|
showRationInstallationData:function (node) {
|
|
showRationInstallationData:function (node) {
|
|
var installationList = [];
|
|
var installationList = [];
|