diff --git a/WebRoot/view/tb/org/task_view.html b/WebRoot/view/tb/org/task_view.html index 80cf8b85..6c46a8c0 100644 --- a/WebRoot/view/tb/org/task_view.html +++ b/WebRoot/view/tb/org/task_view.html @@ -151,13 +151,13 @@ if (obj.data.job_type === 1) { layer.open({ type: 2, - title: '填报', + title: '查看', offset: 'r', anim: 'slideLeft', area: ['750px', '100%'], shade: 0.1, shadeClose: true, - content: "../form/view_bureau.html?job_id=" + obj.data.job_id + "&bureau_id=" + obj.data.bureau_id + content: "../form/view_bureau.html?job_id=" + obj.data.job_id + "&target_id=" + obj.data.target_id }); } else { var base64Url = Base64.encode('/QingLong/collect/getJobBureauFillInfo?job_id=' + obj.data.job_id + '&bureau_id=' + obj.data.bureau_id + '&type_id=2');