|
|
|
@ -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');
|
|
|
|
|