|
|
@ -1508,20 +1508,20 @@ |
|
|
|
success: function (data) { |
|
|
|
if (data.state == "success") { |
|
|
|
$.modalMsg(data.message, data.state); |
|
|
|
Seach(); |
|
|
|
} else { |
|
|
|
$.modalAlert(data.message, data.state); |
|
|
|
} |
|
|
|
$.currentWindow().$("#gridList").trigger("reloadGrid"); |
|
|
|
; |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (sign != '') { |
|
|
|
$.modalAlertNew('', sign,); |
|
|
|
return; |
|
|
|
} |
|
|
|
//if (sign != '') { |
|
|
|
// $.modalAlertNew('', sign,); |
|
|
|
// return; |
|
|
|
//} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|