|
|
|
@ -291,7 +291,7 @@
|
|
|
|
|
maxmin: false,
|
|
|
|
|
move: false,
|
|
|
|
|
area: ['100%', '100%'],
|
|
|
|
|
content: "../dis/task_view_p.html?job_id=" + job_id + "&job_type=" + job_type
|
|
|
|
|
content: "../dis/task_view_p.html?job_id=" + job_id + "&job_type=" + job_type + "&self_or_next=1"
|
|
|
|
|
});
|
|
|
|
|
// if (target_type_id == 1) {
|
|
|
|
|
// layer.open({
|
|
|
|
@ -479,7 +479,7 @@
|
|
|
|
|
|
|
|
|
|
window.createTask = function () {
|
|
|
|
|
window.localStorage.setItem('self_or_next', 1);
|
|
|
|
|
window.localStorage.setItem('target_type_id', 2);
|
|
|
|
|
window.localStorage.setItem('target_type_id', 2);
|
|
|
|
|
window.location = "../form/designer.html";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|