@@ -25,7 +25,7 @@ materialCalcObj = {
],
view: {
lockColumns: ["code","name","marketPrice",'offSiteTransportLoss','purchaseStorage'],
- colHeaderHeight:45
+ colHeaderHeight:36
}
},
freightSpread:null,
@@ -47,7 +47,7 @@ materialCalcObj = {
lockColumns: ["exp"],
getText:{
forExp:function (item) {
@@ -68,7 +68,7 @@ materialCalcObj = {
lockColumns: [],
initMaterialSpread:function () {
@@ -77,7 +77,7 @@ projectGljObject={
this.projectGljSheet.bind(GC.Spread.Sheets.Events.EditStarting,this.onProjectGljEditStarting);
this.projectGljSheet.bind(GC.Spread.Sheets.Events.CellDoubleClick, this.onProjectGljDoubleClick);
this.projectGljSheet.name('projectGljSheet');
- this.projectGljSheet.setRowHeight(0, 45, 1);
+ this.projectGljSheet.setRowHeight(0, 36, 1);
initMixRatio:function () {
let me = projectGljObject;