增加系统配置的功能
This commit is contained in:
@@ -187,7 +187,8 @@
|
||||
//报表打印
|
||||
function print() {
|
||||
$("#printBtn").off("click").on("click",function(){
|
||||
CreateFormPage('打印报表', $('#tableData'));
|
||||
var path = "<%=path %>";
|
||||
CreateFormPage('打印报表', $('#tableData'), path);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user