|
@@ -47,7 +47,6 @@ $('.iconCalen').on("mouseleave", function (e) {
|
|
$('.iconCalen').on("click", function (e) {
|
|
$('.iconCalen').on("click", function (e) {
|
|
$(this).parent().find("input").focus()
|
|
$(this).parent().find("input").focus()
|
|
})
|
|
})
|
|
-
|
|
|
|
$(".menu .page", parent.document).removeClass("active")
|
|
$(".menu .page", parent.document).removeClass("active")
|
|
$(parent.document).find(".menu .page[code=YH-SSXX-SSJL]").addClass("active")
|
|
$(parent.document).find(".menu .page[code=YH-SSXX-SSJL]").addClass("active")
|
|
|
|
|
|
@@ -370,8 +369,7 @@ function renderTab(data) {
|
|
})
|
|
})
|
|
$(".appealAgain").click(function () {
|
|
$(".appealAgain").click(function () {
|
|
let i = $(this).parent().attr("data-index")
|
|
let i = $(this).parent().attr("data-index")
|
|
- $("#delModal .modal-body").html("");
|
|
|
|
- $("#delModal").show();
|
|
|
|
|
|
+
|
|
getCheckUser()
|
|
getCheckUser()
|
|
getAppealOperationType(data[i])
|
|
getAppealOperationType(data[i])
|
|
})
|
|
})
|
|
@@ -389,12 +387,14 @@ function getAppealOperationType(data) {
|
|
post(api.getAppealOperationType, { appealOperationType: data.appealOperationType, exampleStatus: data.exampleStatus, qcresultDetailId: data.qcresultDetailId }).then(function (res) {
|
|
post(api.getAppealOperationType, { appealOperationType: data.appealOperationType, exampleStatus: data.exampleStatus, qcresultDetailId: data.qcresultDetailId }).then(function (res) {
|
|
if (res.data.code === '0') {
|
|
if (res.data.code === '0') {
|
|
data.appealOperationType = res.data.data.appealOperationType
|
|
data.appealOperationType = res.data.data.appealOperationType
|
|
|
|
+ $("#delModal .modal-body").html("");
|
|
|
|
+ $("#delModal").show();
|
|
$("#appealDef").tmpl(data).appendTo("#delModal .modal-body");
|
|
$("#appealDef").tmpl(data).appendTo("#delModal .modal-body");
|
|
$("#delModal .confirm").text("确定").unbind("click").click(function () {
|
|
$("#delModal .confirm").text("确定").unbind("click").click(function () {
|
|
addAppealInfo(data)
|
|
addAppealInfo(data)
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
- $.alerModal({ "message": res.data.msg || '失败,请重试~', type: "tip", time: '1000', win: 'default' });
|
|
|
|
|
|
+ $.alerModal({ "message": res.data.msg || '失败,请重试~', type: "tip", time: '1000', win: 'warn' });
|
|
|
|
|
|
}
|
|
}
|
|
}).catch(() => {
|
|
}).catch(() => {
|