|
@@ -476,14 +476,12 @@ let installationFeeObj={
|
|
|
let options=[{text:"无",value:""}];
|
|
|
for(let ir of detail.impactRules){
|
|
|
options.push({text:ir.rule,value:ir.ID});
|
|
|
- options.push(ir.rule);
|
|
|
}
|
|
|
options.push({text:"更多",value:'more'});
|
|
|
let dynamicCombo = sheetCommonObj.getDynamicCombo();//new GC.Spread.Sheets.CellTypes.ComboBox();
|
|
|
dynamicCombo.items(options);
|
|
|
dynamicCombo.editorValueType(GC.Spread.Sheets.CellTypes.EditorValueType.value);
|
|
|
sheet.setCellType(row, col, dynamicCombo, GC.Spread.Sheets.SheetArea.viewport);
|
|
|
- sheet.getCell(row,col).wordWrap(true);
|
|
|
},
|
|
|
getFeeItemData:function (datas) {
|
|
|
let feeItemShowArray = [];
|