From dcc9ad813d2823b8483db21be1e422165401a8e2 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Thu, 25 Jan 2024 11:24:10 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/dis/job_view.html | 49 ++++++++++++++-------------- WebRoot/view/tb/dis/task_list_y.html | 4 +-- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/WebRoot/view/tb/dis/job_view.html b/WebRoot/view/tb/dis/job_view.html index 2fb56272..2289db49 100644 --- a/WebRoot/view/tb/dis/job_view.html +++ b/WebRoot/view/tb/dis/job_view.html @@ -24,34 +24,32 @@
- -
-
- -
-
-
+ +
+
+ +
+
-
- -
-
-
+
+
+ +
+
-
- -
-
+
+
+ +
+
-
-
+
- -
- + + +
+ @@ -63,9 +61,10 @@ var jobId = GetQueryString("job_id"); + var targetId = GetQueryString("target_id"); $.ajax({ - url: "/QingLong/collect/getJob?job_id=" + jobId, + url: "/QingLong/collect/getJob?job_id=" + jobId + "&target_id=" + targetId, async: false, type: 'GET', success: function (res) { @@ -74,7 +73,7 @@ $("#sjjzrq").html(sjjzrq); $("#rwmc").html(res.job_name); - + }, error: function (xhr, status, error) { layer.msg("获取数据异常!", { diff --git a/WebRoot/view/tb/dis/task_list_y.html b/WebRoot/view/tb/dis/task_list_y.html index a71172f4..831c027a 100644 --- a/WebRoot/view/tb/dis/task_list_y.html +++ b/WebRoot/view/tb/dis/task_list_y.html @@ -174,7 +174,7 @@ $.ajax({ url: '/QingLong/collect/setForwardFinish', type: 'post', - data: { job_id: obj.data.job_id }, + data: { job_id: obj.data.job_id, status_code: obj.data.status_code }, success: function (result) { if (result.success) { layer.msg("提交给上级成功!", { @@ -200,7 +200,7 @@ title: '查看', shade: 0.1, area: ['800px', '400px'], - content: './job_view.html?job_id=' + obj.data.job_id + content: './job_view.html?job_id=' + obj.data.job_id + '&target_id=' + obj.data.target_id }); }