|
@@ -61,14 +61,14 @@ var sideToolsObj = {
|
|
|
loadSize(sideResizeEles, 'width', function(){
|
|
|
refreshSubSpread();
|
|
|
if(id === 'stdRationTab'){//定额库
|
|
|
- autoFlashHeight();
|
|
|
+ //autoFlashHeight();
|
|
|
loadSize(rationLibResizeEles, 'height', function(){
|
|
|
rationLibObj.refreshSpread();;//subSpread、jobSpread、itemSpread显示问题
|
|
|
});
|
|
|
}
|
|
|
else{//清单库
|
|
|
loadSize(billsLibResizeEles, 'height', function(){
|
|
|
- autoFlashHeight();
|
|
|
+ //autoFlashHeight();
|
|
|
billsLibObj.refreshBillsSpread();
|
|
|
billsLibObj.refreshBillsRelaSpread();
|
|
|
});
|
|
@@ -81,6 +81,7 @@ var sideToolsObj = {
|
|
|
tabPanel.hide();
|
|
|
refreshSubSpread();
|
|
|
}
|
|
|
+ autoFlashHeight();
|
|
|
}
|
|
|
};
|
|
|
|