|
@@ -528,6 +528,7 @@ var gljOprObj = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
showRationGLJSheetData:function (init) {
|
|
showRationGLJSheetData:function (init) {
|
|
|
|
+ this.sheet.getRange(0,-1,this.sheet.getRowCount(),-1).visible(true);
|
|
if(init){
|
|
if(init){
|
|
this.sheetData=_.sortBy(this.sheetData,'type');
|
|
this.sheetData=_.sortBy(this.sheetData,'type');
|
|
this.addMixRatioToShow();
|
|
this.addMixRatioToShow();
|
|
@@ -999,7 +1000,7 @@ var gljOprObj = {
|
|
drowRect(ctx,x,y,w,h);
|
|
drowRect(ctx,x,y,w,h);
|
|
var collapsed = options.sheet.getTag(options.row,options.col);
|
|
var collapsed = options.sheet.getTag(options.row,options.col);
|
|
drowSymbol(ctx,x,y,w,h,collapsed);
|
|
drowSymbol(ctx,x,y,w,h,collapsed);
|
|
- }else if(recode.isMixRatio){
|
|
|
|
|
|
+ }else if(recode&&recode.isMixRatio){
|
|
offset= drowSubItem(ctx,x,y,w,h,offset,data[options.row+1]);
|
|
offset= drowSubItem(ctx,x,y,w,h,offset,data[options.row+1]);
|
|
offset+=1;
|
|
offset+=1;
|
|
}
|
|
}
|