|
@@ -57,7 +57,7 @@ function getApprovedView() {
|
|
casesEntryName: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].casesEntryName,
|
|
casesEntryName: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].casesEntryName,
|
|
value: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].score,
|
|
value: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].score,
|
|
msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].msg,
|
|
msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].msg,
|
|
- explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].appealExplain,
|
|
|
|
|
|
+ explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].appealRemark,
|
|
};
|
|
};
|
|
appealInfo = {
|
|
appealInfo = {
|
|
exampleOperation: 2,
|
|
exampleOperation: 2,
|
|
@@ -73,7 +73,7 @@ function getApprovedView() {
|
|
msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].msg,
|
|
msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].msg,
|
|
score: data.qcresultDetaiValue,
|
|
score: data.qcresultDetaiValue,
|
|
isReject: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].isReject,
|
|
isReject: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].isReject,
|
|
- explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].appealExplain,
|
|
|
|
|
|
+ explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length-1].appealRemark,
|
|
}
|
|
}
|
|
};
|
|
};
|
|
$('.info').html('');
|
|
$('.info').html('');
|