diff --git a/WebRoot/view/tb/dis/job_view.html b/WebRoot/view/tb/dis/job_view.html index 5746551c..7c1af910 100644 --- a/WebRoot/view/tb/dis/job_view.html +++ b/WebRoot/view/tb/dis/job_view.html @@ -74,8 +74,6 @@ $("#sjjzrq").html(sjjzrq); $("#rwmc").html(res.job_name); - - }, error: function (xhr, status, error) { layer.msg("获取数据异常!", { icon: 2, diff --git a/WebRoot/view/tb/dis/job_view_zf.html b/WebRoot/view/tb/dis/job_view_zf.html new file mode 100644 index 00000000..d2c3ceb3 --- /dev/null +++ b/WebRoot/view/tb/dis/job_view_zf.html @@ -0,0 +1,123 @@ + + + + + + + + + + + +
+ +
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+
+ +
+
+
+ + +
+ + +
+ + + + + + + \ No newline at end of file diff --git a/WebRoot/view/tb/dis/task_list_y.html b/WebRoot/view/tb/dis/task_list_y.html index 2def98cc..b88c301e 100644 --- a/WebRoot/view/tb/dis/task_list_y.html +++ b/WebRoot/view/tb/dis/task_list_y.html @@ -204,8 +204,8 @@ type: 2, title: '查看', shade: 0.1, - area: ['800px', '400px'], - content: './job_view.html?job_id=' + obj.data.job_id + "&status_code=" + obj.data.status_code + "&target_id=" + obj.data.target_id + area: ['800px', '450px'], + content: './job_view_zf.html?job_id=' + obj.data.job_id + "&status_code=" + obj.data.status_code + "&target_id=" + obj.data.target_id }); }