|
|
|
@ -487,6 +487,7 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
window.createTask = function () {
|
|
|
|
|
window.localStorage.setItem('self_or_next', 2);
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: '创建任务',
|
|
|
|
@ -513,8 +514,7 @@
|
|
|
|
|
window.location = "./upload_excel.html";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.openFormCreatePage = function () {
|
|
|
|
|
window.localStorage.setItem('self_or_next', 2);
|
|
|
|
|
window.openFormCreatePage = function () {
|
|
|
|
|
window.location = "../form/designer.html";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|