|
@@ -536,6 +536,7 @@ $(function () {
|
|
|
if ($(".edit-box .warning").is(":visible")) {
|
|
|
return;
|
|
|
}
|
|
|
+ console.log(info);
|
|
|
const obj = {
|
|
|
appealExplain: $("#delModal #qcInfo").val(),
|
|
|
appealOperationType: info.appealOperationType ? info.appealOperationType : 0,
|
|
@@ -549,9 +550,10 @@ $(function () {
|
|
|
casesEntryId: info.casesEntryId,
|
|
|
casesId: info.casesId,
|
|
|
isReject: info.isReject,
|
|
|
- qcresultDetaiValue: info.score
|
|
|
+ qcresultDetaiValue: info.score,
|
|
|
+ qcresultDetailMsg:info.standardMsg
|
|
|
};
|
|
|
- appealItem(obj);
|
|
|
+ // appealItem(obj);
|
|
|
});
|
|
|
} else if (flag === '1') { //查看
|
|
|
$("#delModal .title").text("查看");
|