|
@@ -432,6 +432,7 @@ $(function () {
|
|
|
//新增申诉
|
|
|
function addScore(info) {
|
|
|
let param = {};
|
|
|
+ console.log(info);
|
|
|
if (info.type === '1') {
|
|
|
param = {
|
|
|
"appealExplain": info.appealExec,
|
|
@@ -507,7 +508,6 @@ $(function () {
|
|
|
$("#delModal .confirm").off("click");
|
|
|
$("#addQcScore,#addQcMsg,#addQcInfo").off("input");
|
|
|
$("#delModal .confirm").show();
|
|
|
- console.log(123);
|
|
|
if (flag === '0') { //申诉
|
|
|
const flawsList = formatFlawKeys(global_flawData);
|
|
|
const info = JSON.parse(JSON.stringify(flawsList[global_activeTab])) && JSON.parse(JSON.stringify(flawsList[global_activeTab][i]))
|
|
@@ -523,7 +523,6 @@ $(function () {
|
|
|
} else if (info.isDeleted == 'Y') {
|
|
|
info.appealOperationType = 3
|
|
|
}
|
|
|
- console.log(info);
|
|
|
if(info.pageKeyList[0]){
|
|
|
defectContent = $("#anchor" + info.pageKeyList[0] + " p").html()
|
|
|
}
|
|
@@ -586,7 +585,7 @@ $(function () {
|
|
|
casesEntryId: info.casesEntryId,
|
|
|
isReject: info.isReject,
|
|
|
qcresultDetaiValue: info.score,
|
|
|
- qcresultDetailMsg: info.standardMsg,
|
|
|
+ qcresultDetailMsg: info.msg,
|
|
|
defectContent:defectContent
|
|
|
};
|
|
|
appealItem(obj);
|