JS隐藏sheet页--https://help.fanruan.com/finereport/doc-view-1740.html
可以
if (!window.flag) {
$('li[title="季度"]').hide();
$('li[title="库存&可耗用"]').hide();
_g().loadSheetByName("月度");
flag = true;
//使用全局变量防止该事件重复执行
}