|
@@ -376,10 +376,11 @@ $(function () {
|
|
}
|
|
}
|
|
showFlawList();
|
|
showFlawList();
|
|
$(".flaw-item .oper a").unbind("click").click(function () {
|
|
$(".flaw-item .oper a").unbind("click").click(function () {
|
|
|
|
+ console.log(123);
|
|
const i = $(".flaw-item[code=" + global_activeTab + "]").index($(this).parents(".flaw-item"));
|
|
const i = $(".flaw-item[code=" + global_activeTab + "]").index($(this).parents(".flaw-item"));
|
|
const code = $(this).attr("code");
|
|
const code = $(this).attr("code");
|
|
showModal('0', code, i); //申诉
|
|
showModal('0', code, i); //申诉
|
|
-
|
|
|
|
|
|
+
|
|
//审核人下拉渲染
|
|
//审核人下拉渲染
|
|
$("#delModal .checker-drop-box ul").html("");
|
|
$("#delModal .checker-drop-box ul").html("");
|
|
$("#flawDropTmpl").tmpl({ info: global_checkers }).appendTo("#delModal .checker-drop-box ul");
|
|
$("#flawDropTmpl").tmpl({ info: global_checkers }).appendTo("#delModal .checker-drop-box ul");
|
|
@@ -506,7 +507,7 @@ $(function () {
|
|
$("#delModal .confirm").off("click");
|
|
$("#delModal .confirm").off("click");
|
|
$("#addQcScore,#addQcMsg,#addQcInfo").off("input");
|
|
$("#addQcScore,#addQcMsg,#addQcInfo").off("input");
|
|
$("#delModal .confirm").show();
|
|
$("#delModal .confirm").show();
|
|
-
|
|
|
|
|
|
+ console.log(123);
|
|
if (flag === '0') { //申诉
|
|
if (flag === '0') { //申诉
|
|
const flawsList = formatFlawKeys(global_flawData);
|
|
const flawsList = formatFlawKeys(global_flawData);
|
|
const info = JSON.parse(JSON.stringify(flawsList[global_activeTab])) && JSON.parse(JSON.stringify(flawsList[global_activeTab][i]))
|
|
const info = JSON.parse(JSON.stringify(flawsList[global_activeTab])) && JSON.parse(JSON.stringify(flawsList[global_activeTab][i]))
|
|
@@ -522,6 +523,7 @@ $(function () {
|
|
} else if (info.isDeleted == 'Y') {
|
|
} else if (info.isDeleted == 'Y') {
|
|
info.appealOperationType = 3
|
|
info.appealOperationType = 3
|
|
}
|
|
}
|
|
|
|
+ console.log(info);
|
|
if(info.pageKeyList[0]){
|
|
if(info.pageKeyList[0]){
|
|
defectContent = $("#anchor" + info.pageKeyList[0] + " p").html()
|
|
defectContent = $("#anchor" + info.pageKeyList[0] + " p").html()
|
|
}
|
|
}
|