main
kgdxpr 2 years ago
parent 76d1b106ab
commit 4a06f62546

@ -151,13 +151,13 @@
if (obj.data.job_type === 1) { if (obj.data.job_type === 1) {
layer.open({ layer.open({
type: 2, type: 2,
title: '填报', title: '查看',
offset: 'r', offset: 'r',
anim: 'slideLeft', anim: 'slideLeft',
area: ['750px', '100%'], area: ['750px', '100%'],
shade: 0.1, shade: 0.1,
shadeClose: true, 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 { } else {
var base64Url = Base64.encode('/QingLong/collect/getJobBureauFillInfo?job_id=' + obj.data.job_id + '&bureau_id=' + obj.data.bureau_id + '&type_id=2'); var base64Url = Base64.encode('/QingLong/collect/getJobBureauFillInfo?job_id=' + obj.data.job_id + '&bureau_id=' + obj.data.bureau_id + '&type_id=2');

Loading…
Cancel
Save