|
@@ -582,6 +582,9 @@ var gljOprObj = {
|
|
|
details=_.sortBy(details,'seq');
|
|
|
sheetCommonObj.showData(this.detailSheet,this.detailSetting,details);
|
|
|
this.detailData = details;
|
|
|
+ if(MainTreeCol.readOnly.forQuantifyDetail(node)){
|
|
|
+ this.detailSheet.getRange(-1,0,-1,this.detailSetting.header.length).locked(true);
|
|
|
+ }
|
|
|
},
|
|
|
clearSheetData:function () {
|
|
|
sheetCommonObj.showData(this.sheet,this.setting,[]);
|