批量下发时不打印json数据日志

This commit is contained in:
zhangwei
2018-12-18 12:41:58 +06:00
parent 7cca77addf
commit 96fdd8772d
2 changed files with 26 additions and 17 deletions

View File

@@ -34,7 +34,16 @@
// });
// ajaxConnPercent();
});
/** 打印预览,弹出新页面 **/
function printPreview(path, title, content){
var options = {
popTitle : title+'打印预览',
mode : 'popup',
popClose : false,
extraCss : path+'/css/table.css'
};
$("div#"+content+"").printArea(options);
}
</script>
</head>
<body>