|
@@ -191,6 +191,7 @@ $(document).on("click", "input[type=radio][value=2]", (e) => {
|
|
});
|
|
});
|
|
$(document).on("click", ".btn-sure", (e) => {
|
|
$(document).on("click", ".btn-sure", (e) => {
|
|
$("#delModal .modal-body").html("");
|
|
$("#delModal .modal-body").html("");
|
|
|
|
+ $("#delModal .modal-header .title").html('审核');
|
|
$("#delModal").show();
|
|
$("#delModal").show();
|
|
if (appealOperationType == 0) {
|
|
if (appealOperationType == 0) {
|
|
$("#appealDel").tmpl(appealExamineRecordDTOList).appendTo("#delModal .modal-body");
|
|
$("#appealDel").tmpl(appealExamineRecordDTOList).appendTo("#delModal .modal-body");
|
|
@@ -233,7 +234,6 @@ $(document).on("click", ".btn-cancel", (e) => {
|
|
$("#delModal .modal-body").html("");
|
|
$("#delModal .modal-body").html("");
|
|
$("#delModal").show();
|
|
$("#delModal").show();
|
|
$("#delModal .modal-header .title").html('驳回');
|
|
$("#delModal .modal-header .title").html('驳回');
|
|
-
|
|
|
|
$("#appealReject").tmpl(appealExamineRecordDTOList[0]).appendTo("#delModal .modal-body");
|
|
$("#appealReject").tmpl(appealExamineRecordDTOList[0]).appendTo("#delModal .modal-body");
|
|
$("#delModal .confirm").text("确定").unbind("click").click(function () {
|
|
$("#delModal .confirm").text("确定").unbind("click").click(function () {
|
|
rejected()
|
|
rejected()
|