|
|
@ -286,11 +286,13 @@ $(function() {
|
|
|
|
submitHandler : function(form) {
|
|
|
|
submitHandler : function(form) {
|
|
|
|
$.post(base_url + "/jobinfo/add", $("#addModal .form").serialize(), function(data, status) {
|
|
|
|
$.post(base_url + "/jobinfo/add", $("#addModal .form").serialize(), function(data, status) {
|
|
|
|
if (data.code == "200") {
|
|
|
|
if (data.code == "200") {
|
|
|
|
ComAlert.show(1, "新增任务成功", function(){
|
|
|
|
|
|
|
|
//window.location.reload();
|
|
|
|
|
|
|
|
$('#addModal').modal('hide');
|
|
|
|
$('#addModal').modal('hide');
|
|
|
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
|
|
|
ComAlert.show(1, "新增任务成功", function(){
|
|
|
|
jobTable.fnDraw();
|
|
|
|
jobTable.fnDraw();
|
|
|
|
|
|
|
|
//window.location.reload();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
}, 315);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
if (data.msg) {
|
|
|
|
if (data.msg) {
|
|
|
|
ComAlert.show(2, data.msg);
|
|
|
|
ComAlert.show(2, data.msg);
|
|
|
|