|
@@ -52,7 +52,7 @@ function getApprovedView() {
|
|
|
appealExamineRecordDTOList = {
|
|
|
casesEntryName: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryName,
|
|
|
value: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].value,
|
|
|
- msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryMsg,
|
|
|
+ msg: data.qcresultDetailMsg,
|
|
|
explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].appealRemark,
|
|
|
};
|
|
|
appealInfo = {
|
|
@@ -66,7 +66,7 @@ function getApprovedView() {
|
|
|
casesEntryId: casesEntryId,
|
|
|
id: data.qcresultDetailId,
|
|
|
casesScore: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesScore,
|
|
|
- msg: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].casesEntryMsg,
|
|
|
+ msg: data.qcresultDetailMsg,
|
|
|
score: data.qcresultDetaiValue,
|
|
|
isReject: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].isReject,
|
|
|
explainInfo: data.appealExamineRecordDTOList[data.appealExamineRecordDTOList.length - 1].appealRemark,
|