|
|
|
@ -158,11 +158,17 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
window.publish = function (obj) {
|
|
|
|
|
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: '发布任务',
|
|
|
|
|
shade: 0.1,
|
|
|
|
|
area: ['650px', '385px'],
|
|
|
|
|
content: './publish.html?job_id=' + obj.data.job_id
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.update = function (obj) {
|
|
|
|
|
window.location = "./fields_set.html?job_id=" + obj.data.job_id;
|
|
|
|
|
window.location = "./fields_set.html?job_id=" + obj.data.job_id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.rename = function (obj) {
|
|
|
|
|