|
@@ -31,6 +31,7 @@ $(document).ready(function () {
|
|
|
let maxEval = `$('#zmhsContent').is(':visible') ? $('#dataRow').width() - $('#zmhsContent').width() - 300 : $('#dataRow').width() - 300`;
|
|
let maxEval = `$('#zmhsContent').is(':visible') ? $('#dataRow').width() - $('#zmhsContent').width() - 300 : $('#dataRow').width() - 300`;
|
|
|
SlideResize.horizontalSlide(leftElesObj, {min: 300, max: maxEval}, function () {
|
|
SlideResize.horizontalSlide(leftElesObj, {min: 300, max: maxEval}, function () {
|
|
|
refreshALlWorkBook();
|
|
refreshALlWorkBook();
|
|
|
|
|
+ sectionTreeObj.loadRateWidth();
|
|
|
});
|
|
});
|
|
|
SlideResize.loadHorizonWidth(moduleName, [$('#slideResizeLeft')], [$('#leftContent'), $('#mainContent')], function () {
|
|
SlideResize.loadHorizonWidth(moduleName, [$('#slideResizeLeft')], [$('#leftContent'), $('#mainContent')], function () {
|
|
|
//refreshAfterZmhs(false);
|
|
//refreshAfterZmhs(false);
|
|
@@ -104,6 +105,7 @@ $(document).ready(function () {
|
|
|
for (let resize of resizes) {
|
|
for (let resize of resizes) {
|
|
|
setResizeWidth(resize);
|
|
setResizeWidth(resize);
|
|
|
}
|
|
}
|
|
|
|
|
+ sectionTreeObj.loadRateWidth();
|
|
|
}
|
|
}
|
|
|
$('#zmhs').click(function () {
|
|
$('#zmhs').click(function () {
|
|
|
if(!$(this).hasClass('active')){
|
|
if(!$(this).hasClass('active')){
|