批量下发时不打印json数据日志
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user