|
|
@@ -728,8 +728,10 @@ $(document).ready(() => {
|
|
|
SpreadJsObj.initSheet(materialExponentSpread.getActiveSheet(), materialExponentSpreadSetting);
|
|
|
materialExponentSpreadObj.getMaterialExponentData();
|
|
|
SpreadJsObj.loadSheetData(materialExponentSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialExponentData);
|
|
|
- if (showStageExponent || exponent_nodes) setExCalc();
|
|
|
- if (exponent_nodes) resetExTpTable();
|
|
|
+ if (showStageExponent || exponent_nodes) {
|
|
|
+ setExCalc();
|
|
|
+ resetExTpTable();
|
|
|
+ }
|
|
|
materialExponentSpreadObj.refreshActn();
|
|
|
|
|
|
// 期切换
|
|
|
@@ -952,7 +954,7 @@ $(document).ready(() => {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- $('a', '[id=material-exponent-tab]').click(function() {
|
|
|
+ $('#material-exponent-tab a').click(function() {
|
|
|
setTimeout(refreshRelaSpread, 100);
|
|
|
});
|
|
|
|