if (A == '1月'&&B == '2023') {
window.parent.FS.tabPane.addItem({
title: "表1",
src: "${servletURL}?reportlet=wlb_jjingying/表1.cpt&op=view&日期=2023-01"+"&公司="+单位
})
}else {
window.parent.FS.tabPane.addItem({
title: "表2",
src: "${servletURL}?reportlet=wlb_jjingying/表2.cpt&op=view&日期="+日期+"&公司="+单位
})
}