main
kgdxpr 2 years ago
parent 5d540961ac
commit c1c34eebc9

@ -2,7 +2,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title> <title>查看填报详情</title>
<link rel="stylesheet" href="../../component/pear/css/pear.css" /> <link rel="stylesheet" href="../../component/pear/css/pear.css" />
<style mce_bogus="1"> <style mce_bogus="1">
@ -34,7 +34,7 @@
var _url = Base64.decode(GetQueryString("url")); var _url = Base64.decode(GetQueryString("url"));
$(document).attr("title", "查看"); // $(document).attr("title", "查看");
var data = { "url": _url }; var data = { "url": _url };

@ -204,7 +204,6 @@
} }
window.viewReportInfo = function (obj) { window.viewReportInfo = function (obj) {
if (obj.data.job_type === 1) { if (obj.data.job_type === 1) {
layer.open({ layer.open({
type: 2, type: 2,

Loading…
Cancel
Save