|
@@ -45,7 +45,8 @@ $(function () {
|
|
|
function showAppealDetailEvent() {
|
|
|
//申诉状态点击事件
|
|
|
$(".flaw-item").off("click").on("click", ".title .btn", function () {
|
|
|
- showModal("1", $(this).attr("data_id"), $(this).attr("data_type"), $(this).attr("casesEntryId"),$(this).attr("qcresultDetailId"));
|
|
|
+ showModal("1", $(this).attr("data_id"), $(this).attr("data_type"), $(this).attr("data_casesEntryId"),$(this).attr("data_qcresultDetailId"));
|
|
|
+ console.log($(this).attr("qcresultDetailId"));
|
|
|
});
|
|
|
}
|
|
|
|
|
@@ -522,6 +523,7 @@ $(function () {
|
|
|
$("#delModal .modal-box").css("margin-top", '-245px');
|
|
|
//0申诉1驳回2审核
|
|
|
//新增项模板
|
|
|
+ console.log(qcresultDetailId);
|
|
|
getAppealDetail(code, i,id,qcresultDetailId);
|
|
|
} else if (flag === '2') { //新增
|
|
|
$("#delModal .title").text("申诉新增");
|